-
Notifications
You must be signed in to change notification settings - Fork 11
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
Checked spelling mistake #26
Conversation
src/api-doc/api-doc.yaml
Outdated
example: [] | ||
resetPasswordRequest: | ||
type: object | ||
description: API for Reset password |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ankitpws Reset should change to reset
src/api-doc/api-doc.yaml
Outdated
'$ref': '#/components/schemas/user/resetPasswordResponse401' | ||
'/user/v1/cloud-services/file/getSignedUrl?fileName={fileName}': | ||
get: | ||
summary: Cloud Services get signed url |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ankitpws Services to services
src/api-doc/api-doc.yaml
Outdated
'$ref': '#/components/schemas/cloudServices/cloudServicesResponse200' | ||
'/user/v1/cloud-services/file/getDownloadableUrl?filePath={filePath}': | ||
get: | ||
summary: Cloud Services get download url |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ankitpws Services to services
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
checked all the spelling mistake and added description in each api.