fix(schema): add parameters to paste/private route
chore: upgrade version resolves: HTTPASTE-32
This commit is contained in:
parent
dfff5f1523
commit
6e0229f34f
2 changed files with 11 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = httpaste-victorykit
|
||||
version = 1.0.3-alpha
|
||||
version = 1.0.4-alpha
|
||||
author = Tiara Rodney
|
||||
author_email = t.rodney@victoryk.it
|
||||
description = a versatile HTTP pastebin
|
||||
|
|
|
|||
|
|
@ -161,6 +161,15 @@
|
|||
},
|
||||
{
|
||||
"$ref": "#/components/parameters/syntax"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/parameters/format"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/parameters/linenos"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/parameters/mime"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue