---
title: "Update Provider Management Api Integration Metadata"
method: PATCH
path: "/provider-management-api-integrations/{provider_management_api_id}"
tags: ["provider-management-api-integrations"]
---

# Update Provider Management Api Integration Metadata

`PATCH /provider-management-api-integrations/{provider_management_api_id}`

## Path parameters

- `provider_management_api_id` string, uuid4, required

## Request body

- ProviderManagementAPIIntegrationMetadataUpdate
  - `provider_account_name` string, nullable
  - `api_key` string, nullable

## Response `200`

Successful Response

- ProviderManagementAPIIntegrationResponse
  - `id` string, uuid4, required
  - `provider` 'cursor' | 'claude_code' | 'codex' | 'github_copilot' | 'windsurf', required
  - `provider_scope_id` string, required
  - `provider_account_name` string, nullable
  - `provider_workspace_id` string, nullable
  - `provider_organization_id` string, nullable
  - `provider_team_id` string, nullable
  - `provider_organization_slug` string, nullable
  - `provider_enterprise_slug` string, nullable
  - `authentication_type` 'api_key', required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `created_by` string, uuid4, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/galileo/apis/galileo-api-server.md) · [All operations](https://skmtc.net/galileo/apis/galileo-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/galileo/galileo-api-server/revisions/933e8c8e6366/schema)
