Skip to main content
PATCH
/
di
/
configurations
{
  "object": {
    "type": "<string>",
    "identifier": "<string>",
    "name": "<string>",
    "object": {},
    "description": "",
    "context": {},
    "owner": "<string>",
    "removable": false,
    "resettable": false,
    "disabled": false,
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "editor": "<string>",
    "label": [
      "<string>"
    ],
    "tag": [
      "<string>"
    ]
  }
}

Query Parameters

space
string

Space Identifier

Body

application/json
type
string
required

Type

identifier
string
required

Identifier

Maximum string length: 255
Pattern: ^[a-z0-9-]+$
name
string

Name

Maximum string length: 255
description
string
default:""

Description

Maximum string length: 64000
object
object
context
object
owner
string

The identifier of the owner of the configuration.

removable
boolean
default:false

Whether the configuration can be removed through the API

resettable
boolean
default:false

Whether the configuration can be reset through the API

disabled
boolean
default:false

Whether the configuration is disabled

createdAt
string<date-time>

Creation date

updatedAt
string<date-time>

Update date

editor
string

The email of the last person who edited the configuration

Response

Updated an object configuration

object
object