CMS Parameters REST Endpoints
Business Objects/Documents/CMS Parameters
The operations from the Business Objects/Documents/CMS Parameters category.
- Create a CMS Parameter
- Method: postPath:
/documents/{documentGid}/cmsParams - Delete a CMS Parameter
- Method: deletePath:
/documents/{documentGid}/cmsParams/{paramName} - Get a CMS Parameter
- Method: getPath:
/documents/{documentGid}/cmsParams/{paramName} - Get CMS Parameters
- Method: getPath:
/documents/{documentGid}/cmsParams - Update a CMS Parameter
- Method: patchPath:
/documents/{documentGid}/cmsParams/{paramName} - Update CMS Parameters
- Method: patchPath:
/documents/{documentGid}/cmsParams