cURL
curl --request PUT \ --url https://{tenant}/api/apis/oas/{apiId}/categories \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "categories": [ "<string>" ] } '
{ "ID": "<string>", "Message": "<string>", "Meta": "<unknown>", "Status": "<string>" }
Update the list of API categories associated with the specified API.
The Tyk Dashboard API Access Credentials
ID of the API.
Categories updated.
Was this page helpful?