Skip to main content
POST
Add a comment to an RFI

Authorizations

Authorization
string
header
required

Bearer token obtained via Circle key exchange

Headers

X-Idempotency-Key
string<uuid>
required

Client-generated UUID used to safely retry POST requests. If the same key is submitted twice, the original response is returned without re-executing the operation. Must be a valid UUID v4 (e.g. 550e8400-e29b-41d4-a716-446655440099).

Path Parameters

applicationId
string<uuid>
required

Application UUID

rfiId
string<uuid>
required

RFI UUID

Body

application/json
content
string
required
Minimum string length: 1

Response

Comment created

author
string
commentId
string<uuid>
content
string
createdAt
string<date-time>