v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Components Settings

Create a component setting

Adds a new named configuration setting to the specified component. Returns the created setting.

post/v1/components/{component_id}/settings

Path parameters

component_idstring required

Request body

OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR

Example request

{
  "priority": "10",
  "description": "handlebars@buildtime:{{description}}"
}

Response

Successful response

OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR

Example response

{
  "description": "handlebars@buildtime:{{description}}",
  "priority": "10",
  "values": {
    "default": "handlebars@buildtime:{{default}}",
    "en": "handlebars@buildtime:{{en}}"
  }
}