We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This SDK seems to have no way of updating edge config items. Endpoint in the API: https://vercel.com/docs/rest-api/sdk/reference#tag/edge-config/update-edge-config-items-in-batch
The text was updated successfully, but these errors were encountered:
Can you provide an example code that you tried @sport24-rtr ? And apologies for the delayed response
Sorry, something went wrong.
@ismaelrumzan unfortunately i cannot show code for something that does not exist.
My use case is that I want to update edge config items.
The Vercel API has this exposed via https://vercel.com/docs/sdk/reference#tag/edge-config/update-edge-config-schema - PATCH /v1/edge-config/{edgeConfigId}/items
PATCH /v1/edge-config/{edgeConfigId}/items
However, the SDK does not have anything else than "get" on items, see: https://github.com/vercel/sdk/blob/main/docs/sdks/edgeconfig/README.md
No branches or pull requests
This SDK seems to have no way of updating edge config items. Endpoint in the API: https://vercel.com/docs/rest-api/sdk/reference#tag/edge-config/update-edge-config-items-in-batch
The text was updated successfully, but these errors were encountered: