Gatana Documentation
RoutesProfilesProfileid

/profiles/{profileId}

PUT
/profiles/{profileId}
AuthorizationBearer <token>

In: header

Path Parameters

profileId*string

Request Body

application/json

name?string
Length1 <= length <= 100
description?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
}