Skip to content

Commit

Permalink
update API comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Dec 17, 2024
1 parent c2c20bb commit b25ab8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api/deployment/get_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

// swagger:operation GET /api/v1/deployments/{org}/{repo}/config deployments GetDeploymentConfig
//
// Get a deployment
// Get a deployment config
//
// ---
// produces:
Expand All @@ -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:
Expand Down

0 comments on commit b25ab8d

Please sign in to comment.