Skip to content

Commit ee46b0b

Browse files
Commit via running: make Sources/security-advisories
1 parent 43d3432 commit ee46b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/security-advisories/Types.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,[email protected],package3@^2.0.0` or `affects[]=package1&affects[][email protected]`
6675+
/// Example: `affects=package1,[email protected],[email protected]` or `affects[]=package1&affects[][email protected]`
66766676
///
66776677
/// - Remark: Generated from `#/paths/advisories/GET/query/affects`.
66786678
public var affects: Operations.SecurityAdvisoriesListGlobalAdvisories.Input.Query.AffectsPayload?

0 commit comments

Comments
 (0)