Add a script to a Site’s Custom Code registry.
In order to use the Custom Code APIs for Sites and Pages, Custom Code Scripts must first be registered
to a Site via the registered_scripts
endpoints, and then applied to a Site or Page using the appropriate
custom_code
endpoints.
Additionally, Scripts can be remotely hosted, or registered as inline snippets.
Access to this endpoint requires a bearer token from a Data Client App.
Required scope | custom_code:write
Unique identifier for a Site
URI for an externally hosted script location
Sub-Resource Integrity Hash
A Semantic Version (SemVer) string, denoting the version of the script
User-facing name for the script. Must be between 1 and 50 alphanumeric characters
Define whether the script can be copied on site duplication and transfer
Request was successful
Human readable id, derived from the user-specified display name
Define whether the script can be copied on site duplication and transfer
User-facing name for the script. Must be between 1 and 50 alphanumeric characters
URI for an externally hosted script location
Sub-Resource Integrity Hash. Only required for externally hosted scripts (passed via hostedLocation)
Timestamp when the script version was created
Timestamp when the script version was last updated
A Semantic Version (SemVer) string, denoting the version of the script