Skip to main content
PATCH
Resolve post comment

Authorizations

Authorization
string
header
required

Bearer an mk_live_ API key. A key is ORG-SCOPED: it grants full access to every resource in that organization, with no per-endpoint scoping (see the uid pseudo-permission on each operation). Manage keys at https://app.mymarky.ai.

Headers

Marky-Version
enum<string>

Opt into a dated API version. Omit to stay on the floor (2026-04-08) forever — unpinned clients never break. Pin to a newer date (e.g. 2026-08-06) to receive the newest response shapes. Unknown values fall back to the floor. See https://docs.mymarky.ai for the versioning model.

Available options:
2026-04-08,
2026-07-17,
2026-08-02,
2026-08-04,
2026-08-06
Example:

"2026-08-06"

Path Parameters

business_id
string
required

A UUID identifier.

post_id
string
required

A UUID identifier.

comment_id
string
required

A UUID identifier.

Body

application/json
resolved
boolean
required

true = mark the comment handled; false = reopen it.

Response

Successful Response

id
string
required

Comment ID

body
string
required

The comment text

user_id
string
required

ID of the team member who wrote the comment

resolved
boolean
required

Whether your team marked this comment as handled

created_at
string
required

When the comment was written

author_name
string | null

Display name of the team member who wrote the comment. Null when the account has no name set.

updated_at
string | null

Last update time