ad855d921ee9

latestOpenAPI 3.0.32026-08-14137304312.9 KB
import

Import messages onto an existing issue

Imports one or more messages onto an existing issue.

Rate limit: 20 requests per minute

post/import/issues/{id}/messages

Path parameters

idstring required

The ID of the issue.

Request body

Response

request_idstring

The request ID for tracking.

Example response

{
  "data": {
    "state": "new"
  }
}