POST
/
api
/
v1
/
ops
/
settings
Set Setting
curl --request POST \
  --url https://api.example.com/api/v1/ops/settings \
  --header 'Content-Type: application/json' \
  --data '
{
  "key": "<string>",
  "value": "<string>"
}
'
{}

Body

application/json
key
string
required
value
required

Response

Successful Response

The response is of type Response Set Setting Api V1 Ops Settings Post · object.