API Categories API
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.
For more information, see Manage categories used to discover related APIs.
Resource Types
ApiCategory
Method | Endpoint | Description |
---|---|---|
get | /organizations/{org}/sites/{site}/apicategories | Lists API categories for an organization. |
post | /organizations/{org}/sites/{site}/apicategories | Adds a new API category. For more information, see Add a category. |
get | /organizations/{org}/sites/{site}/apicategories/{apicategory} | Get an API category. |
patch | /organizations/{org}/sites/{site}/apicategories/{apicategory} | Updates an API category. For more information, see Edit a category. |
ApiCategoryRequest
Method | Endpoint | Description |
---|---|---|
post | /organizations/{org}/sites/{site}/apicategories | Adds a new API category. For more information, see Add a category. |
patch | /organizations/{org}/sites/{site}/apicategories/{apicategory} | Updates an API category. For more information, see Edit a category. |
ApiCategoryResponse
Method | Endpoint | Description |
---|---|---|
post | /organizations/{org}/sites/{site}/apicategories | Adds a new API category. For more information, see Add a category. |
get | /organizations/{org}/sites/{site}/apicategories/{apicategory} | Get an API category. |
patch | /organizations/{org}/sites/{site}/apicategories/{apicategory} | Updates an API category. For more information, see Edit a category. |
DeleteResponse
Method | Endpoint | Description |
---|---|---|
delete | /organizations/{org}/sites/{site}/apicategories/{apicategory} | Delete an API category. For more information, see Delete a category. |
ListApiCategoriesResponse
Method | Endpoint | Description |
---|---|---|
get | /organizations/{org}/sites/{site}/apicategories | Lists API categories for an organization. |