Updates REST Endpoints
Sites/Updates
The operations from the Sites/Updates category.
- Commit Updates to a Site
- Method: postPath:
/sites/management/api/v1/sites/{id}/updates/{updateId}/commit - Create a New Site Update
- Method: postPath:
/sites/management/api/v1/sites/{id}/updates - Delete a Site Update
- Method: deletePath:
/sites/management/api/v1/sites/{id}/updates/{updateId} - Get an Example Request Body for Creating Site Update Resources
- Method: getPath:
/sites/management/api/v1/sites/{id}/updates/create-form - Get the User or Application That Created the Resource
- Method: getPath:
/sites/management/api/v1/sites/{id}/updates/{updateId}/createdBy - Get the User or Application That Last Modified the Resource
- Method: getPath:
/sites/management/api/v1/sites/{id}/updates/{updateId}/lastModifiedBy - Get the User or Application That Owns the Resource
- Method: getPath:
/sites/management/api/v1/sites/{id}/updates/{updateId}/ownedBy - List The Updates For a Site
- Method: getPath:
/sites/management/api/v1/sites/{id}/updates