Files
api.pawol.nu/api/slugs/documentation/1.0.0/slugs.json
T
2021-01-05 02:15:04 +01:00

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"
}
]
}