curl --request POST \
--url https://ardent-sandpiper-70.convex.cloud/api/run/svc/linear/action/issues/batch_create/run \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"api_key": {
"secret": "<string>",
"type": "personal-api-key"
},
"baggage": {
"trace_id": "<string>",
"traffic_type": "external"
},
"inputs": [
{
"teamId": "<string>",
"title": "<string>",
"assigneeId": "<string>",
"cycleId": "<string>",
"description": "<string>",
"dueDate": "<string>",
"estimate": 123,
"id": "<string>",
"labelIds": [
"<string>"
],
"parentId": "<string>",
"priority": 123,
"projectId": "<string>",
"stateId": "<string>"
}
]
}
}
'{
"status": "success",
"errorMessage": "<string>",
"errorData": {},
"value": "<unknown>"
}curl --request POST \
--url https://ardent-sandpiper-70.convex.cloud/api/run/svc/linear/action/issues/batch_create/run \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"api_key": {
"secret": "<string>",
"type": "personal-api-key"
},
"baggage": {
"trace_id": "<string>",
"traffic_type": "external"
},
"inputs": [
{
"teamId": "<string>",
"title": "<string>",
"assigneeId": "<string>",
"cycleId": "<string>",
"description": "<string>",
"dueDate": "<string>",
"estimate": 123,
"id": "<string>",
"labelIds": [
"<string>"
],
"parentId": "<string>",
"priority": 123,
"projectId": "<string>",
"stateId": "<string>"
}
]
}
}
'{
"status": "success",
"errorMessage": "<string>",
"errorData": {},
"value": "<unknown>"
}Token of the format "Bearer {token}" for normal authentication and "Convex {token}" for admin tokens.
Show child attributes