瀏覽代碼

comment nit

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 {
 type ListAppRevisionsRequest struct {
 	// The deployment target ID for the revisions
 	// The deployment target ID for the revisions
 	DeploymentTargetID string `schema:"deployment_target_id"`
 	DeploymentTargetID string `schema:"deployment_target_id"`