Skip to content

Commit

Permalink
added more missing s's
Browse files Browse the repository at this point in the history
Signed-off-by: Lasse Gaardsholt <lasse.gaardsholt@bestseller.com>
  • Loading branch information
Gaardsholt committed Mar 26, 2023
1 parent f162dee commit d5659ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@ var Endpoints = map[string]Endpoint{
},
"TeamsGet": {
Path: "/v1/teams/%d",
ApiPath: "/v1/teams/{team_id}",
ApiPath: "/v1/teams/{teams_id}",
Operation: "GET",
},
"TeamsDelete": {
Path: "/v1/teams/%s",
ApiPath: "/v1/teams/{team_id}",
ApiPath: "/v1/teams/{teams_id}",
Operation: "DELETE",
},
"TeamsCreate": {
Expand Down

0 comments on commit d5659ad

Please sign in to comment.