Bulk item actions
Perform bulk actions on selected items: mark read/unread or save/unsave.
Authorization
Bearer AuthorizationBearer <token>
API key (glanced_live_…). Required on operations marked with this scheme; rejected elsewhere.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
PATCH '/v1/items'.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/v1/items" \ -H "Content-Type: application/json" \ -d '{ "item_ids": [ "92e615b6-88cf-4958-8b77-df6fc58c9ee2" ], "action": "mark_read" }'{ "message": "string"}How is this guide?