Updates REST Endpoints

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