Comment
This endpoint lets you create new comments for a given candidate_reference.
This endpoint requires comments_w
, and candidates_rw
or my_candidates_rw
scopes.
comment creation
POST
https://www.welcomekit.co/api/v1/external/comments
Query Parameters
Name | Type | Description |
---|---|---|
candidate_reference* | string | Candidate reference |
content | string | Comment content (plain text, html or markdown) |
Request example
Last updated