Skip to content

Commit

Permalink
Fixes #552 - Added hint for mentioning/subscribing other users
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf401 committed Oct 23, 2024
1 parent 7ad6116 commit 2f309dd
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions api/ticket/mentions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,15 @@ Response:
# HTTP-Code 201 Created
{
"id":2,
"mentionable_type":"Ticket",
"mentionable_id":1,
"user_id":3,
"updated_by_id":3,
"created_by_id":3,
"created_at":"2021-03-16T08:51:08.985Z",
"updated_at":"2021-03-16T08:51:08.985Z"
}
true
The mention will be created for the user of the current session.

.. hint:: If you want to mention/subscribe other users, you can do so by
sending an additional ``X-On-Behalf-Of``-header in your request. You can
either provide the user ID or the user email address as value.


Delete
------

Expand Down

0 comments on commit 2f309dd

Please sign in to comment.