File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Sources/security-advisories Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6672,7 +6672,7 @@ public enum Operations {
66726672 /// If specified, only return advisories that affect any of `package` or `package@version`. A maximum of 1000 packages can be specified.
66736673 /// If the query parameter causes the URL to exceed the maximum URL length supported by your client, you must specify fewer packages.
66746674 ///
6675- /// Example: `affects=package1,package2@1.0.0,package3@^ 2.0.0` or `affects[]=package1&affects[]=package2@1.0.0`
6675+ /// Example: `affects=package1,package2@1.0.0,package3@2.0.0` or `affects[]=package1&affects[]=package2@1.0.0`
66766676 ///
66776677 /// - Remark: Generated from `#/paths/advisories/GET/query/affects`.
66786678 public var affects : Operations . SecurityAdvisoriesListGlobalAdvisories . Input . Query . AffectsPayload ?
You can’t perform that action at this time.
0 commit comments