upload_project_wiki_attachment
Upload files as attachments to a GitLab project wiki by specifying the branch, file path, project ID, and content. Simplify documentation and resource management directly within the wiki.
Instructions
Upload an attachment to a GitLab project wiki
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch | No | ||
content | No | ||
file_path | No | ||
project_id | No |
Input Schema (JSON Schema)
{
"properties": {
"branch": {
"type": "string"
},
"content": {
"type": "string"
},
"file_path": {
"type": "string"
},
"project_id": {
"type": "string"
}
},
"type": "object"
}