Skip to main content
POST
/
v1
/
orgs
/
{orgName}
/
channels
/
{channelSlug}
/
rfqs
/
{rfqId}
/
responses
/
{id}
/
review
cURL
curl --request POST \
  --url https://api.connect.bluelayer.tech/v1/orgs/{orgName}/channels/{channelSlug}/rfqs/{rfqId}/responses/{id}/review \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "accepted"
}
'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Path Parameters

orgName
string
required
channelSlug
string
required
rfqId
string<uuid>
required
id
string<uuid>
required

Body

application/json
status
enum<string>
required
Available options:
accepted,
rejected

Response

Default Response

ok
enum<boolean>
Available options:
true