更新
如果是批量更新则返回数组对象
Authorization
Token api-token<token>
32位令牌,在控制面板《个人设置 - 令牌管理》页面获取
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/env/v1/update" \ -H "Content-Type: application/json" \ -d '{ "category": "ordinary", "data": {} }'[ { "id": 0, "group_id": 0, "type": "string", "description": "string", "tag_list": "string", "remark": "string", "value": "string", "sort": 0, "enable": 0 }]
