RoutesUsersUsersubPersonal access tokensPatid
/users/{userSub}/personal-access-tokens/{patId}
AuthorizationBearer <token>
In: header
Path Parameters
userSub*string
patId*string
Request Body
application/json
name?string
Length
1 <= lengthprofileId?string|null
Response Body
application/json
curl -X PATCH "https://YOUR_ORG_ID.gatana.ai/api/v1/users/string/personal-access-tokens/string" \ -H "Content-Type: application/json" \ -d '{}'{}