66 lines
1.4 KiB
JSON
66 lines
1.4 KiB
JSON
|
|
{
|
||
|
|
"paths": {
|
||
|
|
"/slugs": {
|
||
|
|
"get": {
|
||
|
|
"deprecated": false,
|
||
|
|
"description": "",
|
||
|
|
"responses": {
|
||
|
|
"200": {
|
||
|
|
"description": "response",
|
||
|
|
"content": {
|
||
|
|
"application/json": {
|
||
|
|
"schema": {
|
||
|
|
"properties": {
|
||
|
|
"foo": {
|
||
|
|
"type": "string"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"403": {
|
||
|
|
"description": "Forbidden",
|
||
|
|
"content": {
|
||
|
|
"application/json": {
|
||
|
|
"schema": {
|
||
|
|
"$ref": "#/components/schemas/Error"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"404": {
|
||
|
|
"description": "Not found",
|
||
|
|
"content": {
|
||
|
|
"application/json": {
|
||
|
|
"schema": {
|
||
|
|
"$ref": "#/components/schemas/Error"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"default": {
|
||
|
|
"description": "unexpected error",
|
||
|
|
"content": {
|
||
|
|
"application/json": {
|
||
|
|
"schema": {
|
||
|
|
"$ref": "#/components/schemas/Error"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"summary": "",
|
||
|
|
"tags": [
|
||
|
|
"Slugs"
|
||
|
|
],
|
||
|
|
"parameters": []
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"tags": [
|
||
|
|
{
|
||
|
|
"name": "Slugs"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|