@Summary Removed: Get logs by workspace agent @ID removed-get-logs-by-workspace-agent @Security CoderSessionToken @Produce json @Tags Agents @Param workspaceagent path string true "Workspace agent ID" format(uuid) @Param before query int false "Before log id" @Param after query int false "After log
(rw http.ResponseWriter, r *http.Request)
| 43 | // @Success 200 {array} codersdk.WorkspaceAgentLog |
| 44 | // @Router /api/v2/workspaceagents/{workspaceagent}/startup-logs [get] |
| 45 | func (api *API) workspaceAgentLogsDeprecated(rw http.ResponseWriter, r *http.Request) { |
| 46 | api.workspaceAgentLogs(rw, r) |
| 47 | } |
| 48 | |
| 49 | // @Summary Removed: Get workspace agent git auth |
| 50 | // @ID removed-get-workspace-agent-git-auth |
nothing calls this directly
no test coverage detected