Commit Graph

6 Commits

Author SHA1 Message Date
eafd7c551b feat: add team user management endpoints to api (#1416)
## Description

Adds user management capabilities to our current API. Allows for adding,
removing, listing and updating members of a given team using a valid API
token.

## Related Issue

N/A

## Changes Made

- Added an endpoint for inviting a team member
- Added an endpoint for removing a team member
- Added an endpoint for updating a team member
- Added an endpoint for listing team members

## Testing Performed

Tests were written for this feature request
2024-10-22 22:53:31 +11:00
6b5e4da424 v1.6.0-rc.1 2024-07-05 14:24:40 +10:00
1cd7dd236b chore: test signing a document 2024-03-21 16:15:29 +00:00
2068d980ff feat: allow for the deletion of any document (#711)
Allow for the deletion of any document with notifications of document cancellation for pending documents.
2023-12-06 11:11:51 +11:00
bfedabdc10 fix: increase e2e test timeout (#682) 2023-12-05 13:54:41 +11:00
pit
39c2bf77c2 chore: implement feedback 2023-11-06 13:02:19 +11:00