Resource: ApiCategory
ApiCategory
represents an API category. Catalog items
can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category.
| JSON representation |
|---|
{ "siteId" : string , "name" : string , "id" : string , "updateTime" : string } |
| Fields | |
|---|---|
siteId
|
Name of the portal. |
name
|
Name of the category. |
id
|
ID of the category (a UUID). |
updateTime
|
Time the category was last modified in milliseconds since epoch. |
Methods |
|
|---|---|
|
Creates a new API category. |
|
Deletes an API category. |
|
Gets an API category. |
|
Returns the API categories associated with a portal. |
|
Updates an API category. |

