diff --git a/api/deployment/get_config.go b/api/deployment/get_config.go index 4e0bfe20b..bf8323e33 100644 --- a/api/deployment/get_config.go +++ b/api/deployment/get_config.go @@ -21,7 +21,7 @@ import ( // swagger:operation GET /api/v1/deployments/{org}/{repo}/config deployments GetDeploymentConfig // -// Get a deployment +// Get a deployment config // // --- // produces: @@ -37,6 +37,10 @@ import ( // description: Name of the repository // required: true // type: string +// - in: query +// name: ref +// description: Ref to target for the deployment config +// type: string // security: // - ApiKeyAuth: [] // responses: