cURL
curl --request PUT \ --url https://api.x.com/2/lists/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "description": "<string>", "name": "<string>", "private": true }'
{ "data": { "updated": true }, "errors": [ { "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>" } ] }
Updates the details of a specific List owned by the authenticated user by its ID.
100
1 - 25
Show child attributes
1