Update an attachment
Work Item Attachments
Update an attachment
Updates an existing attachment by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PATCH
Update an attachment
Documentation Index
Fetch the complete documentation index at: https://developers.plane.so/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
The workspace_slug represents the unique workspace identifier for a workspace in Plane. It can be found in the URL. For example, in the URL
https://app.plane.so/my-team/projects/, the workspace slug is my-team.The unique identifier of the project.
The unique identifier of the work item.
The unique identifier of the attachment.
Body parameters
File metadata object containing name, size, and type.
Storage path/identifier for the attachment file.
Entity type of the attachment.
Entity identifier for the attachment.
Whether the attachment has been deleted.
Whether the attachment has been archived.
External identifier if the attachment is imported to Plane.
Name of the source if the attachment is imported to Plane.
File size in bytes.
Whether the file has been successfully uploaded.
Cloud storage metadata.

