upload_group_wiki_attachment
Upload attachments to a GitLab group wiki by specifying the branch, content, file path, and group ID. Simplify file management and documentation updates.
Instructions
Upload an attachment to a GitLab group wiki
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch | No | ||
content | No | ||
file_path | No | ||
group_id | No |
Input Schema (JSON Schema)
{
"properties": {
"branch": {
"type": "string"
},
"content": {
"type": "string"
},
"file_path": {
"type": "string"
},
"group_id": {
"type": "string"
}
},
"type": "object"
}