POST
/
reviews
/
{review_id}
curl --request POST \
  --url https://api.guilds.me/v1/reviews/{review_id} \
  --header 'Content-Type: application/json' \
  --header 'Guilds-Api-Key: <api-key>' \
  --header 'Guilds-App-Id: <api-key>' \
  --data '{
  "content": "<string>",
  "pinned": false
}'
{
  "id": "<string>"
}

Authorizations

Guilds-Api-Key
string
header
required

API Key specific to each guild

Guilds-App-Id
string
header
required

App ID specific to each guild

Path Parameters

review_id
string
required

The ID of the review to reply to

Body

application/json
Post reply data
content
string
required

The content for the reply

Required string length: 10 - 200
pinned
boolean
default:false

Whether or not to pin this reply

Response

200
application/json
Create reply response
id
string

The ID of the newly created reply