gitee_list_release_attachments
Retrieve a paginated list of attachments for a release in a Gitee repository by specifying owner, repo, and release ID.
Instructions
List release attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (user/org/enterprise path) | |
| repo | Yes | Repository path name | |
| release_id | Yes | Release ID | |
| page | No | Page number | |
| per_page | No | Items per page (max 100) |