For the complete list of REST resources in this category, refer to the main Management API page.
Resource URI | Description |
---|---|
/manage/v2/mimetypes (GET) | This resource address returns a list of all of the mimetypes supported by MarkLogic Server. |
/manage/v2/mimetypes (POST) | This resource address creates a new mimetype. |
/manage/v2/mimetypes/{id|name} (DELETE) | This resource address deletes the named mimetype. |
/manage/v2/mimetypes/{id|name} (GET) | This resource address returns the configuration for the specified mimetype. |
/manage/v2/mimetypes/{id|name}/properties (GET) | This resource address returns the properties of the specified mimetype. |
/manage/v2/mimetypes/{id|name}/properties (PUT) | This resource address can be used to update the properties for the specified mimetype. |