This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 233 B View raw
1{ 2 "accountId": "acc1", 3 "ifInState": "state123", 4 "create": { 5 "new1": {"name": "Folder 1"}, 6 "new2": {"name": "Folder 2"} 7 }, 8 "update": { 9 "existing1": {"name": "Renamed Folder"} 10 }, 11 "destroy": ["old1", "old2"] 12}