1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-22 03:12:58 +03:00

Regenerate swagger.json

This commit is contained in:
Travis CI User 2019-11-02 15:19:49 +00:00
parent 3f53ff6479
commit 63eaee60b5

View File

@ -443,44 +443,6 @@
}
},
"paths": {
"/ignore selections/item/{itemId}": {
"get": {
"summary": "Get item by id",
"responses": {
"404": {
"description": "Item not found"
},
"200": {
"schema": {
"$ref": "#/definitions/CItemFull"
},
"description": ""
}
},
"produces": [
"application/json;charset=utf-8"
],
"parameters": [
{
"required": true,
"in": "query",
"name": "bool",
"type": "boolean",
"description": "Ignore disabled sections to get full item"
},
{
"format": "Item ID",
"required": true,
"in": "path",
"name": "itemId",
"type": "string"
}
],
"tags": [
"02. Items"
]
}
},
"/item/{itemId}/info": {
"put": {
"summary": "Set item's info",
@ -1075,6 +1037,44 @@
]
}
},
"/ignore_selections/item/{itemId}": {
"get": {
"summary": "Get item by id",
"responses": {
"404": {
"description": "Item not found"
},
"200": {
"schema": {
"$ref": "#/definitions/CItemFull"
},
"description": ""
}
},
"produces": [
"application/json;charset=utf-8"
],
"parameters": [
{
"required": true,
"in": "query",
"name": "bool",
"type": "boolean",
"description": "Ignore disabled sections to get full item"
},
{
"format": "Item ID",
"required": true,
"in": "path",
"name": "itemId",
"type": "string"
}
],
"tags": [
"02. Items"
]
}
},
"/item/{itemId}/trait/{traitId}/move": {
"post": {
"summary": "Move trait",