Push data into a user-provided Edge Config
PUT https://api.vercel.com/v1/installations/{integrationConfigurationId}/resources/{resourceId}/experimentation/edge-config
When the user enabled Edge Config syncing, then this endpoint can be used by the partner to push their configuration data into the relevant Edge Config.
https://api.vercel.com/v1/installations/{integrationConfigurationId}/resources/{resourceId}/experimentation/edge-config 1 const response = await fetch ( 'https://api.vercel.com/v1/installations/string/resources/string/experimentation/edge-config' , {
4 'Authorization' : 'Bearer YOUR_ACCESS_TOKEN' ,
5 'Content-Type' : 'application/json' ,
12 const data = await response . json ( ) ;
Copy as Markdown Give feedback Ask AI about this page https://api.vercel.com/v1/installations/{integrationConfigurationId}/resources/{resourceId}/experimentation/edge-config 1 const response = await fetch ( 'https://api.vercel.com/v1/installations/string/resources/string/experimentation/edge-config' , {
4 'Authorization' : 'Bearer YOUR_ACCESS_TOKEN' ,
5 'Content-Type' : 'application/json' ,
12 const data = await response . json ( ) ;
Authorization bearerToken
Default authentication mechanism
integrationConfigurationId string Required
This endpoint expects an object.
The Edge Config was updated
purpose string Optional
+ Show 2 enum values
400 One of the provided values in the request body is invalid.
One of the provided values in the request query is invalid.
401 The request is not authorized.
403 You do not have permission to access this resource.
404 Error
409 Error
412 Error