Does updating an existing list require checking upload status?

For the API docs for updating a list:

https://developer.act-on.com/hc/en-us/articles/360063316793-Update-a-List

The only example response in the documentation is this. Does this mean we do not need to check upload status if we are updating an existing list, ever? If not, please add the missing documentation for other possible responses to this endpoint.

{
  "status": "success",
  "message": "Upload completed",
  "jobId": "15960012"
}
WAS THIS HELPFUL?
0

1 comment

  • For example: can it return something like this, or would we see another type of status, ieĀ 
    "pending" or something?

    {
      "status": "success",
      "message": "Upload still in progress",
      "jobId": "15960012"
    }

Join the conversation