Update a list.
PUT https://api.jsonpad.io/lists/{listId}curl https://api.jsonpad.io/lists/bf210cef-7884-4de3-872b-cdfe2b951378 \
-X PUT \
-H "Content-Type: application/json" \
-H "x-api-token: <YOUR TOKEN>" \
-d '{
"name": "My Updated List"
}'listIdstringA list id or path name.x-api-tokenstringYour API token.{name: "Sample List"pathName: "sample-list"description: "Sample list description"schema: nullpinned: falsereadonly: falserealtime: falseprotected: falseindexable: trueactivated: true}namestringThe name of the list.pathNamestringThe path name of new list. This can be used instead of the id in URLs.
This must be unique. You cannot have two lists with the same path name.
descriptionstringA description of the list.schemanullable objectThe schema of the list. When items are created or modified in this list, we will check their data against this schema.
This uses the JSON Schema format. It will be null if the list has no schema.
pinnedbooleanWhether the list is pinned to the dashboard menu for quick access.readonlybooleanWhether the list is read-only. This affects the list and all items contained within it.realtimebooleanWhether realtime updates are enabled for this list. If this is enabled, the list will emit events when it is modified or deleted, and when items are created, updated or deleted within it.protectedbooleanWhether the list is protected. Protected lists cannot be deleted if they contain any items.indexablebooleanWhether the list is indexable. We cannot view a list of items in a non-indexable list. Also, non-indexable lists cannot be searched.activatedbooleanWhether the list is activated. Inactive lists are not accessible via the API.{id: "baf3023f-7215-4aed-81eb-ae255ff12de2"createdAt: "2026-09-05T11:29:47.515Z"updatedAt: "2026-09-05T11:29:47.515Z"user: {id: "ac16ecfc-c720-4888-bb78-15c80351e07f"createdAt: "2026-09-05T11:29:47.515Z"updatedAt: "2026-09-05T11:29:47.515Z"lastActiveAt: "2026-09-05T11:29:47.515Z"activated: truedisplayName: "Sample User"description: "Sample user description"}name: "Sample List"pathName: "sample-list"description: "Sample list description"schema: nullpinned: falsereadonly: falserealtime: falseprotected: falseindexable: trueactivated: trueitemCount: 0}last-modified2026-09-05T11:29:47.515ZThe date this list was last modified.