Content Management REST Endpoints

Content Management
The Content Management resource lets you view, create, update, and delete content files. It includes content files such as schema and mapping files.
Create a schema file
Method: post
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/schema
Create or update a schema file
Method: put
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/schema
Delete a schema file
Method: delete
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/schema/{name}
Get a schema file
Method: get
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/schema/{name}