Skip to content

Commit

Permalink
Merge branch 'master' into 713-enhancement-redis-support-encryption-i…
Browse files Browse the repository at this point in the history
…n-transit
  • Loading branch information
munishchouhan authored Nov 22, 2024
2 parents 24946fe + 63ff591 commit 624a87d
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 624a87d

Please sign in to comment.