Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PUT https://playcanapi.com/v1/media/jobstasks/{id}

Path parameters

Parameters

Type

Required

Description

id

String

RequiredJob의

idTask ID

Request

Key

Type

Required

Description

jobDefineObjecttaskDefineObject

Object

Required

See JobDefineObject TaskDefineObject

Request Example

Code Block
languagejson
{
  "jobDefineObjecttaskDefineObject": object(JobDefineObjectTaskDefineObject)
}

Response

Key

Type

Description

outputUris [ ]

String

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

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

appId

String

앱 인스턴스 ID

appContexts [ ]

String

앱의 현재 컨택스트

...