v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Dynamic Configs

Disable Dynamic Config

put/console/v1/dynamic_configs/{id}/disable

Path parameters

idstring required

id

Response

Disable Dynamic Config Response

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "data": {
    "name": "my_config",
    "idType": "userID",
    "description": "helpful summary of what this dynamic config does",
    "tags": [
      "a tag"
    ],
    "owner": {
      "ownerID": "user123",
      "ownerType": "USER",
      "ownerName": "John Doe",
      "ownerEmail": "owner123@test.com"
    }
  }
}