Does updating an existing list require checking upload status?

Peter Nicolai

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"
}
0

Comments

1 comment

  • Comment author
    Peter Nicolai
    • Edited

    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"
    }
    0

Please sign in to leave a comment.