Content Types REST Endpoints
Content Types
The operations from the Content Types category.
- Create a content type
- Method: postPath:
/contentTypes - Delete a content type
- Method: deletePath:
/contentTypes/{id} - Get a content type
- Method: getPath:
/contentTypes/{id} - Get a content type's schema
- Method: getPath:
/contentTypes/{contentTypeId}/contentSchema - Get all content type privileges for current user
- Method: getPath:
/contentTypes/privileges - Get all content types
- Method: getPath:
/contentTypes - Replace a content type
- Method: putPath:
/contentTypes/{id} - Update a content type
- Method: patchPath:
/contentTypes/{id}