Skip to content

Commit

Permalink
feat(entities-vaults): force delete secrets (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder authored Sep 14, 2024
1 parent 62433a9 commit 95afaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/entities/entities-vaults/src/vaults-endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
list: {
konnect: {
getAll: `${konnectBaseApiUrl}/vaults`,
deleteConfigStore: `${konnectConfigStoreApiUrl}/{id}`,
deleteConfigStore: `${konnectConfigStoreApiUrl}/{id}?force=true`,
},
kongManager: {
getAll: `${KMBaseApiUrl}/vaults`,
Expand Down

0 comments on commit 95afaf7

Please sign in to comment.