Config API documentation
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"paths": {
|
||||
"/teks": {
|
||||
"get": {
|
||||
"parameters": []
|
||||
},
|
||||
"post": {
|
||||
"deprecated": true
|
||||
}
|
||||
},
|
||||
"/teks/{id}" : {
|
||||
"put": {
|
||||
"deprecated": true
|
||||
},
|
||||
"delete": {
|
||||
"deprecated": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user