Batch Favorites Wayline

2024-09-09
No Rating

Batch Favorites Waypoints

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

Parameters

NameInTypeRequiredDescription
workspace_idpathstringtrueworkspace id
x-auth-tokenheaderstringtrueaccess token
idpathArraytruewayline file ID

Responses

StatusMeaningDescriptionSchema
200OKopen in new windowOKwayline_service.CreateFavoriteOutput

Example responses

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

Schemas

wayline_service.CreateFavoriteOutput

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

Properties

NameTypeRequiredRestrictionsDescription
codeintegerfalsenoneerror code
datawayline_service.CreateFavoriteInputfalsenonenone
messagestringfalsenonedescription
If you have any comments or confusion about our documentation, you can click here to give feedback and we will get back to you as soon as possible.