Ian Edwards 3 rokov pred
rodič
commit
a21a19af1d

+ 1 - 1
api/server/handlers/porter_app/list_app_revisions.go

@@ -31,7 +31,7 @@ func NewListAppRevisionsHandler(
 	}
 }
 
-// ListAppRevisionsResponse represents the response from the /apps/{porter_app_name}/revisions endpoint
+// ListAppRevisionsRequest represents the response from the /apps/{porter_app_name}/revisions endpoint
 type ListAppRevisionsRequest struct {
 	// The deployment target ID for the revisions
 	DeploymentTargetID string `schema:"deployment_target_id"`