---
title: "PUT /allowances/{id}"
method: PUT
path: "/allowances/{id}"
tags: ["Allowances"]
---

# PUT /allowances/{id}

`PUT /allowances/{id}`

Always perform a partial update.

## Path parameters

- `id` string, required

## Query parameters

- `ordering` string

## Request body

- APIAllowance
  - `id` string, uuid
  - `url` string
  - `interval` string, nullable
  - `amount` number
  - `transaction_limit` number, nullable
  - `daily_limit` number, nullable
  - `single_use` boolean
  - `start_time` string, date-time, nullable
  - `end_time` string, date-time, nullable
  - `scope` integer[]
  - `balance` number, required
  - `reset` boolean
  - `created_at` string, date-time, required
  - `increment` number

## Response `200`

- APIAllowance
  - `id` string, uuid
  - `url` string
  - `interval` string, nullable
  - `amount` number
  - `transaction_limit` number, nullable
  - `daily_limit` number, nullable
  - `single_use` boolean
  - `start_time` string, date-time, nullable
  - `end_time` string, date-time, nullable
  - `scope` integer[]
  - `balance` number, required
  - `reset` boolean
  - `created_at` string, date-time, required
  - `increment` number

## Other responses

- `400` — Bad Request - Invalid arguments or malformed request
- `401` — Unauthorized - Invalid or missing authentication token
- `403` — Forbidden - Insufficient permissions for this operation
- `404` — Not Found - Resource does not exist
- `409` — Conflict - Request conflicts with existing data
- `429` — Too Many Requests - Rate limit exceeded
- `500` — Internal Server Error

---

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