Add/Update Custom Code
Apply registered scripts to a page. If you have multiple scripts your App needs to apply or maintain on a page, 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.
<Note title="Script Registration">
To apply a script to a page, the script must first be registered to a Site via the [Register Script](/data/reference/custom-code/custom-code/register-hosted) 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](/data/docs/custom-code) for more information.
</Note>
Required scope | `custom_code:write`
Path parameters
page_id
Unique identifier for a Page
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
This endpoint expects an object.
scripts
A list of scripts applied to a Site or a Page
Response
Request was successful
scripts
A list of scripts applied to a Site or a Page
lastUpdated
Date when the Site's scripts were last updated
createdOn
Date when the Site's scripts were created