Skip to main content
PUT
/
di
/
configurations
/
restore
/
{type}
/
{identifier}
{
  "object": {
    "type": "<string>",
    "identifier": "<string>",
    "name": "<string>",
    "ulid": "<string>",
    "editor": "<string>",
    "description": "<string>",
    "object": {},
    "createdAt": "2023-11-07T05:31:56Z",
    "disabled": true,
    "label": [
      "<string>"
    ]
  }
}
{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}

Path Parameters

type
string
required

Type identifier

identifier
string
required

Configuration identifier

Query Parameters

space
string

Space Identifier

Body

application/json
ulid
string<ulid>
required

Response

Restored an object configuration

object
object