-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat(mi): add owner_id to applets response (M2-6948) #1402
feat(mi): add owner_id to applets response (M2-6948) #1402
Conversation
Why returning owner_id in |
The value gets included from I'll remove it from |
/workspace/applets/search and /workspace/{id}/applets
➡️ Preview environment created: Click Me! |
❌ E2E tests failed |
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.
Looking good/functional so far. I just have a couple suggested changes
bee7306
into
feature/multiinformant-metapod
📝 Description
Adds
owner_id
to various applet responses🔗 Jira Ticket M2-6948
🪤 Peer Testing
This PR is easier to test from the corresponding Web PR.
Alternatively, perform these requests and validate
owner_id
is included in the response:/workspaces/{workspaceId}/applets/{appletId}
/applets
/applets/{appletId}
✏️ Notes
This PR should be tested with the corresponding Web App PR ChildMindInstitute/mindlogger-web-refactor#483