Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Headers
Only used by platform integrations
ID of gym to execute on behalf of
Path Parameters
ID of comment to update
Body
application/json
Update comment params
POST body for updating a comment
Comment content
Response
200 - application/json
Update comment response
Whether the comment can be edited or deleted by your API key.
Date comment created. ISO8601 timestamp in UTC
Comment ID
Can be null if comment has been deleted
Example:
{ "id": "ath_123abc", "name": "Jane Doe" }
Comment text