Skip to content

Commit

Permalink
Added update and delete to description of protocol actions (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
angiejones authored Jan 4, 2024
1 parent 49c8f8d commit 1243618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/protocols-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export type ProtocolActionRule = {

/**
* Action that the actor can perform.
* May be 'query' | 'read' | 'write'
* May be 'query' | 'read' | 'write' | 'update' | 'delete'.
* 'query' is only supported for `role` rules.
*/
can: string;
Expand Down

0 comments on commit 1243618

Please sign in to comment.