Skip to content

Commit

Permalink
feat(api): add revalidateKeysCache flag to the getKeys operation (#2031)
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark authored Aug 20, 2024
1 parent 69343b0 commit bb6d04e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .changeset/tasty-pillows-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@unkey/api": minor
---

add skip cache flag
3 changes: 2 additions & 1 deletion packages/api/src/openapi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2193,10 +2193,11 @@ export interface operations {
ownerId?: string;
externalId?: string;
decrypt?: boolean | null;
revalidateKeysCache?: boolean | null;
};
};
responses: {
/** @description The configuration for an api */
/** @description List of keys for the api */
200: {
content: {
"application/json": {
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit bb6d04e

@vercel
Copy link

@vercel vercel bot commented on bb6d04e Aug 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

planetfall – ./apps/planetfall

planetfall-git-main-unkey.vercel.app
planetfall-unkey.vercel.app
planetfall-two.vercel.app
planetfall.unkey.dev

Please sign in to comment.