SimpleCloudNotifier/server/docs/swagger.json

22 lines
482 B
JSON
Raw Normal View History

2022-11-13 19:17:07 +01:00
{
"swagger": "2.0",
"info": {
"contact": {}
},
"paths": {
"/ping": {
"get": {
"description": "asdf",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"summary": "Test request",
"operationId": "ping",
"responses": {}
}
}
}
}