21 lines
276 B
JSON
21 lines
276 B
JSON
{
|
|
"paths": {
|
|
"/awtis": {
|
|
"get": {
|
|
"parameters": []
|
|
},
|
|
"post": {
|
|
"deprecated": true
|
|
}
|
|
},
|
|
"/awtis/{id}" : {
|
|
"put": {
|
|
"deprecated": true
|
|
},
|
|
"delete": {
|
|
"deprecated": true
|
|
}
|
|
}
|
|
}
|
|
}
|