メインコンテンツへスキップ
POST
/
task
/
urls:file
タスクURLを更新
curl --request POST \
  --url https://openapi.octoparse.com/task/urls:file \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'taskId=<string>' \
  --form file='@example-file'
{
  "requestId": "<string>"
}

承認

Authorization
string
header
必須

POST /tokenで取得したaccess_tokenを使用します。

ボディ

multipart/form-data
taskId
string
必須
file
file
必須

URLを1行に1つずつ記載したファイル

レスポンス

200 - application/json

タスクURLの更新に成功しました。

requestId
string