Skip to main content
POST
/
api
/
v1
/
admin
/
configuration
Create Configuration
curl --request POST \
  --url https://api.example.com/api/v1/admin/configuration \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string | null

Body

application/json

The body is of type Data · object.

Response

Successful Response