{ "path": "string", "method": "string", "summary": "string", "tags": "string", "status": "1" }
curl --location --request PATCH '/api/v1/system-manage/apis/' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "path": "string", "method": "string", "summary": "string", "tags": "string", "status": "1" }'
{"code":"0000","msg":"Update Successfully","data":{"updated_id":1}}