| "Images" | "Images" | ||||
| ], | ], | ||||
| "parameters": [ | "parameters": [ | ||||
| { | |||||
| "in": "path", | |||||
| "name": "documentId", | |||||
| "required": true, | |||||
| "schema": { | |||||
| "type": "integer", | |||||
| "minimum": 0, | |||||
| "maximum": 18446744073709551615 | |||||
| } | |||||
| }, | |||||
| { | { | ||||
| "in": "query", | "in": "query", | ||||
| "name": "maxWidth", | "name": "maxWidth", | ||||
| "tags": [ | "tags": [ | ||||
| "Create" | "Create" | ||||
| ], | ], | ||||
| "parameters": [ | |||||
| { | |||||
| "in": "path", | |||||
| "name": "documentId", | |||||
| "required": true, | |||||
| "schema": { | |||||
| "type": "integer", | |||||
| "minimum": 0, | |||||
| "maximum": 18446744073709551615 | |||||
| } | |||||
| } | |||||
| ], | |||||
| "requestBody": { | "requestBody": { | ||||
| "content": { | "content": { | ||||
| "image/png": { | "image/png": { | ||||
| "Images" | "Images" | ||||
| ], | ], | ||||
| "parameters": [ | "parameters": [ | ||||
| { | |||||
| "in": "path", | |||||
| "name": "pageId", | |||||
| "required": true, | |||||
| "schema": { | |||||
| "type": "integer", | |||||
| "minimum": 0, | |||||
| "maximum": 18446744073709551615 | |||||
| } | |||||
| }, | |||||
| { | { | ||||
| "in": "query", | "in": "query", | ||||
| "name": "maxWidth", | "name": "maxWidth", |