mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-09 17:18:31 +00:00
♻️ update policy in integration API
This commit is contained in:
parent
d6a8021613
commit
2ef5d90e13
1 changed files with 7 additions and 0 deletions
|
|
@ -410,6 +410,13 @@ authenticated.post(
|
|||
resource.updateResource
|
||||
);
|
||||
|
||||
authenticated.put(
|
||||
"/resource-policy/:resourcePolicyId",
|
||||
verifyApiKeyResourcePolicyAccess,
|
||||
verifyApiKeyHasAction(ActionsEnum.updateResourcePolicy),
|
||||
policy.updateResourcePolicy
|
||||
);
|
||||
|
||||
authenticated.delete(
|
||||
"/resource/:resourceId",
|
||||
verifyApiKeyResourceAccess,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue