60.collect-waypointfile-in-batch
批量收藏航线文件
POST /wayline/api/v1/workspaces/{workspace_id}/favorites
Parameters
Name
In
Type
Required
Description
workspace_id
path
string
true
工作空间 ID
x-auth-token
header
string
true
访问令牌
id
path
Array
true
航线文件 ID
Responses
Status
Meaning
Description
Schema
Example responses
{
"code":0,
"data":{},
"message": "success"
}Schemas
wayline.CreateFavoriteOutput
{
"code": 0,
"data": {
"id": [
"string"
]
},
"message": "string"
}
Properties
Name
Type
Required
Restrictions
Description
Last updated