Skip to main content
POST
/
api
/
locker-room
/
{id}
/
comments
Add comment
curl --request POST \
  --url https://app.d-sports.org/api/locker-room/{id}/comments \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "<string>"
}
'

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Path Parameters

id
string
required

Body

application/json
content
string
required

Response

200

{ success, data }