Settings API
Create a setting
Create a workspace or current-member setting.
POST
/v1/settingsRequest
Path, query, and JSON body fields accepted by this operation.
scope"workspace"requiredbodykey"workspace.name"requiredbodyvaluestringrequiredbodymin length 1max length 120
Response
Successful responses use Dawn's data envelope.
dataSettingrequiredidstring<uuid>requiredworkspaceIdstring<uuid>requiredcreatedAtstring<date-time>requiredupdatedAtstring<date-time>requiredscope"workspace"requiredmemberIdnullrequiredkey"workspace.name"requiredvaluestringrequiredmin length 1max length 120
metaobject
Errors
Error responses use the shared error envelope.
409A setting with this key already exists at this scope.422The setting is invalid.503The setting could not be saved.
Last updated on