RoutesProfilesProfileidServersServerslugTools
/profiles/{profileId}/servers/{serverSlug}/tools
AuthorizationBearer <token>
In: header
Path Parameters
profileId*string
serverSlug*string
Request Body
application/json
toolNames*array<string>
Response Body
application/json
curl -X PUT "https://YOUR_ORG_ID.gatana.ai/api/v1/profiles/string/servers/string/tools" \ -H "Content-Type: application/json" \ -d '{ "toolNames": [ "string" ] }'{
"success": true
}