Skip to content

Commit

Permalink
Add additional post operation prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-mairose-sp committed Apr 29, 2024
1 parent 9250722 commit e74c2f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/path-operation-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ module.exports = (targetVal, _opts) => {
'send', 'set', 'show',
'start', 'submit', 'sync',
'test', 'unlock', 'unregister',
'update'
'update', 'load', 'reload',
'process'
];

const allowedOperationsForPutMethods = [
Expand Down

0 comments on commit e74c2f4

Please sign in to comment.