Skip to main content
POST
/
tlp
/
change-requests
/
{id}
/
process
Process TLP change request
curl --request POST \
  --url https://nvidia.casebender.com/api/v1/tlp/change-requests/{id}/process \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "approved": true,
  "comment": "<string>"
}
'

Authorizations

Authorization
string
header
required

API key authentication. Use format: Bearer cbr_live_your_key

Path Parameters

id
string
required

Body

application/json
approved
boolean
required
comment
string

Response

200

Default Response