update Api Access Rights

PUT {{baseUrl}}/api/apis/:apiID/access

Update API access rights (users and userGroups)

Request Body

{"userIds"=>["<string>", "<string>"], "userGroupIds"=>["<string>", "<string>"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;example&quot;:{&quot;Status&quot;:&quot;OK&quot;,&quot;Message&quot;:&quot;Api access updated&quot;}}