---
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
- `409` — Conflict
- `412` — Precondition failed (If-Match header)
- `413` — Payload too large
- `428` — Precondition required

## Changes

- **2026-03-11** `1f2195427ce4` — 1 info
  - added the non-success response with the status `409`

[Change history](https://skmtc.dev/ledgersmb/apis/ledgersmb-api/changes/gl/gifi/:id/put.md)

---

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