Add plan attachment
kiwi_plan_add_attachmentUpload a file as an attachment to a test plan. Provide the plan ID, file name, and base64-encoded content.
Instructions
TestPlan.add_attachment. Uploads a file (filename + base64 content) to the plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | Test plan id | |
| filename | Yes | Attachment file name, e.g. log.txt | |
| b64content | Yes | File content encoded as base64 |