-
-
Notifications
You must be signed in to change notification settings - Fork 311
Restful API
minjie.zhou edited this page Jan 14, 2021
·
14 revisions
url | /api/node |
method | GET |
status code | 200 |
response content | [{}] |
url | /api/node |
method | POST |
status code | 201 |
response content | 空 |
url | /api/node |
method | DELETE |
status code | 204 |
response content | 空 |
url | /api/app |
method | GET |
status code | 200 |
response content | [{}] |
url | /api/app/{appid} |
method | GET |
status code | 200 |
response content | {} |
url | /api/app |
method | POST |
status code | 201 |
response content | 空 |
url | /api/app |
method | PUT |
status code | 200 |
response content | 空 |