Update the details of a list given an existing project id and list id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the project
The ID of the list
Updated name of the list
One of the following strings TODO, WORKING_ON, COMPLETED.
The updated index of the list within the project. Updating the index of a list may also change the order of the other lists in the project to remain sequential.