Skip to main content
POST
/
v1
/
linear_create_comment
linear_create_comment
curl --request POST \
  --url https://api.fetchbean.com/v1/linear_create_comment \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "issueId": "<string>",
  "body": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
issueId
string
required
body
string
required

Response

Success

The response is of type object.