Skip to main content

SetGlobalRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/SetGlobalRequestBody.json
levelstringrequired

Global log level: debug | info | warn | error

Example: info
SetGlobalRequestBody
{
"$schema": "https://example.com/schemas/SetGlobalRequestBody.json",
"level": "info"
}