50.waypointfile-upload-result-report
上报航线文件上传结果
POST /wayline/api/v1/workspaces/{workspace_id}/upload-callback
Parameters
Name
In
Type
Required
Description
workspace_id
path
string
true
工作空间id
x-auth-token
header
string
true
访问令牌
Responses
Status
Meaning
Description
Schema
Example responses
{
"code":0
"data": {},
"message": "success"
}Schemas
wayline.UploadCallbackInput
{
"metadata": {
"drone_model_key": "string",
"payload_model_keys": [
"string"
],
"template_types": [
0
]
},
"name": "string",
"object_key": "string",
}
Properties
Name
Type
Required
Restrictions
Description
wayline.Metadata
{
"drone_model_key": "string",
"payload_model_keys": [
"string"
],
"template_types": [
0
]
}
Properties
Name
Type
Required
Restrictions
Description
drone_model_key
string
false
none
飞机产品枚举值
payload_model_keys
[string]
false
none
负载产品枚举值
template_types
[integer]
false
none
航线模版类型集合
Last updated