v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Components Settings

Update a component setting

Updates the specified component setting. Only fields present in the request body are changed. Returns the updated setting.

put/v1/components/{component_id}/settings/{setting_name}

Path parameters

component_idstring required
setting_namestring 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}}"
  }
}