Skip to content

Commit

Permalink
added missing 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 9caf019 commit f162dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ var Endpoints = map[string]Endpoint{
},
"TeamsUpdate": {
Path: "/v1/teams/%d",
ApiPath: "/v1/teams/{team_id}",
ApiPath: "/v1/teams/{teams_id}",
Operation: "PATCH",
},
"TeamsListMemberships": {
Expand Down

0 comments on commit f162dee

Please sign in to comment.