Content Types REST Endpoints

Content Types
The operations from the Content Types category.
Create a content type
Method: post
Path: /contentTypes
Delete a content type
Method: delete
Path: /contentTypes/{id}
Get a content type
Method: get
Path: /contentTypes/{id}
Get a content type's schema
Method: get
Path: /contentTypes/{contentTypeId}/contentSchema
Get all content type privileges for current user
Method: get
Path: /contentTypes/privileges
Get all content types
Method: get
Path: /contentTypes
Replace a content type
Method: put
Path: /contentTypes/{id}
Update a content type
Method: patch
Path: /contentTypes/{id}