update_attachment
Modify the name and category of an existing attachment in Pega DX MCP Server by specifying the attachmentID, ensuring user access and adherence to system permissions.
Instructions
Updates the name and category of an existing attachment for a given attachmentID. The API only updates the title and category of an existing attachment. It does not update the filename and URL. The system verifies user access to the attachment category before allowing the update.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attachmentID | Yes | Full ID of the Attachment, Link-Attachment instance pzInsKey (attachment ID) to update. Format example: "LINK-ATTACHMENT OSIEO3-TESTAPP03-WORK T-672011!20240104T100246.978 GMT". This is the complete instance handle key that uniquely identifies the attachment in the Pega system. The attachment must exist and be accessible to the current user. | |
category | Yes | New attachment category. Must be a valid attachment category that exists in the system and that the user has edit permissions for. The category determines the attachment type and associated permissions. | |
name | Yes | New name of the attachment. This will be the display name shown for the attachment in the case. Must be a non-empty string. |