Reactions
Add reaction
post /api/http/reactions/{item}/{emoji}
Required permissions: Add message reactions, Add reactions to direct messages, Add reactions to article comments, Add reactions to comments in code reviews
|
Request arguments |
|---|
item: string in one of the formats
(Path) ( Required ) | emoji: string (Path) ( Required )
|
|
List reacted users and applications
get /api/http/reactions/{item}/{emoji}
Required permissions: View message reactions, View reactions to direct messages, View reactions to comments in code reviews, View reactions to article comments
|
Request arguments |
|---|
item: string in one of the formats
(Path) ( Required ) | emoji: string (Path) ( Required )
|
|
Remove reaction
delete /api/http/reactions/{item}/{emoji}
Required permissions: Add message reactions, Add reactions to direct messages, Add reactions to article comments, Add reactions to comments in code reviews
|
Request arguments |
|---|
item: string in one of the formats
(Path) ( Required ) | emoji: string (Path) ( Required )
|
|
List reactions
get /api/http/reactions/{item}
Required permissions: View message reactions, View reactions to direct messages, View reactions to comments in code reviews, View reactions to article comments
|
Request arguments |
|---|
item: string in one of the formats
(Path) ( Required ) |
|
Last modified: 06 September 2023