POST
/
api
/
v1
/
review
Create Review
curl --request POST \
  --url https://api.example.com/api/v1/review \
  --header 'Content-Type: application/json' \
  --data '
{
  "asset_id": "<string>",
  "title": "<string>",
  "assignee": "<string>"
}
'
{}

Body

application/json
asset_id
string
required
title
string
required
assignee
string | null

Response

Successful Response

The response is of type Response Create Review Api V1 Review Post · object.