| @@ -377,6 +377,16 @@ | |||
| "Images" | |||
| ], | |||
| "parameters": [ | |||
| { | |||
| "in": "path", | |||
| "name": "documentId", | |||
| "required": true, | |||
| "schema": { | |||
| "type": "integer", | |||
| "minimum": 0, | |||
| "maximum": 18446744073709551615 | |||
| } | |||
| }, | |||
| { | |||
| "in": "query", | |||
| "name": "maxWidth", | |||
| @@ -417,6 +427,18 @@ | |||
| "tags": [ | |||
| "Create" | |||
| ], | |||
| "parameters": [ | |||
| { | |||
| "in": "path", | |||
| "name": "documentId", | |||
| "required": true, | |||
| "schema": { | |||
| "type": "integer", | |||
| "minimum": 0, | |||
| "maximum": 18446744073709551615 | |||
| } | |||
| } | |||
| ], | |||
| "requestBody": { | |||
| "content": { | |||
| "image/png": { | |||
| @@ -485,6 +507,16 @@ | |||
| "Images" | |||
| ], | |||
| "parameters": [ | |||
| { | |||
| "in": "path", | |||
| "name": "pageId", | |||
| "required": true, | |||
| "schema": { | |||
| "type": "integer", | |||
| "minimum": 0, | |||
| "maximum": 18446744073709551615 | |||
| } | |||
| }, | |||
| { | |||
| "in": "query", | |||
| "name": "maxWidth", | |||