Skip to content

Commit

Permalink
fix: update docs for ApplicationService.Get to reflect reality (#15927)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Lombrozo <joe@djeebus.net>
  • Loading branch information
djeebus authored Oct 12, 2023
1 parent c9aa373 commit f8f9ae9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions assets/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
},
{
"type": "string",
"description": "forces application reconciliation if set to true.",
"description": "forces application reconciliation if set to 'hard'.",
"name": "refresh",
"in": "query"
},
Expand Down Expand Up @@ -573,7 +573,7 @@
},
{
"type": "string",
"description": "forces application reconciliation if set to true.",
"description": "forces application reconciliation if set to 'hard'.",
"name": "refresh",
"in": "query"
},
Expand Down Expand Up @@ -3816,7 +3816,7 @@
},
{
"type": "string",
"description": "forces application reconciliation if set to true.",
"description": "forces application reconciliation if set to 'hard'.",
"name": "refresh",
"in": "query"
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/apiclient/application/application.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/application/application.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import "github.com/argoproj/argo-cd/v2/reposerver/repository/repository.proto";
message ApplicationQuery {
// the application's name
optional string name = 1;
// forces application reconciliation if set to true
// forces application reconciliation if set to 'hard'
optional string refresh = 2;
// the project names to restrict returned list applications
repeated string projects = 3;
Expand Down

0 comments on commit f8f9ae9

Please sign in to comment.