RoutesProfilesProfileid
/profiles/{profileId}
AuthorizationBearer <token>
In: header
Path Parameters
profileId*string
Request Body
application/json
name?string
Length
1 <= length <= 100description?string
isOpenToAllUsers?boolean
isRestrictive?boolean
serverIds?array<string>
Response Body
application/json
curl -X PUT "https://YOUR_ORG_ID.gatana.ai/api/v1/profiles/string" \ -H "Content-Type: application/json" \ -d '{}'{
"success": true
}