Skip to main content
POST
/
trades
/
{order_id}
/
comments
Add Comment
curl --request POST \
  --url https://staging-api.polysimulator.com/trades/{order_id}/comments \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string | null

Path Parameters

order_id
integer
required

Query Parameters

Body

application/json

Request to create a comment on a trade.

content
string
required
Required string length: 1 - 1000

Response

Successful Response