Content types client
The content model in Content Hub ONE is defined by one or more content types. The following methods are available for content types.
| Method | Description |
|---|---|
GET /api/content/v1/types | Retrieves prefix, label, and visualization properties of all content type entities. |
POST /api/content/v1/types | Creates a content type entity. |
GET /api/content/v1/types/<CONTENT_TYPE_ID> | Retrieves prefix, label, and visualization properties of a specific content type entity. |
PUT /api/content/v1/types/<CONTENT_TYPE_ID> | Updates a content type entity. |
DELETE /api/content/v1/types/<CONTENT_TYPE_ID> | Deletes a content type entity, as well as all linked member groups and their members. |
The following example illustrates these methods:
If you have suggestions for improving this article, let us know!