Skip to content

Commit

Permalink
added /v1alpha2/validate-creds
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <[email protected]>
  • Loading branch information
munishchouhan committed Nov 20, 2024
1 parent 86ef526 commit 846649e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion typespec/routes.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@ namespace wave {
}

@route("validate-creds")
@post op validateCreds(@body request: ValidateRegistryCredsRequest): boolean;
@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 846649e

Please sign in to comment.