---
title: "Push data into a user-provided Global Config"
method: PUT
path: "/v1/installations/{integrationConfigurationId}/resources/{resourceId}/experimentation/global-config"
tags: ["marketplace"]
---

# Push data into a user-provided Global Config

`PUT /v1/installations/{integrationConfigurationId}/resources/{resourceId}/experimentation/global-config`

When the user enabled Global Config syncing, then this endpoint can be used by the partner to push their configuration data into the relevant Global Config.

## Path parameters

- `integrationConfigurationId` string, required
- `resourceId` string, required

## Request body

- object
  - `data` object, required

## Response `200`

The Global Config was updated

- object
  - `items` object, required
  - `updatedAt` number, required
  - `digest` string, required
  - `purpose` 'experimentation' | 'flags'

## Other responses

- `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`
- `409`
- `410`
- `412`

## Changes

- **2026-08-11** `0a04f9c0168d` — 1 breaking, 1 info
  - added `subschema #3, subschema #4` to the `items/additionalProperties/` response property `oneOf` list for the response status `200`
  - removed `subschema #3, subschema #4` from the `items/additionalProperties/` response property `oneOf` list for the response status `200`
- **2026-07-31** `e20468c66692` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/vercel/apis/api/changes/v1/installations/:integrationConfigurationId/resources/:resourceId/experimentation/global-config/put.md)

---

[API](https://skmtc.dev/vercel/apis/api.md) · [All operations](https://skmtc.dev/vercel/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vercel/api/revisions/e31ea8d3c1e7/schema)
