Create a new variable in a project
POST
/v3/projects/{id}/variablesCreate a new variable in a project
请求参数
Path 参数
id
string
必需
The ID of a project
Body 参数application/x-www-form-urlencoded
key
string
必需
The key of the variable
value
string
必需
The value of the variable
示例代码
返回响应
成功(201)
HTTP 状态码: 201
内容格式: JSONapplication/json
Create a new variable in a project
数据结构
Delete an existing variable from a project
key
string
可选
value
string
可选
示例
{
"key": "string",
"value": "string"
}
最后修改时间: 1 个月前