In the API reference, the response for PUT /2/lists/:id looks like the following

PUT /2/lists/:id | Docs | Twitter Developer Platform

{
  "data" {
    "updated": true
  }
}

However, the actual response will look like the following

{
   "updated": true
}

This structure is different from other API responses, is this a bug?

1 Like

Thanks for letting us know. I’ve sent this to the team who worked on this feature to verify, and I’ll let you know when I hear more.

Thanks again!
Jessica

2 Likes

Thank you for your response.
I will wait and hope that I will get some good news.

Thank you very much.