---
title: "PATCH /provideraccounts/{providerAccountID}"
method: PATCH
path: "/provideraccounts/{providerAccountID}"
tags: ["Provider Account"]
---

# PATCH /provideraccounts/{providerAccountID}

`PATCH /provideraccounts/{providerAccountID}`

Updates a provider account

## Path parameters

- `providerAccountID` string, required

## Headers

- `Authorization` string, required

## Request body

- ProviderAccountRequest
  - `id` string
  - `isActive` boolean
  - `parameters` object
  - `password` string
  - `providerCode` string
  - `username` string
  - `version` integer

## Response `200`

OK

- object
  - `additionalMessage` string
  - `code` string
  - `data` ProviderAccount
    - `createdAt` string
    - `id` string, uuid4
    - `integrationType` string
    - `isActive` boolean
    - `isC2C` boolean
    - `labelFileType` string
    - `owner` string
    - `parameters` object
    - `providerCode` string
    - `test` boolean
    - `updatedAt` string
    - `username` string
    - `version` integer
  - `message` string
  - `result` boolean

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

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