Skip to main content
PATCH
Answer 1 to N items
Stable since 2025-01-01 — unchanged in 2026-06-01.

Authorizations

Authorization
string
header
required

Access token from POST /auth (the data.access_token value).

x-api-key
string
header
required

API key issued by Kira. Required on every request, including /auth.

Headers

X-Api-Version
string

Optional. The date-versioned API version to apply for this request (e.g. 2026-04-14). When sent it always wins, even over your pinned account default. When omitted, the API uses your account's pinned version if set, otherwise a baseline default.

Example:

"2026-06-01"

Path Parameters

rfi_id
string<uuid>
required

RFI UUID.

Body

application/json
items
object[]
required

1 to N items to answer in one call, each naming its item_id. Validated against every named item's answer_spec before anything is written: if any entry fails, the whole batch is rejected with 422 and the server is left exactly as it was. A document item is never answered here — upload files to it instead.

Minimum array length: 1

Response

All named items were valid and are now answered.

items
object[]
required

The items named in the request, each reflecting the write (status: "answered", answer_value/documents, updated_at).