...
- Urn: /api/passwd
- 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": "passwd - request", "type": "object", "properties": { "oldPassword": { "type": "string" }, "password": { "type": "string" } }, "required": [ "oldPassword", "password" ], "additionalProperties": false } |
...