🎉 Arcadia 1.0.0-beta.8(现已发布)
Arcadia

创建

POST
/env/v1/create

Authorization

OpenApiToken
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 "http://localhost:5678/api/open/env/v1/create" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": 0,
  "type": "string",
  "description": "string",
  "tag_list": "string",
  "enable": 0,
  "group_id": 0,
  "remark": "string",
  "value": "string",
  "sort": 0
}