Add/Update Custom Code

Apply registered scripts to a site. If you have multiple scripts your App needs to apply or maintain on a site, ensure they are always included in the request body for this endpoint. To remove individual scripts, simply call this endpoint without the script in the request body.

Script Registration

To apply a script to a site or page, the script must first be registered to a site via the Register Script endpoints. Once registered, the script can be applied to a Site or Page using the appropriate endpoints. See the documentation on working with Custom Code for more information.

Required scope | custom_code:write

Path parameters

site_idstringRequiredformat: "objectid"
Unique identifier for a Site

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
scriptslist of objectsOptional
A list of scripts applied to a Site or a Page

Response

Request was successful
scriptslist of objects or null
A list of scripts applied to a Site or a Page
lastUpdatedstring or nullformat: "date-string"
Date when the Site's scripts were last updated
createdOnstring or nullformat: "date-string"
Date when the Site's scripts were created

Errors