メインコンテンツへスキップ
POST
/
data
/
markexported
データをエクスポート済みとしてマーク
curl --request POST \
  --url https://openapi.octoparse.com/data/markexported \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "taskId": "<string>"
}
'
{
  "requestId": "<string>"
}

承認

Authorization
string
header
必須

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

ボディ

application/json
taskId
string
必須

レスポンス

200 - application/json

データをエクスポート済みに設定しました。

requestId
string