latestOpenAPI 3.0.02026-08-216686147.9 KB
6f6009a58cdd
comments
Fetch the Comment context
get/v1/comments/{uuid}/context
Path parameters
uuidstring uuid required
The UUID of the Comment
Response
The Comment context
Example response
{
"data": {
"uuid": "4d50d252-be0c-4d69-b77a-5bbdfef83f54",
"type": "request",
"_links": {
"context_object": {
"href": "https://example.com/resource/or/path",
"title": "A description for the link",
"type": "text/html"
}
}
}
}