-
Notifications
You must be signed in to change notification settings - Fork 6
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(project): add new endpoint #824
Conversation
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.
If I understand, lets say Org A has few projects, if I have an ART model and I send my orgID and Model as a resource type (with ART model in the body), the call will return me all the projects that match that ?
Correct 👍 If you provide the orgId,
|
772813e
to
1582bc3
Compare
1582bc3
to
973408d
Compare
🎉 This PR is included in version 54.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Added this new endpoint
org ID
, theresource type
of the provided resourced ID(s) as params, and the resource IDs in the body.Acceptance Criteria