Mark comments as read for a user
post
/ec-comment-svc/rest/v1.0/studies/{studyId}/comments/markAsRead
Marks comments as read for a given user.
Request
Path Parameters
-
studyId(required): string(uuid)
Study ID. Example: F054C951EB74443C93716CA714AB686E.
Supported Media Types
- */*
Root Schema : CommentsReadDto v1.0
Type:
object
Title:
CommentsReadDto v1.0
Information about read comments
Show Source
-
commentIds: string
(uuid)
List of comments IDs
-
userIdRead: string
(uuid)
User id for users different then the caller
Response
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : schema
Type:
integer(int32)
500 Response
Error
Nested Schema : details
Type:
object