Lists and items
Set list pinned
SetListPinned pins or unpins a List in the signed-in Member's own sidebar. It never affects anyone else's.
Path Parameters
listUid*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PUT "https://example.com/api/v1/lists/string/pinned" \ -H "Content-Type: application/json" \ -d '{}'{}