工具 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')
titleOptional title for the attachment
subtitleOptional subtitle for the attachment