---
title: "Update Institution Usage"
method: PUT
path: "/institutions/{id}/usage"
---

# Update Institution Usage

`PUT /institutions/{id}/usage`

## Path parameters

- `id` string, required

## Response `200`

Update institution usage

- UpdateUsageSchema
  - `data` InstitutionSchema, required
    - `id` string, required
    - `name` string, required
    - `logo` string, nullable, required
    - `available_history` number, nullable
    - `provider` 'teller' | 'plaid' | 'gocardless', required

## Other responses

- `400` — Returns an error

## Changes

- **2024-07-23** `1515e7c2644a` — 1 breaking, 1 warning
  - the `code` response's property type/format changed from `number`/`` to `string`/`` for status `400`
  - removed the optional property `details` from the response with the `400` status
- **2024-07-23** `85b4f43c2bb3` — 2 info
  - added the optional property `details` to the response with the `400` status
  - added the required property `requestId` to the response with the `400` status
- **2024-07-15** `aa444e2eb0bb` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added
- **2024-07-15** `9a907d8c2c99` — 1 breaking
  - added the new path request parameter `id`
- **2024-07-15** `174127bdce62` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/midday-ai/apis/midday-engine-api/changes/institutions/:id/usage/put.md)

---

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