v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Dynamic Configs

Unarchive Dynamic Config

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

Path parameters

idstring required

id

Request body

unarchiveReasonstring

The reason for unarchiving the gate

Example request

{
  "unarchiveReason": "The gate is needed again"
}

Response

Unarchive 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"
    }
  }
}