获取重复的航线文件名称

2024-09-09
暂无评分

获取重复的航线文件名称

GET /wayline/api/v1/workspaces/:workspace_id/waylines/duplicate-names

Parameters

NameInTypeRequiredDescription
workspace_idpathstringtrue工作空间id
namequeryarray[string]true文件名称集合
x-auth-tokenheaderstringtrue访问令牌

Responses

StatusMeaningDescriptionSchema
200OKopen in new windowOKwayline.GetDuplicateNamesOutput

Example

{
    "code": 0,
    "message": "string",
    "data": ["name1", "name2"]
}

Schemas

wayline.GetDuplicateNamesOutput

{
  "code": 0,
  "data": [
    "string"
  ],
  "message": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
codeintegerfalsenone错误码
dataarray[string]falsenone重复的文件名数组
messagestringfalsenone错误描述
若您对文档有意见或疑惑,点击可快速反馈,我们会与您联系。