---
title: "PATCH /api/v1/integration-auth/{integrationAuthId}"
method: PATCH
path: "/api/v1/integration-auth/{integrationAuthId}"
tags: ["Integrations"]
---

# PATCH /api/v1/integration-auth/{integrationAuthId}

`PATCH /api/v1/integration-auth/{integrationAuthId}`

Update the integration authentication object required for syncing secrets.

## Path parameters

- `integrationAuthId` string, required

## Request body

- object
  - `integration` 'azure-key-vault' | 'aws-parameter-store' | 'aws-secret-manager' | 'gcp-secret-manager' | 'heroku' | 'vercel' | 'netlify' | 'github' | 'gitlab' | 'render' | 'railway' | 'flyio' | 'laravel-forge' | 'circleci' | 'databricks' | 'travisci' | 'teamcity' | 'supabase' | 'checkly' | 'qovery' | 'terraform-cloud' | 'hashicorp-vault' | 'cloudflare-pages' | 'cloudflare-workers' | 'bitbucket' | 'codefresh' | 'windmill' | 'digital-ocean-app-platform' | 'cloud-66' | 'northflank' | 'hasura-cloud' | 'rundeck' | 'azure-devops' | 'azure-app-configuration' | 'octopus-deploy' — The slug of integration for the auth object.
  - `accessId` string — The unique authorized access ID of the external integration provider.
  - `accessToken` string — The unique authorized access token of the external integration provider.
  - `awsAssumeIamRoleArn` string, uri — The AWS IAM Role to be assumed by Infisical.
  - `url` string, uri
  - `namespace` string
  - `refreshToken` string — The refresh token for integration authorization.

## Response `200`

Default Response

- object
  - `integrationAuth` object, required
    - `id` string, uuid, required
    - `projectId` string, required
    - `integration` string, required
    - `teamId` string, nullable
    - `url` string, nullable
    - `namespace` string, nullable
    - `accountId` string, nullable
    - `metadata` unknown
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `422` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/infisical/apis/infisical-api.md) · [All operations](https://skmtc.net/infisical/apis/infisical-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/infisical/infisical-api/versions/885aef3e6c11/schema)
