You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -414,6 +415,29 @@ call; the body is streamed in chunks rather than loaded into memory.
414
415
|`delete_circle`| destructive | Delete a circle |
415
416
|`remove_circle_member`| destructive | Kick a member |
416
417
418
+
### Cospend
419
+
420
+
Shared expense tracking ("who paid for what"). Requires the [Cospend](https://apps.nextcloud.com/apps/cospend) app to be installed and enabled. All routes are OCS at `/ocs/v2.php/apps/cospend/api/v1/`.
421
+
422
+
| Tool | Permission | Description |
423
+
|------|-----------|-------------|
424
+
|`list_cospend_projects`| read | List projects the user can access |
425
+
|`get_cospend_project`| read | Get full project info (members, balance, shares, settings) |
426
+
|`get_cospend_project_statistics`| read | Per-member spending stats (paid/spent/balance) with filters |
427
+
|`get_cospend_project_settlement`| read | Suggested reimbursement transactions to settle a project |
428
+
|`list_cospend_members`| read | List members of a project |
429
+
|`list_cospend_bills`| read | List bills with filters (payer, category, search, pagination) |
430
+
|`get_cospend_bill`| read | Get a single bill |
431
+
|`create_cospend_project`| write | Create a project (caller becomes ADMIN) |
0 commit comments