EasypanelDocs

Update the GitHub token

Validates and replaces the GitHub access token stored by Easypanel.

POST
/setGithubToken

Validates and replaces the GitHub access token stored by Easypanel.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/setGithubToken" \  -H "Content-Type: application/json" \  -d '{}'
null