Skip to main content
POST
/
di
/
configurations
/
{type}
/
test
{
  "type": "<string>",
  "specification": "<string>",
  "object": "<string>",
  "tester": "<string>",
  "response": {}
}
{
"status": 123,
"detail": "<string>"
}
{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}

Path Parameters

type
string
required

Type identifier

Query Parameters

space
string

Space Identifier

Body

application/json

The body is of type any.

Response

An object configuration

type
string
specification
object
string
tester
response
object