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