/
ET
ethcomments
/
Ethereum comments protocol indexer API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 7h ago · Updated 3w ago
Details
Filter operations
analytics
12
approvals
1
apps
17
auth
3
autocomplete
1
channels
4
comments
12
internal
1
reports
3
get
/api/reports
get
/api/reports/{reportId}
patch
/api/reports/{reportId}
user
2
post
/api/webhook
post
/api/notifications/seen
get
/api/notifications
get
/api/notifications/grouped
reports
Update a report's status
patch
/api/reports/{reportId}
Path parameters
reportId
string
uuid
required
Request body
object
required
status
'pending'
|
'resolved'
|
'closed'
required
Response
Report updated successfully
object
required
id
string
uuid
required
commentId
string
required
Hex format string, e.g.
0x1234567890abcdef
reportee
string
required
Hex format string, e.g.
0x1234567890abcdef
message
string
required
createdAt
string
nullable
required
updatedAt
string
nullable
required
status
'pending'
|
'resolved'
|
'closed'
required
Changes