---
title: "Update Account"
method: PATCH
path: "/accounts/{account}"
tags: ["accounts"]
---

# Update Account

`PATCH /accounts/{account}`

## Path parameters

- `account` string, required

## Response `200`

Successfully updated the account.

## Other responses

- `404` — Account or relationship not found, or user unauthorized to perform action.
- `422` — Invalid arguments.
- `4XX` — Client error.
- `5XX` — Server error.

---

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