Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 20 Current »

Update task.

HTTP Request

PUT https://playcanapi.com/v1/tasks/{id}

Path parameters

Parameters

Type

Required

Description

id

String

Required

Task ID

Request

Key

Type

Required

Description

taskContext

Object

Required

See TaskContext

Request Example

{
  "taskContext": { 
    object (TaskContext)
  }
}

Response

Key

Type

Description

outputs [ ]

String

출력 데이터에 접근할 수 있는 URI

앱에 따라 여러 개의 URI를 반환하는 경우도 있음

  • No labels