PUT
/brand-config
curl \
--request PUT 'http://api.example.com/brand-config' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"config":{}}'
Request examples
{
"config": {}
}
Response examples (200)
{
"org_id": "string",
"version": 42,
"config": {},
"updated_at": "string"
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"ctx": {}
}
]
}