Create Setting Type
POST /v1/sandbox/{sandbox_id}/setting-type
Create custom Setting Type for a sandbox Requires permission sandbox:config:edit.
Authorizations
Parameters
Path Parameters
Sandbox ID
Sandbox ID
Request Body required
This mixin is meant to give a set of common properties to root config models
object
Name of the resource
Description of the resource
Custom data associated with the resource
object
Unique identifier for this setting type
Version of setting type schema
JSONSchema definition of the setting
object
Whether setting type can be updated
Regex that is used to verify keys at assignment time
User friendly identifier of setting type
Responses
201
Successful Response
This mixin is meant to give a set of common properties to root config models
object
Custom data associated with the resource
object
Name of the resource
Description of the resource
Account ID of the user who last modified the resource
Timestamp of when the resource was last modified
Timestamp of when the resource was created
Unique identifier for this setting type
User friendly identifier of setting type
Version of setting type schema
JSONSchema definition of the setting
object
Whether setting type can be updated
Regex that is used to verify keys at assignment time
422
Validation Error