update Api Categories

PUT {{baseUrl}}/api/apis/oas/:apiID/categories

Update the list of API categories associated with the specified API

Request Body

{"categories"=>["<string>", "<string>"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;}