starting api spec
This commit is contained in:
parent
c3a11f1f3c
commit
2ec9a9fe4d
28
spec/api.json
Normal file
28
spec/api.json
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"openapi":"3.0.2",
|
||||||
|
"info": {
|
||||||
|
"title":"API Title",
|
||||||
|
"version":"1.0"
|
||||||
|
},
|
||||||
|
"servers": [
|
||||||
|
{"url":"https://appreports.scode.ovh/v1"}
|
||||||
|
],
|
||||||
|
"paths": {
|
||||||
|
"/app": {
|
||||||
|
"get": {
|
||||||
|
"description": "list all apps",
|
||||||
|
"parameters": [],
|
||||||
|
"responses": {
|
||||||
|
"200": {
|
||||||
|
"description": "OK",
|
||||||
|
"content": {
|
||||||
|
"application/json": {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user