Update a setting

patch/data-services/v1beta1/settings/{id}

Changes the value of the given setting.

Securitybearer
Request
path Parameters
id
required
string <uuid>

The ID of the setting

Example: c1a0eb78-41a0-4151-93b2-f057ffeca3f3
Request Body schema: application/merge-patch+json
required
currentValue
required
string

New value of the Value setting

Responses
200

Patch Setting

400

Bad/Malformed request

401

Unauthenticated request

403

Unauthorized request

404

The filter attribute's value does not exist

412

Pre-condition Failed

422

Unprocessable input request

500

Internal server error

503

Service unavailable

Request samples
application/merge-patch+json
{
  • "currentValue": "string"
}
Response samples
application/json
{
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "generation": 0,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "resourceUri": "string",
  • "type": "string",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "consoleUri": "string",
  • "currentValue": "string",
  • "description": "string",
  • "externalApplicationName": "string",
  • "lastUpdatedAt": "string",
  • "lastUpdatedBy": "string",
  • "nextValue": "string",
  • "possibleValues": "string"
}