Skip to content

Mark an order as high priority or requiring special attention

Request

Sets flagged=true on the order.


Requires orders::modify permission.

Security
JWTAuthorizer
Path
uidstringrequired

Order UID

curl -i -X PUT \
  'https://apidocs.trustgrid.io/_mock/provisioning/api/v1/orders/{uid}/flag' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK