PUT
/
v1
/
projects
/
{project}
/
boxes
/
{name}
/
github
/
grants
/
{grant}
cURL
curl --request PUT \
  --url https://api.example.com/v1/projects/{project}/boxes/{name}/github/grants/{grant}

Path Parameters

project
string
required
name
string
required
grant
string
required

Response

204

Grant attached