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 6 Next »

Create an empty job.

HTTP Request

POST https://playcanapi.com/v1/jobs

Request

Key

Type

Required

Description

taskId

String

Required

Job이 속한 task의 ID

Request Example

{
  "taskId": "0"
}

Response

Key

Type

Description

id

String

Job을 유일하게 구분할 수 있는 ID

  • No labels