Skip to main content
PUT
/
di
/
labels
/
{type}
/
{identifier}
{
  "metadata": {
    "totalCount": 123
  },
  "results": [
    {
      "name": "<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
labels
string[]
required

Response

A list of all labels

metadata
object
results
object[]