You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with code asset types (`Repository`, `Service`) in the same request is not supported and returns a 400 error.
175625
+
175619
175626
### Pagination
175620
175627
175621
175628
Please review the [Pagination section](#pagination) for the "List Vulnerabilities" endpoint.
@@ -175645,7 +175652,8 @@ paths:
175645
175652
format: int64
175646
175653
minimum: 1
175647
175654
type: integer
175648
-
- description: The type of the assets for the SBOM request.
175655
+
- description: >-
175656
+
The type of the assets for the SBOM request. Required for initial requests (when no `page[token]` is provided). Infrastructure types (`Host`, `HostImage`, `Image`, `ServerlessFunction`) and code types (`Repository`, `Service`) cannot be mixed in the same request.
/// The page number to be retrieved. It should be equal to or greater than 1.
385
385
pub page_number: Option<i64>,
386
-
/// The type of the assets for the SBOM request.
386
+
/// The type of the assets for the SBOM request. Required for initial requests (when no `page[token]` is provided). Infrastructure types (`Host`, `HostImage`, `Image`, `ServerlessFunction`) and code types (`Repository`, `Service`) cannot be mixed in the same request.
/// The type of the assets for the SBOM request. Required for initial requests (when no `page[token]` is provided). Infrastructure types (`Host`, `HostImage`, `Image`, `ServerlessFunction`) and code types (`Repository`, `Service`) cannot be mixed in the same request.
Copy file name to clipboardExpand all lines: tests/scenarios/cassettes/v2/security_monitoring/List-assets-SBOMs-returns-Bad-request-Invalid-pagination-token-response.json
0 commit comments