REST Resource: organizations.sites.apicategories

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

string

Name of the portal.

name

string

Name of the category.

id

string

ID of the category (a UUID).

updateTime

string (int64 format)

Time the category was last modified in milliseconds since epoch.

Methods

create

Creates a new API category.

delete

Deletes an API category.

get

Gets an API category.

list

Returns the API categories associated with a portal.

patch

Updates an API category.