Skip to content

Commit

Permalink
Merge branch 'master' into 702-feature-add-option-to-define-toleratio…
Browse files Browse the repository at this point in the history
…n-on-k8s-jobs
  • Loading branch information
munishchouhan authored Nov 21, 2024
2 parents 2b3288c + 63ff591 commit 5081090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typespec/routes.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ namespace wave {
};
}

@route("validate-creds")
@post op validateCreds(@body request: ValidateRegistryCredsRequest): boolean;
@route("/v1alpha2/validate-creds")
@post op validateCredsV2(@body request: ValidateRegistryCredsRequest): boolean;

@route("/v1alpha1/mirrors")
interface getMirrorRecord {
Expand Down

0 comments on commit 5081090

Please sign in to comment.