...
- Urn: /api/set
- Method: POST
- Request header: Cookie: session - actual session value.
- Request content: json json
Page_break_pdf
Blok kódu | ||
---|---|---|
| ||
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "set - request", "type": "object", "properties": { "value": { "type": "object", "additionalProperties": { "type": [ "string", "number", "boolean" ], "minLength": 1, "pattern": "^[a-z_][a-z0-9_]*$" } } }, "required": [ "value" ], "additionalProperties": false } |
...