---
title: "Confirm Aws Account Connection Endpoint"
method: PATCH
path: "/v1/environments/aws-account-connections/{aws_account_connection_id}"
tags: ["v1-environments"]
---

# Confirm Aws Account Connection Endpoint

`PATCH /v1/environments/aws-account-connections/{aws_account_connection_id}`

## Path parameters

- `aws_account_connection_id` string, required

## Request body

- ConfirmAwsAccountConnectionRequest
  - `org_id` string, nullable
  - `role_arn` string, required
  - `region` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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