Skip to content

Commit

Permalink
Add /v1alpha2/validate-creds in Typespec (#754) [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <[email protected]>
  • Loading branch information
munishchouhan authored Nov 21, 2024
1 parent 84b13df commit 63ff591
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 63ff591

Please sign in to comment.