Skip to main content
POST
/
api
/
activity
/
day-tasks.cancel-rejection
Day Tasks : cancel rejection
curl --request POST \
  --url https://api.example.com/api/activity/day-tasks.cancel-rejection \
  --header 'Content-Type: application/json' \
  --data '
{
  "date_range": "2019-11-11/2019-12-12",
  "task_ids": [
    "872815618512410358"
  ],
  "resource_ids": [
    "872815618512410358"
  ],
  "remark": "<string>"
}
'

Body

application/json
date_range
string<local-date-interval>
required
Example:

"2019-11-11/2019-12-12"

task_ids
string<snowflake>[]
required
resource_ids
string<snowflake>[]
required
remark
string | null
Maximum string length: 255

Response

204

Day task rejection cancelled.