28 lines
483 B
JSON
28 lines
483 B
JSON
|
{
|
||
|
"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": {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|