Skip to main content

Mention user

Mention user.

Заметка

[Since 3.4]

POST /api/v1/files/{fileId}/mentions HTTP/1.1
  1. Path parameters
ParameterDescription
fileIdThe ID of the file.
  1. Example request
curl 'http://localhost:8080/api/v1/files/3fe70d1e-3c29-4ea6-a20b-0258ef7b8ca9/mentions' -i -X POST \
-H 'Content-Type: application/json' \
-H 'X-co-auth-token: 2d723b024b1ff5b2a149ecacd74f4f17' \
-d '{
"emails" : [ "testsrvdocs@srv.tacos.devoffice.ru" ],
"message" : "message",
"commentUuid" : "comment"
}'
  1. Example response headers
HTTP/1.1 200 200 OK
X-co-request-id: Lug5mZk5qT9SMzF74UpIL6KJ3yciZ57U
[ content of the response is skipped ]
  1. Example response
HTTP/1.1 200 OK
X-co-request-id: Lug5mZk5qT9SMzF74UpIL6KJ3yciZ57U