Logo
test-backup API Documentation

Update a list

PUT https://api.twitter.com/2/lists/:id

Allows the authenticated user to update a List they own.

For full details, see the API reference for this endpoint.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X PUT 'https://api.twitter.com/2/lists/:id' -d '{"name":"update-name","description":"update-description","private":false}'

ENDPOINTS