Skip to content

Commit

Permalink
feat(entities-vaults): force delete secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder committed Sep 14, 2024
1 parent 62433a9 commit bbf2374
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 bbf2374

Please sign in to comment.