-
Notifications
You must be signed in to change notification settings - Fork 17
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
refactor: Create Schema #364
Conversation
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
@@ -68,7 +68,8 @@ export const ResponseMessages = { | |||
userNotFound: 'User not found for the given organization', | |||
updateUserRoles: 'Unable to update user roles', | |||
deleteOrg: 'Organization not found', | |||
notFound: 'Organization agent not found' | |||
notFound: 'Organization agent not found', |
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.
Replace "notFound" with more meaningful name.
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.
As discussed with @vivekayanworks. We will resolved this in subsequent PR
WHAT
/orgs/{orgId}/schemas
.