Updates the schema definition of the context
Updates the schema definition of the context
POST
/v1/{contextId}/schema
curl \
--request POST 'https://api.brease.run/v1/{contextId}/schema' \
--header "Content-Type: application/json" \
--data '{"contextId":"string","schema":"string"}'
Request examples
{
"contextId": "string",
"schema": "string"
}
Response examples (200)
{}
Response examples (default)
{
"code": 42,
"message": "string",
"details": [
{
"@type": "string"
}
]
}