Annotation to be created
Deletes an annotation
DELETE /annotations/\{id\}
deleteAnnotation: https://h.readthedocs.io/en/latest/api-reference/#tag/annotations/paths/~1annotations~1{id}/delete
ID of the annotation to be deleted
Fetches an annotation by its ID
GET /annotations/\{id\}
fetchAnnotation: https://h.readthedocs.io/en/latest/api-reference/#tag/annotations/paths/~1annotations~1{id}/get
ID of the annotation to be fetched
Flags an annotation
PUT /annotations/\{id\}/flag
flagAnnotation: https://h.readthedocs.io/en/latest/api-reference/#tag/annotations/paths/~1annotations~1{id}~1flag/put
ID of the annotation to be flagged
Hides an annotation
PUT /annotations/\{id\}/hide
hideAnnotation: https://h.readthedocs.io/en/latest/api-reference/#tag/annotations/paths/~1annotations~1{id}~1hide/put
ID of the annotation to be hidden
Shows an annotation
DELETE /annotations/\{id\}/hide
showAnnotation: https://h.readthedocs.io/en/latest/api-reference/#tag/annotations/paths/~1annotations~1{id}~1hide/delete
ID of the annotation to be shown
Updates an annotation
PATCH /annotations/\{id\}
updateAnnotation: https://h.readthedocs.io/en/latest/api-reference/#tag/annotations/paths/~1annotations~1{id}/patch
ID of the annotation to be updated
Update annotation
Creates or updates a group
PUT /groups/\{id\}
createOrUpdateGroup: https://h.readthedocs.io/en/latest/api-reference/#tag/groups/paths/~1groups~1{id}/put
ID of the group to be created or updated
Fetches a group by its ID
GET /groups/\{id\}
fetchGroup: https://h.readthedocs.io/en/latest/api-reference/#tag/groups/paths/~1groups~1{id}/get
ID of the group to be fetched
Gets group members by group ID
GET /groups/\{id\}/members
getGroupMembers: https://h.readthedocs.io/en/latest/api-reference/#tag/groups/paths/~1groups~1{id}~1members/get
ID of the group to be created or updated
Retrieve a list of applicable Groups as well as a user's private Groups.
GET /groups
getListOfGroups: https://h.readthedocs.io/en/latest/api-reference/#tag/groups/paths/~1groups/get
Removes a member from a group
DELETE /groups/\{id\}/members/\{user\}
removeGroupMember: https://h.readthedocs.io/en/latest/api-reference/#tag/groups/paths/~1groups~1{id}~1members~1{user}/delete
ID of the group from which the member should be removed
Updates a group by its ID
PATCH /groups/\{id\}
updateGroup: https://h.readthedocs.io/en/latest/api-reference/#tag/groups/paths/~1groups~1{id}/patch
ID of the group to be updated
Fetches user's profile
GET /profile
fetchProfile: https://h.readthedocs.io/en/latest/api-reference/#tag/profile/paths/~1profile/get
Fetch the groups for which the currently-authenticated user is a member.
GET /profile/groups
fetchUsersGroups: https://h.readthedocs.io/en/latest/api-reference/#tag/profile/paths/~1profile~1groups/get
Performs a request against the API root, returning a list of available services
GET /
root: https://h.readthedocs.io/en/latest/api-reference/#tag/general/paths/~1/get
Generated using TypeDoc
Creates an annotation based on the information provided
POST /annotations
See
createAnnotation: https://h.readthedocs.io/en/latest/api-reference/#tag/annotations/paths/~1annotations/post
Throws
ApiError