Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add subscription of users via API #552

Closed
ralf401 opened this issue Oct 21, 2024 · 1 comment · Fixed by #553 or #554
Closed

Add subscription of users via API #552

ralf401 opened this issue Oct 21, 2024 · 1 comment · Fixed by #553 or #554
Assignees

Comments

@ralf401
Copy link
Contributor

ralf401 commented Oct 21, 2024

curl --request POST \
  --url https://your.domain/api/v1/mentions \
  --header 'X-On-Behalf-Of: 19' \
  --header 'content-type: application/json' \
  --data '{"mentionable_type":"Ticket","mentionable_id":4}'

mentionable_id = ticket_id

Needed permission?

@YetAnotherGerrit
Copy link
Contributor

Permission is unchanged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment