-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
DojoMeta: Ability to create or update multiple objects in batch #11268
Conversation
DryRun Security SummaryThe pull request adds new serializers and functionality to the Expand for full summarySummary: The changes in this pull request are focused on adding new serializers and functionality to the The changes also introduce new actions in the From an application security perspective, the use of serializers to handle data validation and deserialization is a good practice, as it helps to ensure that the input data is properly formatted and validated before being processed by the application. Additionally, the Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
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.
Approved
Oof. Good eye Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com>
Same Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com>
[sc-856]
Added 'batch' endpoint for metadata to create or update multiple metadata at once. The same constraints still apply: can only be added to a single product, finding, or endpoint at a time and the metadata must be unique across the parent object id and the name of the metadata.