Skip to content

Add a note or comment to track order progress and communication

Request

Adds a comment to the order, attributed to the authenticated user.


Requires orders::comment permission.

Security
JWTAuthorizer
Path
uidstringrequired

Order UID

Bodyapplication/json
bodystring
curl -i -X POST \
  'https://apidocs.trustgrid.io/_mock/provisioning/api/v1/orders/{uid}/comment' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "body": "string"
  }'

Responses

OK