Create a new configuration record.
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>"
}
]
}The body is of type Data · object.
Successful Response
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>"
}
]
}