Skip to main content
POST
/
di
/
configurations
/
validate
/
registered
{
  "results": [
    {
      "type": "<string>",
      "identifier": "<string>",
      "error": "<string>",
      "violations": [
        {
          "propertyPath": "<string>",
          "title": "<string>",
          "titleTemplate": "<string>",
          "parameters": {},
          "type": "<string>"
        }
      ]
    }
  ]
}
{
"results": [
{
"type": "<string>",
"identifier": "<string>",
"error": "<string>",
"violations": [
{
"propertyPath": "<string>",
"title": "<string>",
"titleTemplate": "<string>",
"parameters": {},
"type": "<string>"
}
]
}
]
}
{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}

Query Parameters

type
string

Type identifier

space
string

Space Identifier

Response

Test succeeded

results
object[]