批量取消收藏航线文件

2024-09-09
暂无评分

批量取消收藏航线文件

DELETE /wayline/api/v1/workspaces/{workspace_id}/favorites

Parameters

NameInTypeRequiredDescription
workspace_idpathstringtrue工作空间id
idqueryarray[string]false航线文件id集合
x-auth-tokenheaderstringtrue访问令牌

Responses

StatusMeaningDescriptionSchema
200OKopen in new windowOKwayline.BaseResponse

Example responses

{
	"code":0
   	"data":{},
    "message": "success"
}

Schemas

wayline.BaseResponse

{
  "code": 0,
  "data": null,
  "message": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
codeintegerfalsenone错误码
dataanyfalsenonenone
messagestringfalsenone错误描述

DELETE /wayline/api/v1/workspaces/{workspace_id}/favorites

Parameters

NameInTypeRequiredDescription
workspace_idpathstringtrue工作空间id
idqueryarray[string]false航线文件id集合
x-auth-tokenheaderstringtrue访问令牌

Responses

StatusMeaningDescriptionSchema
200OKopen in new windowOKwayline.BaseResponse

Example responses

{
	"code":0
   	"data":{},
    "message": "success"
}
若您对文档有意见或疑惑,点击可快速反馈,我们会与您联系。