---
title: "Update a business entity ROE authorization"
method: PUT
path: "/business_entity_roe_authorizations/{roe_authorization}"
tags: ["Business Entity ROE Authorizations"]
---

# Update a business entity ROE authorization

`PUT /business_entity_roe_authorizations/{roe_authorization}`

## Path parameters

- `roe_authorization` string, required

## Request body

- object
  - `note` string, nullable

## Response `200`

OK

- object
  - `id` string — The unique identifier of the object in Nmbr.
  - `object` string — The type of the object in Nmbr (`"roe_authorization"`).
  - `data` BusinessEntityRoeAuthorization
    - `business_entity` object
      - `id` string — The unique identifier of the object in Nmbr.
      - `object` string — The type of the object in Nmbr (`"business_entity"`).
    - `status` 'authorized' | 'processing' | 'unauthorized'
    - `note` string, nullable
    - `created_at` string, dateTime — The date and time the object was created in Nmbr.
    - `updated_at` string, dateTime — The date and time the object was last updated in Nmbr.

---

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