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: post
Path: /sites/management/api/v1/sites/{id}/copy
Create a Site
Method: post
Path: /sites/management/api/v1/sites
Create a Template From a Site
Method: post
Path: /sites/management/api/v1/sites/{id}/templates
Get an Example Request Body for Creating Site Resources
Method: get
Path: /sites/management/api/v1/sites/create-form
Get an Example Request Body for Creating Template Resources
Method: get
Path: /sites/management/api/v1/sites/{id}/templates/create-form
Get an Example Request Body for Editing Site Resources
Method: get
Path: /sites/management/api/v1/sites/{id}/edit-form
Update the Fields of a Site
Method: patch
Path: /sites/management/api/v1/sites/{id}