---
title: "Put a single GIFI"
method: PUT
path: "/gl/gifi/{id}"
tags: ["GIFI"]
---

# Put a single GIFI

`PUT /gl/gifi/{id}`

## Headers

- `If-Match` string, required

## Request body

- GIFI
  - `accno` string, required
  - `description` string, required

## Response `200`

The resource was succesfully replaced,
returning the new data for the resource.

- GIFI
  - `accno` string, required
  - `description` string, required

## Other responses

- `304` — Not modified
- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `412` — Precondition failed (If-Match header)
- `413` — Payload too large
- `428` — Precondition required

---

[API](https://skmtc.dev/ledgersmb/apis/ledgersmb-api.md) · [All operations](https://skmtc.dev/ledgersmb/apis/ledgersmb-api/llms.txt) · [OpenAPI document](https://skmtc.dev/ledgersmb/apis/ledgersmb-api/revisions/46fa424885c8?raw)
