Ian Edwards 2 سال پیش
والد
کامیت
a21a19af1d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      api/server/handlers/porter_app/list_app_revisions.go

+ 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"`