patch/v1/organization-access-tokens/{id}**Scopes**: `organization_access_tokens:write`
curl -X PATCH "https://api.outception.com/v1/organization-access-tokens/{id}" \
-H "Authorization: Bearer $OUTCEPTION_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "comment": "string", "scopes": "string" }'Path parameters
idstring
required
Body
commentstring | null
scopesarray<enum> | null
Response · 200
Successful Response
created_atstring
required
Creation timestamp of the object.
modified_atstring | null
required
Last modification timestamp of the object.
idstring
required
scopesarray<enum>
required
expires_atstring | null
required
commentstring
required
last_used_atstring | null
required
organization_idstring
required
The organization ID.
Errors
422Validation Error