Skip to content

Commit

Permalink
Update GH definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
migueleliasweb committed Jul 18, 2022
1 parent 122621d commit 66986f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mock/endpointpattern.go
Original file line number Diff line number Diff line change
Expand Up @@ -2247,6 +2247,11 @@ var GetReposCodespacesMachinesByOwnerByRepo EndpointPattern = EndpointPattern{
Method: "GET",
}

var GetReposCodespacesNewByOwnerByRepo EndpointPattern = EndpointPattern{
Pattern: "/repos/{owner}/{repo}/codespaces/new",
Method: "GET",
}

var GetReposCodespacesSecretsByOwnerByRepo EndpointPattern = EndpointPattern{
Pattern: "/repos/{owner}/{repo}/codespaces/secrets",
Method: "GET",
Expand Down

0 comments on commit 66986f1

Please sign in to comment.