@Summary Removed: Get workspace agent git auth @ID removed-get-workspace-agent-git-auth @Security CoderSessionToken @Produce json @Tags Agents @Param match query string true "Match" @Param id query string true "Provider ID" @Param listen query bool false "Wait for a new token to be issued" @Success
(rw http.ResponseWriter, r *http.Request)
| 57 | // @Success 200 {object} agentsdk.ExternalAuthResponse |
| 58 | // @Router /api/v2/workspaceagents/me/gitauth [get] |
| 59 | func (api *API) workspaceAgentsGitAuth(rw http.ResponseWriter, r *http.Request) { |
| 60 | api.workspaceAgentsExternalAuth(rw, r) |
| 61 | } |
| 62 | |
| 63 | // @Summary Removed: Get workspace resources for workspace build |
| 64 | // @ID removed-get-workspace-resources-for-workspace-build |
nothing calls this directly
no test coverage detected