工具 API

create_attachment

Create a new attachment on a specific Linear issue by uploading base64-encoded content.

devOAuth1 积分

调用信息

工具标识
linear.create_attachment
服务提供方
Linear
平均响应
492 ms
近 7 天调用
1

输入参数

issue必填

Issue ID or identifier (e.g., LIN-123)

base64Content必填

Base64-encoded file content to upload

filename必填

Filename for the upload (e.g., 'screenshot.png')

contentType必填

MIME type for the upload (e.g., 'image/png', 'application/pdf')

title

Optional title for the attachment

subtitle

Optional subtitle for the attachment