Creating, Updating and Copying REST Endpoints
Sites/Creating, Updating and Copying
Create and copy sites, update the fields of a site.
- Copy a Site
- Method: postPath:
/sites/management/api/v1/sites/{id}/copy - Create a Site
- Method: postPath:
/sites/management/api/v1/sites - Create a Template From a Site
- Method: postPath:
/sites/management/api/v1/sites/{id}/templates - Get an Example Request Body for Creating Site Resources
- Method: getPath:
/sites/management/api/v1/sites/create-form - Get an Example Request Body for Creating Template Resources
- Method: getPath:
/sites/management/api/v1/sites/{id}/templates/create-form - Get an Example Request Body for Editing Site Resources
- Method: getPath:
/sites/management/api/v1/sites/{id}/edit-form - Update the Fields of a Site
- Method: patchPath:
/sites/management/api/v1/sites/{id}