update_repo
Updates an existing repository entry. Modify its title, summary, description, URL, or source type by providing the repo ID and optional new values.
Instructions
Update an existing git repository entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Repo ID | |
| title | No | New title | |
| summary | No | New summary | |
| description_md | No | New description in markdown | |
| repo_url | No | New URL | |
| source_type | No | New source type |