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(server): api specification #1503

Merged
merged 2 commits into from
Feb 12, 2024
Merged

fix(server): api specification #1503

merged 2 commits into from
Feb 12, 2024

Conversation

murka
Copy link
Contributor

@murka murka commented Feb 6, 2024

fix: #1499

@murka murka requested a review from fortuna as a code owner February 6, 2024 08:53
@murka
Copy link
Contributor Author

murka commented Feb 6, 2024

hm, git diff is not correctly, I move PUT method from access-keys into access-keys/{id}, as per

apiServer.put(`${apiPrefix}/access-keys/:id`, service.createAccessKey.bind(service));

Copy link
Contributor

@sbruens sbruens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for fixing this!

@sbruens
Copy link
Contributor

sbruens commented Feb 9, 2024

Sorry, do you mind resolving the conflicts? Then I'll merge it.

@murka
Copy link
Contributor Author

murka commented Feb 11, 2024

I did it.

@sbruens sbruens merged commit 9779f5d into Jigsaw-Code:master Feb 12, 2024
14 checks 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.

Puth method in /access-keys needs to use {id} in the path
2 participants