📜  api 端点 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:33.648000             🧑  作者: Mango

代码示例1
@GET /api/agents/{agent_id} //Returns data from the agent identified by *agent_id*
@PUT /api/agents/{agent_id} //Update data of the agent identified by *agent_id*