Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in removeMember from org function name #65

Open
florian-sanders-cc opened this issue May 19, 2022 · 0 comments
Open

typo in removeMember from org function name #65

florian-sanders-cc opened this issue May 19, 2022 · 0 comments

Comments

@florian-sanders-cc
Copy link
Contributor

The removeMember function contains a small typo
image

I figured I could fix the typo in data > patch-for-openapi-clever-v2.json:

{
	  "path": "/organisations/{id}/members/{userId}",
	  "method": "delete",
	  "operationId": "removeOrganisationMember",
	  "x-service": "organisation",
	  "x-function": "removeMemeber"
},

I did not create PR because I am not sure this is the right solution to fix this and because it might be a breaking change if it is used by the current console ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant