Skip to content

Commit

Permalink
Add promote-within-set operation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushisource committed Oct 26, 2022
1 parent f33a30d commit 14e34f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions temporal/api/workflowservice/v1/request_response.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,11 @@ message UpdateWorkerBuildIdOrderingRequest {
// (-- api-linter: core::0140::prepositions=disabled
// aip.dev/not-precedent: Names are hard. --)
string existing_version_id_in_set_to_promote = 5;
// Promote an existing version id within some set to be the current default for that set.
//
// (-- api-linter: core::0140::prepositions=disabled
// aip.dev/not-precedent: Within makes perfect sense here. --)
string promote_version_id_within_set = 6;
}
}
message UpdateWorkerBuildIdOrderingResponse {
Expand Down

0 comments on commit 14e34f2

Please sign in to comment.