Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 262 Bytes

SetItemArchivedStatusBatch.md

File metadata and controls

12 lines (10 loc) · 262 Bytes

SetItemArchivedStatusBatch

Description: toogles the archive status for the specified items
Profiles: athena

Body

{
    "itemIds": [], //array of the items guids
    "archived": true // whether the items should be archived or not
}