Config API documentation

This commit is contained in:
2021-01-05 02:03:39 +01:00
parent 4228e923b4
commit 4a444c4168
8 changed files with 3202 additions and 0 deletions
@@ -0,0 +1,20 @@
{
"paths": {
"/awtis": {
"get": {
"parameters": []
},
"post": {
"deprecated": true
}
},
"/awtis/{id}" : {
"put": {
"deprecated": true
},
"delete": {
"deprecated": true
}
}
}
}