50.waypointfile-upload-result-report

Report Waypoints Upload Result

POST /wayline/api/v1/workspaces/{workspace_id}/upload-callback

Parameters

Name
In
Type
Required
Description

workspace_id

path

string

true

workspace id

x-auth-token

header

string

true

access token

body

body

true

body param

Responses

Status
Meaning
Description
Schema

Example responses

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

Schemas

wayline.UploadCallbackInput

Properties

Name
Type
Required
Restrictions
Description

metadata

false

none

waypoints file metadata

name

string

false

none

waypoints file name

object_key

string

true

none

object key

wayline.Metadata

Properties

Name
Type
Required
Restrictions
Description

drone_model_key

string

false

none

device product enum

payload_model_keys

[string]

false

none

payload product enum

template_types

[integer]

false

none

waypoints template collection

Last updated