mirror of
https://github.com/derfenix/webarchive.git
synced 2026-03-11 21:35:34 +03:00
Use query params too for page adding handler
This commit is contained in:
@@ -22,6 +22,23 @@ paths:
|
||||
post:
|
||||
operationId: addPage
|
||||
summary: Add new page
|
||||
parameters:
|
||||
- in: query
|
||||
name: url
|
||||
schema:
|
||||
type: string
|
||||
- in: query
|
||||
name: description
|
||||
schema:
|
||||
type: string
|
||||
- in: query
|
||||
name: formats
|
||||
style: form
|
||||
explode: false
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/format'
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
|
||||
Reference in New Issue
Block a user