PATCHhttp://localhost:5173/api/v1/private/spans/comments/commentId
Path Parameters
Body Parameters
View in API Reference
Request
$curl -X PATCH http://localhost:5173/api/v1/private/spans/comments/commentId \
> -H "Content-Type: application/json" \
> -d '{
> "text": "text"
>}'
Response