upload_file_content
Upload base64-encoded binary file content to an InsightAppSec application. Use after creating file metadata to attach the actual data.
Instructions
Upload binary file content. The file metadata must be created first using create_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The unique identifier of the application | |
| file_id | Yes | The unique identifier of the file | |
| content_base64 | Yes | Base64-encoded file content |