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

fix: format put/delete paths correctly #133

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

mnahkies
Copy link
Contributor

@mnahkies mnahkies commented Sep 8, 2024

What are the relevant tickets?

closes #132

Description (What does it do?)

path should be /scim/v2/Groups/<id> rather than /scim/v2Groups/<id>

path should be `/scim/v2/Groups/<id>` rather than `/scim/v2Groups/<id>`

closes mitodl#132
@blarghmatey blarghmatey merged commit 1e8d57f into mitodl:main Sep 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect path for PUT group
2 participants