POST
/
v1
/
projects
/
{project}
/
boxes
/
{name}
/
github
/
proxy-token
cURL
curl --request POST \
  --url https://api.example.com/v1/projects/{project}/boxes/{name}/github/proxy-token
{
  "token": "<string>"
}

Path Parameters

project
string
required
name
string
required

Response

200 - application/json

Rotated box GitHub proxy token

token
string
required