panelica_git_post_v1_git_repositories_id_fetch
Fetch a Git repository by its ID to apply remote changes to the repository state. Use this action when repository data is out of sync.
Instructions
Fetch repository
HTTP: POST /v1/git/repositories/:id/fetch Category: Git Required scopes: git:write Mutating: changes server state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter: id | |
| body | No | Request body (application/json). Schema not statically declared — see API docs. |