Skip to content

Commit

Permalink
Fix endpoint typo
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Oct 24, 2024
1 parent 042eb28 commit ebe79a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keystone_client/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ class Schema:
clusters: Endpoint = Endpoint("allocations/clusters")
requests: Endpoint = Endpoint("allocations/requests")
teams: Endpoint = Endpoint("users/teams")
memberships: Endpoint = Endpoint("users/memberships")
memberships: Endpoint = Endpoint("users/membership")
users: Endpoint = Endpoint("users/users")

0 comments on commit ebe79a6

Please sign in to comment.