panelica_git_post_v1_git_oauth_callback
Use this callback endpoint to process Git OAuth redirects, exchange authorization codes for tokens, and persist git access for subsequent repository operations.
Instructions
OAuth callback
HTTP: POST /v1/git/oauth/callback Category: Git Required scopes: git:write Mutating: changes server state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body (application/json). Schema not statically declared — see API docs. |