创建/取消主机授权
POST
https://api.oraydev.cn/sl/v1/remotegrants
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.oraydev.cn/sl/v1/remotegrants' \
--header 'Content-Type: application/json' \
--data-raw '{
"cancel": true,
"department_id": 0,
"department_ids": [
0
],
"from": "string",
"remote_id": 0,
"remote_ids": [
0
],
"standard": true,
"tag_id": 0,
"tag_ids": [
0
],
"user_id": 0,
"user_ids": [
0
]
}'
响应示例响应示例
200 - 成功示例
{}
请求参数
Body 参数application/json