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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"message":"\u003cstring\u003e","status":"\u003cstring\u003e"}