JavaScript
Lists
Restore a list
PUT /lists//restore restores a previously deleted list, identified by its list ID, bringing it and its configuration back online.
PUT
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A unique identifier representing the list you wish to retrieve.
Body
application/json
The body is of type object.
Response
204 - undefined