{"items":[{"type":"link","label":"Mend API ","link":"/platform/3.0","routeSlug":"/platform/3.0","content":{"contentType":"overview","meta":{"name":"Mend API "},"children":[{"nodeType":"container","panels":[{"title":"Download OpenAPI description","titleTranslationKey":"download.description.title","children":[{"kind":"download","label":"3.0.json","url":"/_bundle/platform/3.0.json?download"},{"kind":"download","label":"3.0.yaml","url":"/_bundle/platform/3.0.yaml?download"}]},{"title":"Overview","titleTranslationKey":"info.title","children":[]},{"title":"Languages","titleTranslationKey":"languages.title","children":[{"kind":"languages","options":[{"key":"payload","title":"Payload","lang":"Payload"},{"key":"curl","title":"cURL","lang":"curl"},{"key":"js","title":"JS","lang":"JavaScript"},{"key":"go","title":"Go","lang":"Go"},{"key":"ruby","title":"Ruby","lang":"Ruby"},{"key":"java 8","title":"Java 8","lang":"Java8+Apache"}]}]},{"title":"Servers","titleTranslationKey":"servers.title","children":[{"kind":"servers","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"mode":"default"}]}],"children":[{"nodeType":"overview-section-wrapper","children":[{"nodeType":"header","level":1,"label":"Mend API  (3.0)","showPageActions":true},{"nodeType":"overview-section-wrapper","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Mend's enhanced API enables automation of workflows in a REST compliant format. The API features:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Access for any user with Mend credentials, via a user key available in the user's profile page in the Mend Platform."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Improved security with a JWT token per organization, which expires every 10 minutes."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Added scalability with support for cursor pagination and limiting results size."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Broader functionality available programmatically."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"New standard API documentation for easy navigation and search."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Note:"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" To help you get started with the Mend API 3.0, we recommend reviewing our onboarding guide -> "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://docs.mend.io/platform/latest/getting-started-with-mend-api-3-0"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Getting Started with API 3.0"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This resource covers initial setup, authentication instructions, and helpful tips to help you successfully begin working with the Mend API 3.0. If you have a dedicated instance of Mend, contact your Mend representative to access this API on your instance."},"children":[]}]}]}]}],"sectionId":"/platform/3.0"}],"sectionId":"/platform/3.0"}]}]}},{"type":"group","label":"Access Management","link":"/platform/3.0/access-management","routeSlug":"/platform/3.0/access-management","items":[{"label":"Login","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/access-management/login","routeSlug":"/platform/3.0/access-management/login","metadata":{"seo":{"title":"Login","description":"Sign in a user with email and user key, returning a JWT token which is valid for 30 minutes. If you omit the organization, it defaults to the last one you signed in to."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"login","name":"Login","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1login/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Login","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Sign in a user with email and user key, returning a JWT token which is valid for 30 minutes.\nIf you omit the organization, it defaults to the last one you signed in to. "},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LoginModelDTOV3"}},"schemaId":"components/schemas/LoginModelDTOV3","pointer":"/paths/~1api~1v3.0~1login/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/login","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/LoginModelDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/login","href":"access-management/login","openApiOperationId":"login","summary":"Login"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/LoginModelDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LoginModelDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3LoginResponseDTO"}},"schemaId":"components/schemas/DWRResponseV3LoginResponseDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1login/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3LoginResponseDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3LoginResponseDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/access-management/login"}],"panels":[]}]},"httpPath":"/api/v3.0/login"},{"label":"Refresh Access Token","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/access-management/refreshaccesstoken","routeSlug":"/platform/3.0/access-management/refreshaccesstoken","metadata":{"seo":{"title":"Refresh Access Token","description":"Generates a new access token from a refresh token"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"refreshAccessToken","name":"Refresh Access Token","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1login~1accessToken/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Refresh Access Token","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Generates a new access token from a refresh token"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"orgUuid","in":"query","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}]}],"pointer":"/paths/~1api~1v3.0~1login~1accessToken/post/parameters"},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"wss-refresh-token","in":"header","schemaId":"schema_79","description":"Refresh token","required":true}],"pointer":"/paths/~1api~1v3.0~1login~1accessToken/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AccessTokenRequestDTO"}},"schemaId":"components/schemas/AccessTokenRequestDTO","pointer":"/paths/~1api~1v3.0~1login~1accessToken/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/login/accessToken","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[],"query":[{"name":"orgUuid","in":"query","required":false,"schemaId":"schema_79"}],"querystring":[],"header":[{"name":"wss-refresh-token","in":"header","required":true,"schemaId":"schema_79"}],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/AccessTokenRequestDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/login/accessToken","href":"access-management/refreshaccesstoken","openApiOperationId":"refreshAccessToken","summary":"Refresh Access Token"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/AccessTokenRequestDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AccessTokenRequestDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3AccessTokenResponseDTO"}},"schemaId":"components/schemas/DWRResponseV3AccessTokenResponseDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1login~1accessToken/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3AccessTokenResponseDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3AccessTokenResponseDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/access-management/refreshaccesstoken"}],"panels":[]}]},"httpPath":"/api/v3.0/login/accessToken"},{"label":"Logout (revokes the refresh token)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/access-management/logout","routeSlug":"/platform/3.0/access-management/logout","metadata":{"seo":{"title":"Logout (revokes the refresh token)","description":"Logout (revokes the refresh token)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"logout","name":"Logout (revokes the refresh token)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1logout/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Logout (revokes the refresh token)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"wss-refresh-token","in":"header","schemaId":"schema_79","description":"Refresh token","required":true}],"pointer":"/paths/~1api~1v3.0~1logout/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/logout","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[{"name":"wss-refresh-token","in":"header","required":true,"schemaId":"schema_79"}],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/logout","href":"access-management/logout","openApiOperationId":"logout","summary":"Logout (revokes the refresh token)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1logout/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/access-management/logout"}],"panels":[]}]},"httpPath":"/api/v3.0/logout"}],"content":{"contentType":"group","meta":{"name":"Access Management"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Access Management","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/api/v3.0/login","summary":"Login","prefix":{"name":"post","color":"post"},"badges":[],"link":"/access-management/login","deprecated":false},{"title":"/api/v3.0/login/accessToken","summary":"Refresh Access Token","prefix":{"name":"post","color":"post"},"badges":[],"link":"/access-management/refreshaccesstoken","deprecated":false},{"title":"/api/v3.0/logout","summary":"Logout (revokes the refresh token)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/access-management/logout","deprecated":false}]}]}]}]}},{"type":"group","label":"Administration - Groups","link":"/platform/3.0/administration-groups","routeSlug":"/platform/3.0/administration-groups","items":[{"label":"Get All Organization Groups","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-groups/getallorganizationgroups","routeSlug":"/platform/3.0/administration-groups/getallorganizationgroups","metadata":{"seo":{"title":"Get All Organization Groups","description":"Returns a list of all groups within an organization"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getAllOrganizationGroups","name":"Get All Organization Groups","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All Organization Groups","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of all groups within an organization"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/groups","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_80"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/groups","href":"administration-groups/getallorganizationgroups","openApiOperationId":"getAllOrganizationGroups","summary":"Get All Organization Groups"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListGroupSummaryDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3ListGroupSummaryDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListGroupSummaryDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListGroupSummaryDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-groups/getallorganizationgroups"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/groups"},{"label":"Create Group","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-groups/creategroup","routeSlug":"/platform/3.0/administration-groups/creategroup","metadata":{"seo":{"title":"Create Group","description":"Creates a new group for an organization"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"createGroup","name":"Create Group","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create Group","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Creates a new group for an organization"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateGroupRequestDTO"}},"schemaId":"components/schemas/CreateGroupRequestDTO","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/groups","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateGroupRequestDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/groups","href":"administration-groups/creategroup","openApiOperationId":"createGroup","summary":"Create Group"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateGroupRequestDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateGroupRequestDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3GroupDTO"}},"schemaId":"components/schemas/DWRResponseV3GroupDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3GroupDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3GroupDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-groups/creategroup"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/groups"},{"label":"Get All Organization Groups with Role Definitions","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-groups/getallorganizationgroupswithroledefinitions","routeSlug":"/platform/3.0/administration-groups/getallorganizationgroupswithroledefinitions","metadata":{"seo":{"title":"Get All Organization Groups with Role Definitions","description":"Returns a list of all groups within an organization with their role definitions"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getAllOrganizationGroupsWithRoleDefinitions","name":"Get All Organization Groups with Role Definitions","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1roleDefinitions/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All Organization Groups with Role Definitions","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of all groups within an organization with their role definitions"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1roleDefinitions/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1roleDefinitions/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/groups/roleDefinitions","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_80"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/groups/roleDefinitions","href":"administration-groups/getallorganizationgroupswithroledefinitions","openApiOperationId":"getAllOrganizationGroupsWithRoleDefinitions","summary":"Get All Organization Groups with Role Definitions"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListGroupWithRoleDefinitionsSummaryDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3ListGroupWithRoleDefinitionsSummaryDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1roleDefinitions/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListGroupWithRoleDefinitionsSummaryDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListGroupWithRoleDefinitionsSummaryDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-groups/getallorganizationgroupswithroledefinitions"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/groups/roleDefinitions"},{"label":"Get Group","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-groups/getgroup","routeSlug":"/platform/3.0/administration-groups/getgroup","metadata":{"seo":{"title":"Get Group","description":"Returns the given group of an organization"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getGroup","name":"Get Group","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Group","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the given group of an organization"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"groupUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Group UUID (Administration > Groups)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"groupUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}","href":"administration-groups/getgroup","openApiOperationId":"getGroup","summary":"Get Group"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3GroupDTO"}},"schemaId":"components/schemas/DWRResponseV3GroupDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3GroupDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3GroupDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-groups/getgroup"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}"},{"label":"Update Group","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-groups/updategroup","routeSlug":"/platform/3.0/administration-groups/updategroup","metadata":{"seo":{"title":"Update Group","description":"Updates the properties of a given group"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"updateGroup","name":"Update Group","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update Group","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Updates the properties of a given group"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"groupUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Group UUID (Administration > Groups)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateGroupRequestDTO"}},"schemaId":"components/schemas/UpdateGroupRequestDTO","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}/put/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"groupUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/UpdateGroupRequestDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}","href":"administration-groups/updategroup","openApiOperationId":"updateGroup","summary":"Update Group"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/UpdateGroupRequestDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateGroupRequestDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3GroupDTO"}},"schemaId":"components/schemas/DWRResponseV3GroupDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3GroupDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3GroupDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-groups/updategroup"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}"},{"label":"Delete Group","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-groups/deletegroup","routeSlug":"/platform/3.0/administration-groups/deletegroup","metadata":{"seo":{"title":"Delete Group","description":"Deletes the given group"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"deleteGroup","name":"Delete Group","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete Group","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deletes the given group"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"groupUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Group UUID (Administration > Groups)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"groupUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}","href":"administration-groups/deletegroup","openApiOperationId":"deleteGroup","summary":"Delete Group"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}},"schemaId":"components/schemas/DWRResponseV3MessageDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3MessageDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-groups/deletegroup"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}"},{"label":"Get Group Roles","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-groups/getgrouproles","routeSlug":"/platform/3.0/administration-groups/getgrouproles","metadata":{"seo":{"title":"Get Group Roles","description":"Returns the list of roles associated with a given group"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getGroupRoles","name":"Get Group Roles","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1roles/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Group Roles","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the list of roles associated with a given group"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"groupUuid","in":"path","schemaId":"schema_79","description":"The group UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1roles/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1roles/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/roles","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"groupUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_80"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/roles","href":"administration-groups/getgrouproles","openApiOperationId":"getGroupRoles","summary":"Get Group Roles"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListMultipleGroupRolesPerContextDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3ListMultipleGroupRolesPerContextDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1roles/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListMultipleGroupRolesPerContextDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListMultipleGroupRolesPerContextDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-groups/getgrouproles"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/roles"},{"label":"Remove Group Roles","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-groups/removegrouproles","routeSlug":"/platform/3.0/administration-groups/removegrouproles","metadata":{"seo":{"title":"Remove Group Roles","description":"Deletes a role from a group"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"removeGroupRoles","name":"Remove Group Roles","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1roles/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Remove Group Roles","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deletes a role from a group"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"groupUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Group UUID (Administration > Groups)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1roles/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/GroupRoleRequestDTOV3"}},"schemaId":"components/schemas/GroupRoleRequestDTOV3","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1roles/put/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/roles","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"groupUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/GroupRoleRequestDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/roles","href":"administration-groups/removegrouproles","openApiOperationId":"removeGroupRoles","summary":"Remove Group Roles"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/GroupRoleRequestDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/GroupRoleRequestDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}},"schemaId":"components/schemas/DWRResponseV3MessageDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1roles/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3MessageDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-groups/removegrouproles"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/roles"},{"label":"Add Group Roles","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-groups/addgrouproles","routeSlug":"/platform/3.0/administration-groups/addgrouproles","metadata":{"seo":{"title":"Add Group Roles","description":"Creates a new group role for an organization"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"addGroupRoles","name":"Add Group Roles","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1roles/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Add Group Roles","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Creates a new group role for an organization"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"groupUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Group UUID (Administration > Groups)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1roles/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/GroupRoleRequestDTOV3"}},"schemaId":"components/schemas/GroupRoleRequestDTOV3","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1roles/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/roles","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"groupUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/GroupRoleRequestDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/roles","href":"administration-groups/addgrouproles","openApiOperationId":"addGroupRoles","summary":"Add Group Roles"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/GroupRoleRequestDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/GroupRoleRequestDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3GroupRoleDTOV3"}},"schemaId":"components/schemas/DWRResponseV3GroupRoleDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1roles/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3GroupRoleDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3GroupRoleDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-groups/addgrouproles"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/roles"},{"label":"Get Group Users","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-groups/getgroupusers","routeSlug":"/platform/3.0/administration-groups/getgroupusers","metadata":{"seo":{"title":"Get Group Users","description":"Returns a list of users that belong to given group"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getGroupUsers","name":"Get Group Users","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1users/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Group Users","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of users that belong to given group"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"groupUuid","in":"path","schemaId":"schema_79","description":"The group UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1users/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1users/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/users","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"groupUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_80"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/users","href":"administration-groups/getgroupusers","openApiOperationId":"getGroupUsers","summary":"Get Group Users"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListUserInfoDTO"}},"schemaId":"components/schemas/DWRResponsePageableV3ListUserInfoDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1users/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListUserInfoDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListUserInfoDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-groups/getgroupusers"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/users"},{"label":"Add User to Group","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-groups/adduserstogroup","routeSlug":"/platform/3.0/administration-groups/adduserstogroup","metadata":{"seo":{"title":"Add User to Group","description":"Adds a user to an organization's group"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"addUsersToGroup","name":"Add User to Group","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1users/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Add User to Group","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Adds a user to an organization's group"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"groupUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Group UUID (Administration > Groups)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1users/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UserEmailsRequestDTO"}},"schemaId":"components/schemas/UserEmailsRequestDTO","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1users/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/users","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"groupUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/UserEmailsRequestDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/users","href":"administration-groups/adduserstogroup","openApiOperationId":"addUsersToGroup","summary":"Add User to Group"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/UserEmailsRequestDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UserEmailsRequestDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}},"schemaId":"components/schemas/DWRResponseV3MessageDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1users/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3MessageDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-groups/adduserstogroup"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/users"},{"label":"Remove User From Group","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-groups/deleteuserfromgroup","routeSlug":"/platform/3.0/administration-groups/deleteuserfromgroup","metadata":{"seo":{"title":"Remove User From Group","description":"Deletes a user from an organization's group"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"deleteUserFromGroup","name":"Remove User From Group","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1users~1{userUuid}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Remove User From Group","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deletes a user from an organization's group"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"groupUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Group UUID (Administration > Groups)"},"children":[]}]}]}],"required":true},{"name":"userUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"User UUID (Administration > Users)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1users~1{userUuid}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/users/{userUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"groupUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"userUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/users/{userUuid}","href":"administration-groups/deleteuserfromgroup","openApiOperationId":"deleteUserFromGroup","summary":"Remove User From Group"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}},"schemaId":"components/schemas/DWRResponseV3MessageDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1groups~1{groupUuid}~1users~1{userUuid}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3MessageDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-groups/deleteuserfromgroup"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/users/{userUuid}"}],"content":{"contentType":"group","meta":{"name":"Administration - Groups"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Administration - Groups","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/api/v3.0/orgs/{orgUuid}/groups","summary":"Get All Organization Groups","prefix":{"name":"get","color":"get"},"badges":[],"link":"/administration-groups/getallorganizationgroups","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/groups","summary":"Create Group","prefix":{"name":"post","color":"post"},"badges":[],"link":"/administration-groups/creategroup","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/groups/roleDefinitions","summary":"Get All Organization Groups with Role Definitions","prefix":{"name":"get","color":"get"},"badges":[],"link":"/administration-groups/getallorganizationgroupswithroledefinitions","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}","summary":"Get Group","prefix":{"name":"get","color":"get"},"badges":[],"link":"/administration-groups/getgroup","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}","summary":"Update Group","prefix":{"name":"put","color":"put"},"badges":[],"link":"/administration-groups/updategroup","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}","summary":"Delete Group","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/administration-groups/deletegroup","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/roles","summary":"Get Group Roles","prefix":{"name":"get","color":"get"},"badges":[],"link":"/administration-groups/getgrouproles","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/roles","summary":"Remove Group Roles","prefix":{"name":"put","color":"put"},"badges":[],"link":"/administration-groups/removegrouproles","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/roles","summary":"Add Group Roles","prefix":{"name":"post","color":"post"},"badges":[],"link":"/administration-groups/addgrouproles","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/users","summary":"Get Group Users","prefix":{"name":"get","color":"get"},"badges":[],"link":"/administration-groups/getgroupusers","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/users","summary":"Add User to Group","prefix":{"name":"post","color":"post"},"badges":[],"link":"/administration-groups/adduserstogroup","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/users/{userUuid}","summary":"Remove User From Group","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/administration-groups/deleteuserfromgroup","deprecated":false}]}]}]}]}},{"type":"group","label":"Administration - Users","link":"/platform/3.0/administration-users","routeSlug":"/platform/3.0/administration-users","items":[{"label":"Get Organization Users","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-users/getuserspaginated","routeSlug":"/platform/3.0/administration-users/getuserspaginated","metadata":{"seo":{"title":"Get Organization Users","description":"Returns a list of all users in an organization (paginated)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getUsersPaginated","name":"Get Organization Users","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1users/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Organization Users","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of all users in an organization (paginated)"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1users/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1users/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/users","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_80"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/users","href":"administration-users/getuserspaginated","openApiOperationId":"getUsersPaginated","summary":"Get Organization Users"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListUserInfoDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3ListUserInfoDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1users/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListUserInfoDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListUserInfoDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-users/getuserspaginated"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/users"},{"label":"Invite User","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-users/inviteuser","routeSlug":"/platform/3.0/administration-users/inviteuser","metadata":{"seo":{"title":"Invite User","description":"Sends an email invitation to others to join an organization"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"inviteUser","name":"Invite User","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1users~1invite/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Invite User","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Sends an email invitation to others to join an organization"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1users~1invite/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/InviteUserRequestDTO"}},"schemaId":"components/schemas/InviteUserRequestDTO","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1users~1invite/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/users/invite","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/InviteUserRequestDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/users/invite","href":"administration-users/inviteuser","openApiOperationId":"inviteUser","summary":"Invite User"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/InviteUserRequestDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/InviteUserRequestDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3UserInfoResponseDTO"}},"schemaId":"components/schemas/DWRResponseV3UserInfoResponseDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1users~1invite/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3UserInfoResponseDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3UserInfoResponseDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-users/inviteuser"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/users/invite"},{"label":"Remove User From Organization","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-users/removeuser","routeSlug":"/platform/3.0/administration-users/removeuser","metadata":{"seo":{"title":"Remove User From Organization","description":"Deletes a user from an organization"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"removeUser","name":"Remove User From Organization","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1users~1{userUuid}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Remove User From Organization","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deletes a user from an organization"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"userUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"User UUID (Administration > Users)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1users~1{userUuid}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/api/v3.0/orgs/{orgUuid}/users/{userUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"userUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/users/{userUuid}","href":"administration-users/removeuser","openApiOperationId":"removeUser","summary":"Remove User From Organization"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}},"schemaId":"components/schemas/DWRResponseV3MessageDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1users~1{userUuid}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3MessageDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-users/removeuser"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/users/{userUuid}"},{"label":"Block User","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-users/blockuser","routeSlug":"/platform/3.0/administration-users/blockuser","metadata":{"seo":{"title":"Block User","description":"Blocks a user in the organization"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"blockUser","name":"Block User","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1users~1{userUuid}~1block/put","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Block User","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Blocks a user in the organization"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"userUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"User UUID (Administration > Users)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1users~1{userUuid}~1block/put/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/api/v3.0/orgs/{orgUuid}/users/{userUuid}/block","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"userUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/users/{userUuid}/block","href":"administration-users/blockuser","openApiOperationId":"blockUser","summary":"Block User"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3Boolean"}},"schemaId":"components/schemas/DWRResponseV3Boolean"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1users~1{userUuid}~1block/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3Boolean","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3Boolean"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-users/blockuser"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/users/{userUuid}/block"},{"label":"Unblock User","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-users/unblockuser","routeSlug":"/platform/3.0/administration-users/unblockuser","metadata":{"seo":{"title":"Unblock User","description":"Unblocks a user in the organization"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"unblockUser","name":"Unblock User","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1users~1{userUuid}~1unblock/put","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Unblock User","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Unblocks a user in the organization"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"userUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"User UUID (Administration > Users)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1users~1{userUuid}~1unblock/put/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/api/v3.0/orgs/{orgUuid}/users/{userUuid}/unblock","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"userUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/users/{userUuid}/unblock","href":"administration-users/unblockuser","openApiOperationId":"unblockUser","summary":"Unblock User"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3Boolean"}},"schemaId":"components/schemas/DWRResponseV3Boolean"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1users~1{userUuid}~1unblock/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3Boolean","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3Boolean"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-users/unblockuser"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/users/{userUuid}/unblock"}],"content":{"contentType":"group","meta":{"name":"Administration - Users"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Administration - Users","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/api/v3.0/orgs/{orgUuid}/users","summary":"Get Organization Users","prefix":{"name":"get","color":"get"},"badges":[],"link":"/administration-users/getuserspaginated","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/users/invite","summary":"Invite User","prefix":{"name":"post","color":"post"},"badges":[],"link":"/administration-users/inviteuser","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/users/{userUuid}","summary":"Remove User From Organization","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/administration-users/removeuser","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/users/{userUuid}/block","summary":"Block User","prefix":{"name":"put","color":"put"},"badges":[],"link":"/administration-users/blockuser","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/users/{userUuid}/unblock","summary":"Unblock User","prefix":{"name":"put","color":"put"},"badges":[],"link":"/administration-users/unblockuser","deprecated":false}]}]}]}]}},{"type":"group","label":"Administration - Labels","link":"/platform/3.0/administration-labels","routeSlug":"/platform/3.0/administration-labels","items":[{"label":"Get All Organization Labels","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-labels/getlabels","routeSlug":"/platform/3.0/administration-labels/getlabels","metadata":{"seo":{"title":"Get All Organization Labels","description":"Returns a list of all labels in an organization (paginated)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getLabels","name":"Get All Organization Labels","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1labels/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All Organization Labels","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of all labels in an organization (paginated)"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1labels/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1labels/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/labels","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_80"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/labels","href":"administration-labels/getlabels","openApiOperationId":"getLabels","summary":"Get All Organization Labels"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListOrganizationLabelDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3ListOrganizationLabelDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1labels/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListOrganizationLabelDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListOrganizationLabelDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-labels/getlabels"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/labels"},{"label":"Add Label Definition","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-labels/createlabel","routeSlug":"/platform/3.0/administration-labels/createlabel","metadata":{"seo":{"title":"Add Label Definition","description":"Adds a new label definition"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"createLabel","name":"Add Label Definition","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1labels/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Add Label Definition","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Adds a new label definition"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1labels/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LabelRequestDTOV3"}},"schemaId":"components/schemas/LabelRequestDTOV3","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1labels/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/labels","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/LabelRequestDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/labels","href":"administration-labels/createlabel","openApiOperationId":"createLabel","summary":"Add Label Definition"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/LabelRequestDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LabelRequestDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}},"schemaId":"components/schemas/DWRResponseV3MessageDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1labels/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3MessageDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-labels/createlabel"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/labels"},{"label":"Rename Label","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-labels/renamelabel","routeSlug":"/platform/3.0/administration-labels/renamelabel","metadata":{"seo":{"title":"Rename Label","description":"Renames an existing label"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"renameLabel","name":"Rename Label","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1labels~1{labelUuid}/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Rename Label","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Renames an existing label"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"labelUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label UUID (Administration > Labels)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1labels~1{labelUuid}/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LabelRequestDTOV3"}},"schemaId":"components/schemas/LabelRequestDTOV3","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1labels~1{labelUuid}/put/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/api/v3.0/orgs/{orgUuid}/labels/{labelUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"labelUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/LabelRequestDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/labels/{labelUuid}","href":"administration-labels/renamelabel","openApiOperationId":"renameLabel","summary":"Rename Label"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/LabelRequestDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LabelRequestDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}},"schemaId":"components/schemas/DWRResponseV3MessageDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1labels~1{labelUuid}/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3MessageDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-labels/renamelabel"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/labels/{labelUuid}"},{"label":"Remove Label Definition","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-labels/deletelabel","routeSlug":"/platform/3.0/administration-labels/deletelabel","metadata":{"seo":{"title":"Remove Label Definition","description":"Removes a label definition"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"deleteLabel","name":"Remove Label Definition","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1labels~1{labelUuid}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Remove Label Definition","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Removes a label definition"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"labelUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label UUID (Administration > Labels)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1labels~1{labelUuid}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/api/v3.0/orgs/{orgUuid}/labels/{labelUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"labelUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/labels/{labelUuid}","href":"administration-labels/deletelabel","openApiOperationId":"deleteLabel","summary":"Remove Label Definition"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}},"schemaId":"components/schemas/DWRResponseV3MessageDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1labels~1{labelUuid}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3MessageDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-labels/deletelabel"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/labels/{labelUuid}"}],"content":{"contentType":"group","meta":{"name":"Administration - Labels"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Administration - Labels","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/api/v3.0/orgs/{orgUuid}/labels","summary":"Get All Organization Labels","prefix":{"name":"get","color":"get"},"badges":[],"link":"/administration-labels/getlabels","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/labels","summary":"Add Label Definition","prefix":{"name":"post","color":"post"},"badges":[],"link":"/administration-labels/createlabel","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/labels/{labelUuid}","summary":"Rename Label","prefix":{"name":"put","color":"put"},"badges":[],"link":"/administration-labels/renamelabel","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/labels/{labelUuid}","summary":"Remove Label Definition","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/administration-labels/deletelabel","deprecated":false}]}]}]}]}},{"type":"group","label":"Reports","link":"/platform/3.0/reports","routeSlug":"/platform/3.0/reports","items":[{"label":"Export AI Account (cross-org) Findings report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportaifindingsreport_3","routeSlug":"/platform/3.0/reports/exportaifindingsreport_3","metadata":{"seo":{"title":"Export AI Account (cross-org) Findings report asynchronously","description":"Export AI Account (cross-org) Findings report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportAiFindingsReport_3","name":"Export AI Account (cross-org) Findings report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1ai~1reports~1findings/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export AI Account (cross-org) Findings report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountUuid","in":"path","schemaId":"schema_79","description":"Account UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1ai~1reports~1findings/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"schemaId":"components/schemas/ReportExportProcessDTO","pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1ai~1reports~1findings/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/accounts/{accountUuid}/ai/reports/findings","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"accountUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/accounts/{accountUuid}/ai/reports/findings","href":"reports/exportaifindingsreport_3","openApiOperationId":"exportAiFindingsReport_3","summary":"Export AI Account (cross-org) Findings report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1ai~1reports~1findings/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportaifindingsreport_3"}],"panels":[]}]},"httpPath":"/api/v3.0/accounts/{accountUuid}/ai/reports/findings"},{"label":"Export AI Account (cross-org) Inventory report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportaiinventoryreport_3","routeSlug":"/platform/3.0/reports/exportaiinventoryreport_3","metadata":{"seo":{"title":"Export AI Account (cross-org) Inventory report asynchronously","description":"Export AI Account (cross-org) Inventory report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportAiInventoryReport_3","name":"Export AI Account (cross-org) Inventory report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1ai~1reports~1inventory/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export AI Account (cross-org) Inventory report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountUuid","in":"path","schemaId":"schema_79","description":"Account UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1ai~1reports~1inventory/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"schemaId":"components/schemas/ReportExportProcessDTO","pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1ai~1reports~1inventory/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/accounts/{accountUuid}/ai/reports/inventory","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"accountUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/accounts/{accountUuid}/ai/reports/inventory","href":"reports/exportaiinventoryreport_3","openApiOperationId":"exportAiInventoryReport_3","summary":"Export AI Account (cross-org) Inventory report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1ai~1reports~1inventory/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportaiinventoryreport_3"}],"panels":[]}]},"httpPath":"/api/v3.0/accounts/{accountUuid}/ai/reports/inventory"},{"label":"Export AI Application BOM report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportaibomreport_2","routeSlug":"/platform/3.0/reports/exportaibomreport_2","metadata":{"seo":{"title":"Export AI Application BOM report asynchronously","description":"Export AI Application BOM report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportAiBomReport_2","name":"Export AI Application BOM report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1reports~1AIBOM/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export AI Application BOM report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":"application UUID.","required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1reports~1AIBOM/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateAiBomReportDTO"}},"schemaId":"components/schemas/CreateAiBomReportDTO","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1reports~1AIBOM/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/ai/reports/AIBOM","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateAiBomReportDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/ai/reports/AIBOM","href":"reports/exportaibomreport_2","openApiOperationId":"exportAiBomReport_2","summary":"Export AI Application BOM report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateAiBomReportDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateAiBomReportDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1reports~1AIBOM/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportaibomreport_2"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/ai/reports/AIBOM"},{"label":"Export AI Application Findings report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportaifindingsreport_2","routeSlug":"/platform/3.0/reports/exportaifindingsreport_2","metadata":{"seo":{"title":"Export AI Application Findings report asynchronously","description":"Export AI Application Findings report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportAiFindingsReport_2","name":"Export AI Application Findings report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1reports~1findings/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export AI Application Findings report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":"application UUID.","required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1reports~1findings/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"schemaId":"components/schemas/ReportExportProcessDTO","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1reports~1findings/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/ai/reports/findings","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/ai/reports/findings","href":"reports/exportaifindingsreport_2","openApiOperationId":"exportAiFindingsReport_2","summary":"Export AI Application Findings report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1reports~1findings/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportaifindingsreport_2"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/ai/reports/findings"},{"label":"Export AI Application Inventory report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportaiinventoryreport_2","routeSlug":"/platform/3.0/reports/exportaiinventoryreport_2","metadata":{"seo":{"title":"Export AI Application Inventory report asynchronously","description":"Export AI Application Inventory report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportAiInventoryReport_2","name":"Export AI Application Inventory report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1reports~1inventory/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export AI Application Inventory report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":"application UUID.","required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1reports~1inventory/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"schemaId":"components/schemas/ReportExportProcessDTO","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1reports~1inventory/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/ai/reports/inventory","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/ai/reports/inventory","href":"reports/exportaiinventoryreport_2","openApiOperationId":"exportAiInventoryReport_2","summary":"Export AI Application Inventory report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1reports~1inventory/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportaiinventoryreport_2"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/ai/reports/inventory"},{"label":"Export Code Application Compliance report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportcodecompliancereport_1","routeSlug":"/platform/3.0/reports/exportcodecompliancereport_1","metadata":{"seo":{"title":"Export Code Application Compliance report asynchronously","description":"Export Code Application Compliance report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportCodeComplianceReport_1","name":"Export Code Application Compliance report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1code~1reports~1compliance/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export Code Application Compliance report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1code~1reports~1compliance/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CodeReportExportProcessDTOV3"}},"schemaId":"components/schemas/CodeReportExportProcessDTOV3","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1code~1reports~1compliance/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/code/reports/compliance","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CodeReportExportProcessDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/code/reports/compliance","href":"reports/exportcodecompliancereport_1","openApiOperationId":"exportCodeComplianceReport_1","summary":"Export Code Application Compliance report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CodeReportExportProcessDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CodeReportExportProcessDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1code~1reports~1compliance/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportcodecompliancereport_1"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/code/reports/compliance"},{"label":"Export Code Application Findings report asynchronously (Code - SAST)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportcodefindingsreport_1","routeSlug":"/platform/3.0/reports/exportcodefindingsreport_1","metadata":{"seo":{"title":"Export Code Application Findings report asynchronously (Code - SAST)","description":"Export Code Application Findings report asynchronously (Code - SAST)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportCodeFindingsReport_1","name":"Export Code Application Findings report asynchronously (Code - SAST)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1code~1reports~1findings/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export Code Application Findings report asynchronously (Code - SAST)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1code~1reports~1findings/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateReportDTO"}},"schemaId":"components/schemas/CreateReportDTO","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1code~1reports~1findings/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/code/reports/findings","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateReportDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/code/reports/findings","href":"reports/exportcodefindingsreport_1","openApiOperationId":"exportCodeFindingsReport_1","summary":"Export Code Application Findings report asynchronously (Code - SAST)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateReportDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateReportDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1code~1reports~1findings/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportcodefindingsreport_1"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/code/reports/findings"},{"label":"Export Code Application Resolved Findings report asynchronously (Code - SAST)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportcoderesolvedreport_1","routeSlug":"/platform/3.0/reports/exportcoderesolvedreport_1","metadata":{"seo":{"title":"Export Code Application Resolved Findings report asynchronously (Code - SAST)","description":"Export Code Application Resolved Findings report asynchronously (Code - SAST)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportCodeResolvedReport_1","name":"Export Code Application Resolved Findings report asynchronously (Code - SAST)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1code~1reports~1resolved/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export Code Application Resolved Findings report asynchronously (Code - SAST)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1code~1reports~1resolved/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ResolvedReportExportProcessDTOV3"}},"schemaId":"components/schemas/ResolvedReportExportProcessDTOV3","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1code~1reports~1resolved/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/code/reports/resolved","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ResolvedReportExportProcessDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/code/reports/resolved","href":"reports/exportcoderesolvedreport_1","openApiOperationId":"exportCodeResolvedReport_1","summary":"Export Code Application Resolved Findings report asynchronously (Code - SAST)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/ResolvedReportExportProcessDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ResolvedReportExportProcessDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1code~1reports~1resolved/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportcoderesolvedreport_1"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/code/reports/resolved"},{"label":"Export Code Application Suppressions report asynchronously (Code - SAST)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportcodesuppressionsreport_1","routeSlug":"/platform/3.0/reports/exportcodesuppressionsreport_1","metadata":{"seo":{"title":"Export Code Application Suppressions report asynchronously (Code - SAST)","description":"Export Code Application Suppressions report asynchronously (Code - SAST)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportCodeSuppressionsReport_1","name":"Export Code Application Suppressions report asynchronously (Code - SAST)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1code~1reports~1suppressions/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export Code Application Suppressions report asynchronously (Code - SAST)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1code~1reports~1suppressions/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateReportDTO"}},"schemaId":"components/schemas/CreateReportDTO","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1code~1reports~1suppressions/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/code/reports/suppressions","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateReportDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/code/reports/suppressions","href":"reports/exportcodesuppressionsreport_1","openApiOperationId":"exportCodeSuppressionsReport_1","summary":"Export Code Application Suppressions report asynchronously (Code - SAST)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateReportDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateReportDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1code~1reports~1suppressions/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportcodesuppressionsreport_1"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/code/reports/suppressions"},{"label":"Export Image Application SBOM report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportimgsbomreport_2","routeSlug":"/platform/3.0/reports/exportimgsbomreport_2","metadata":{"seo":{"title":"Export Image Application SBOM report asynchronously","description":"Export Image Application SBOM report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportImgSbomReport_2","name":"Export Image Application SBOM report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1images~1reports~1SBOM/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export Image Application SBOM report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":"application UUID.","required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1images~1reports~1SBOM/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"schemaId":"components/schemas/ReportExportProcessDTO","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1images~1reports~1SBOM/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/images/reports/SBOM","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/images/reports/SBOM","href":"reports/exportimgsbomreport_2","openApiOperationId":"exportImgSbomReport_2","summary":"Export Image Application SBOM report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1images~1reports~1SBOM/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportimgsbomreport_2"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/images/reports/SBOM"},{"label":"Export IMG Application Attribution report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportimgattributionreport_2","routeSlug":"/platform/3.0/reports/exportimgattributionreport_2","metadata":{"seo":{"title":"Export IMG Application Attribution report asynchronously","description":"Export IMG Application Attribution report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportImgAttributionReport_2","name":"Export IMG Application Attribution report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1images~1reports~1attribution/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export IMG Application Attribution report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":"application UUID.","required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1images~1reports~1attribution/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AttributionImgReportExportDTO"}},"schemaId":"components/schemas/AttributionImgReportExportDTO","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1images~1reports~1attribution/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/images/reports/attribution","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/AttributionImgReportExportDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/images/reports/attribution","href":"reports/exportimgattributionreport_2","openApiOperationId":"exportImgAttributionReport_2","summary":"Export IMG Application Attribution report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/AttributionImgReportExportDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AttributionImgReportExportDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1images~1reports~1attribution/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportimgattributionreport_2"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/images/reports/attribution"},{"label":"Export IMG Application Due Diligence report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportimgfindingsreport_2","routeSlug":"/platform/3.0/reports/exportimgfindingsreport_2","metadata":{"seo":{"title":"Export IMG Application Due Diligence report asynchronously","description":"Export IMG Application Due Diligence report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportImgFindingsReport_2","name":"Export IMG Application Due Diligence report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1images~1reports~1dueDiligence/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export IMG Application Due Diligence report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":"application UUID.","required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1images~1reports~1dueDiligence/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"schemaId":"components/schemas/ReportExportProcessDTO","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1images~1reports~1dueDiligence/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/images/reports/dueDiligence","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/images/reports/dueDiligence","href":"reports/exportimgfindingsreport_2","openApiOperationId":"exportImgFindingsReport_2","summary":"Export IMG Application Due Diligence report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1images~1reports~1dueDiligence/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportimgfindingsreport_2"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/images/reports/dueDiligence"},{"label":"Export Unified Findings report for an application asynchronously (Platform)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportunifiedfindingsreport_2","routeSlug":"/platform/3.0/reports/exportunifiedfindingsreport_2","metadata":{"seo":{"title":"Export Unified Findings report for an application asynchronously (Platform)","description":"Export Unified Findings report for an application asynchronously (Platform)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportUnifiedFindingsReport_2","name":"Export Unified Findings report for an application asynchronously (Platform)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1reports~1unified-findings/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export Unified Findings report for an application asynchronously (Platform)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1reports~1unified-findings/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateUnifiedFindingsReportDTO"}},"schemaId":"components/schemas/CreateUnifiedFindingsReportDTO","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1reports~1unified-findings/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/reports/unified-findings","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateUnifiedFindingsReportDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/reports/unified-findings","href":"reports/exportunifiedfindingsreport_2","openApiOperationId":"exportUnifiedFindingsReport_2","summary":"Export Unified Findings report for an application asynchronously (Platform)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateUnifiedFindingsReportDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateUnifiedFindingsReportDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1reports~1unified-findings/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportunifiedfindingsreport_2"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/reports/unified-findings"},{"label":"Export AI Organization BOM report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportaibomreport_1","routeSlug":"/platform/3.0/reports/exportaibomreport_1","metadata":{"seo":{"title":"Export AI Organization BOM report asynchronously","description":"Export AI Organization BOM report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportAiBomReport_1","name":"Export AI Organization BOM report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1ai~1reports~1AIBOM/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export AI Organization BOM report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1ai~1reports~1AIBOM/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateAiBomReportDTO"}},"schemaId":"components/schemas/CreateAiBomReportDTO","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1ai~1reports~1AIBOM/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/ai/reports/AIBOM","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateAiBomReportDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/ai/reports/AIBOM","href":"reports/exportaibomreport_1","openApiOperationId":"exportAiBomReport_1","summary":"Export AI Organization BOM report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateAiBomReportDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateAiBomReportDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1ai~1reports~1AIBOM/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportaibomreport_1"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/ai/reports/AIBOM"},{"label":"Export AI Organization Findings report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportaifindingsreport_1","routeSlug":"/platform/3.0/reports/exportaifindingsreport_1","metadata":{"seo":{"title":"Export AI Organization Findings report asynchronously","description":"Export AI Organization Findings report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportAiFindingsReport_1","name":"Export AI Organization Findings report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1ai~1reports~1findings/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export AI Organization Findings report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1ai~1reports~1findings/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"schemaId":"components/schemas/ReportExportProcessDTO","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1ai~1reports~1findings/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/ai/reports/findings","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/ai/reports/findings","href":"reports/exportaifindingsreport_1","openApiOperationId":"exportAiFindingsReport_1","summary":"Export AI Organization Findings report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1ai~1reports~1findings/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportaifindingsreport_1"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/ai/reports/findings"},{"label":"Export AI Organization Inventory report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportaiinventoryreport_1","routeSlug":"/platform/3.0/reports/exportaiinventoryreport_1","metadata":{"seo":{"title":"Export AI Organization Inventory report asynchronously","description":"Export AI Organization Inventory report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportAiInventoryReport_1","name":"Export AI Organization Inventory report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1ai~1reports~1inventory/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export AI Organization Inventory report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1ai~1reports~1inventory/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"schemaId":"components/schemas/ReportExportProcessDTO","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1ai~1reports~1inventory/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/ai/reports/inventory","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/ai/reports/inventory","href":"reports/exportaiinventoryreport_1","openApiOperationId":"exportAiInventoryReport_1","summary":"Export AI Organization Inventory report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1ai~1reports~1inventory/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportaiinventoryreport_1"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/ai/reports/inventory"},{"label":"Export Code Organization Compliance report asynchronously (Code - SAST)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportsastanalyticsreport","routeSlug":"/platform/3.0/reports/exportsastanalyticsreport","metadata":{"seo":{"title":"Export Code Organization Compliance report asynchronously (Code - SAST)","description":"Export Code Organization Compliance report asynchronously (Code - SAST)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportSastAnalyticsReport","name":"Export Code Organization Compliance report asynchronously (Code - SAST)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1code~1reports~1compliance/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export Code Organization Compliance report asynchronously (Code - SAST)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1code~1reports~1compliance/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CodeReportExportProcessDTOV3"}},"schemaId":"components/schemas/CodeReportExportProcessDTOV3","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1code~1reports~1compliance/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/code/reports/compliance","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CodeReportExportProcessDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/code/reports/compliance","href":"reports/exportsastanalyticsreport","openApiOperationId":"exportSastAnalyticsReport","summary":"Export Code Organization Compliance report asynchronously (Code - SAST)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CodeReportExportProcessDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CodeReportExportProcessDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1code~1reports~1compliance/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportsastanalyticsreport"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/code/reports/compliance"},{"label":"Export Image Organization SBOM report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportimgsbomreport_1","routeSlug":"/platform/3.0/reports/exportimgsbomreport_1","metadata":{"seo":{"title":"Export Image Organization SBOM report asynchronously","description":"Export Image Organization SBOM report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportImgSbomReport_1","name":"Export Image Organization SBOM report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1images~1reports~1SBOM/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export Image Organization SBOM report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1images~1reports~1SBOM/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"schemaId":"components/schemas/ReportExportProcessDTO","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1images~1reports~1SBOM/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/images/reports/SBOM","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/images/reports/SBOM","href":"reports/exportimgsbomreport_1","openApiOperationId":"exportImgSbomReport_1","summary":"Export Image Organization SBOM report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1images~1reports~1SBOM/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportimgsbomreport_1"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/images/reports/SBOM"},{"label":"Export IMG Organization Attribution report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportimgattributionreport_1","routeSlug":"/platform/3.0/reports/exportimgattributionreport_1","metadata":{"seo":{"title":"Export IMG Organization Attribution report asynchronously","description":"Export IMG Organization Attribution report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportImgAttributionReport_1","name":"Export IMG Organization Attribution report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1images~1reports~1attribution/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export IMG Organization Attribution report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1images~1reports~1attribution/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AttributionImgReportExportDTO"}},"schemaId":"components/schemas/AttributionImgReportExportDTO","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1images~1reports~1attribution/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/images/reports/attribution","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/AttributionImgReportExportDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/images/reports/attribution","href":"reports/exportimgattributionreport_1","openApiOperationId":"exportImgAttributionReport_1","summary":"Export IMG Organization Attribution report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/AttributionImgReportExportDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AttributionImgReportExportDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1images~1reports~1attribution/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportimgattributionreport_1"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/images/reports/attribution"},{"label":"Export IMG Organization Due Diligence report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportimgfindingsreport_1","routeSlug":"/platform/3.0/reports/exportimgfindingsreport_1","metadata":{"seo":{"title":"Export IMG Organization Due Diligence report asynchronously","description":"Export IMG Organization Due Diligence report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportImgFindingsReport_1","name":"Export IMG Organization Due Diligence report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1images~1reports~1dueDiligence/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export IMG Organization Due Diligence report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1images~1reports~1dueDiligence/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"schemaId":"components/schemas/ReportExportProcessDTO","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1images~1reports~1dueDiligence/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/images/reports/dueDiligence","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/images/reports/dueDiligence","href":"reports/exportimgfindingsreport_1","openApiOperationId":"exportImgFindingsReport_1","summary":"Export IMG Organization Due Diligence report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1images~1reports~1dueDiligence/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportimgfindingsreport_1"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/images/reports/dueDiligence"},{"label":"Get Reports","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/getreportstatusesmulticontext","routeSlug":"/platform/3.0/reports/getreportstatusesmulticontext","metadata":{"seo":{"title":"Get Reports","description":"Get Reports"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getReportStatusesMultiContext","name":"Get Reports","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Reports","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/reports","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_80"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/reports","href":"reports/getreportstatusesmulticontext","openApiOperationId":"getReportStatusesMultiContext","summary":"Get Reports"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListReportExportProcessDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3ListReportExportProcessDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListReportExportProcessDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListReportExportProcessDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/getreportstatusesmulticontext"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/reports"},{"label":"Export Activity Log report asynchronously (Platform)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportactivitylogreport","routeSlug":"/platform/3.0/reports/exportactivitylogreport","metadata":{"seo":{"title":"Export Activity Log report asynchronously (Platform)","description":"Export Activity Log report asynchronously (Platform)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportActivityLogReport","name":"Export Activity Log report asynchronously (Platform)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1activity-log/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export Activity Log report asynchronously (Platform)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1activity-log/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateActivityLogReportDTO"}},"schemaId":"components/schemas/CreateActivityLogReportDTO","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1activity-log/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/reports/activity-log","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateActivityLogReportDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/reports/activity-log","href":"reports/exportactivitylogreport","openApiOperationId":"exportActivityLogReport","summary":"Export Activity Log report asynchronously (Platform)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateActivityLogReportDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateActivityLogReportDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1activity-log/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportactivitylogreport"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/reports/activity-log"},{"label":"Download Report","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/downloadreport","routeSlug":"/platform/3.0/reports/downloadreport","metadata":{"seo":{"title":"Download Report","description":"Download Report"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"downloadReport","name":"Download Report","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1download~1{reportUuid}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Download Report","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"reportUuid","in":"path","schemaId":"schema_79","description":"Asynchronous Process Status UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1download~1{reportUuid}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/reports/download/{reportUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"reportUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/reports/download/{reportUuid}","href":"reports/downloadreport","openApiOperationId":"downloadReport","summary":"Download Report"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1download~1{reportUuid}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200"},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/downloadreport"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/reports/download/{reportUuid}"},{"label":"Export Unified Findings report for an organization asynchronously (Platform)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportunifiedfindingsreport_1","routeSlug":"/platform/3.0/reports/exportunifiedfindingsreport_1","metadata":{"seo":{"title":"Export Unified Findings report for an organization asynchronously (Platform)","description":"Export Unified Findings report for an organization asynchronously (Platform)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportUnifiedFindingsReport_1","name":"Export Unified Findings report for an organization asynchronously (Platform)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1unified-findings/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export Unified Findings report for an organization asynchronously (Platform)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1unified-findings/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateUnifiedFindingsReportDTO"}},"schemaId":"components/schemas/CreateUnifiedFindingsReportDTO","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1unified-findings/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/reports/unified-findings","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateUnifiedFindingsReportDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/reports/unified-findings","href":"reports/exportunifiedfindingsreport_1","openApiOperationId":"exportUnifiedFindingsReport_1","summary":"Export Unified Findings report for an organization asynchronously (Platform)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateUnifiedFindingsReportDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateUnifiedFindingsReportDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1unified-findings/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportunifiedfindingsreport_1"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/reports/unified-findings"},{"label":"Export Users and Groups report asynchronously (Platform)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportusersreport","routeSlug":"/platform/3.0/reports/exportusersreport","metadata":{"seo":{"title":"Export Users and Groups report asynchronously (Platform)","description":"Export Users and Groups report asynchronously (Platform)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportUsersReport","name":"Export Users and Groups report asynchronously (Platform)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1users-groups/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export Users and Groups report asynchronously (Platform)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1users-groups/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateUsersReportDTO"}},"schemaId":"components/schemas/CreateUsersReportDTO","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1users-groups/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/reports/users-groups","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateUsersReportDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/reports/users-groups","href":"reports/exportusersreport","openApiOperationId":"exportUsersReport","summary":"Export Users and Groups report asynchronously (Platform)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateUsersReportDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateUsersReportDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3UsersReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3UsersReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1users-groups/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3UsersReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3UsersReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportusersreport"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/reports/users-groups"},{"label":"Get Report Status","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/getreportstatus","routeSlug":"/platform/3.0/reports/getreportstatus","metadata":{"seo":{"title":"Get Report Status","description":"Get Report Status"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getReportStatus","name":"Get Report Status","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1{reportUuid}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Report Status","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"reportUuid","in":"path","schemaId":"schema_79","description":"Asynchronous Process Status UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1{reportUuid}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/reports/{reportUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"reportUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/reports/{reportUuid}","href":"reports/getreportstatus","openApiOperationId":"getReportStatus","summary":"Get Report Status"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTOV3"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1{reportUuid}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/getreportstatus"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/reports/{reportUuid}"},{"label":"Delete Report","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/deletereport","routeSlug":"/platform/3.0/reports/deletereport","metadata":{"seo":{"title":"Delete Report","description":"Delete Report"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"deleteReport","name":"Delete Report","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1{reportUuid}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete Report","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"reportUuid","in":"path","schemaId":"schema_79","description":"Asynchronous Process Status UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1{reportUuid}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/api/v3.0/orgs/{orgUuid}/reports/{reportUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"reportUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/reports/{reportUuid}","href":"reports/deletereport","openApiOperationId":"deleteReport","summary":"Delete Report"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}},"schemaId":"components/schemas/DWRResponseV3MessageDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1reports~1{reportUuid}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3MessageDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/deletereport"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/reports/{reportUuid}"},{"label":"Export AI Project BOM report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportaibomreport","routeSlug":"/platform/3.0/reports/exportaibomreport","metadata":{"seo":{"title":"Export AI Project BOM report asynchronously","description":"Export AI Project BOM report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportAiBomReport","name":"Export AI Project BOM report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1reports~1AIBOM/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export AI Project BOM report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1reports~1AIBOM/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateAiBomReportDTO"}},"schemaId":"components/schemas/CreateAiBomReportDTO","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1reports~1AIBOM/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/ai/reports/AIBOM","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateAiBomReportDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/ai/reports/AIBOM","href":"reports/exportaibomreport","openApiOperationId":"exportAiBomReport","summary":"Export AI Project BOM report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateAiBomReportDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateAiBomReportDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1reports~1AIBOM/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportaibomreport"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/ai/reports/AIBOM"},{"label":"Export AI Project Findings report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportaifindingsreport","routeSlug":"/platform/3.0/reports/exportaifindingsreport","metadata":{"seo":{"title":"Export AI Project Findings report asynchronously","description":"Export AI Project Findings report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportAiFindingsReport","name":"Export AI Project Findings report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1reports~1findings/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export AI Project Findings report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1reports~1findings/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"schemaId":"components/schemas/ReportExportProcessDTO","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1reports~1findings/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/ai/reports/findings","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/ai/reports/findings","href":"reports/exportaifindingsreport","openApiOperationId":"exportAiFindingsReport","summary":"Export AI Project Findings report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1reports~1findings/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportaifindingsreport"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/ai/reports/findings"},{"label":"Export AI Project Inventory report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportaiinventoryreport","routeSlug":"/platform/3.0/reports/exportaiinventoryreport","metadata":{"seo":{"title":"Export AI Project Inventory report asynchronously","description":"Export AI Project Inventory report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportAiInventoryReport","name":"Export AI Project Inventory report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1reports~1inventory/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export AI Project Inventory report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1reports~1inventory/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"schemaId":"components/schemas/ReportExportProcessDTO","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1reports~1inventory/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/ai/reports/inventory","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/ai/reports/inventory","href":"reports/exportaiinventoryreport","openApiOperationId":"exportAiInventoryReport","summary":"Export AI Project Inventory report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1reports~1inventory/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportaiinventoryreport"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/ai/reports/inventory"},{"label":"Export Code Project Compliance report asynchronously (Code - SAST)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportcodecompliancereport","routeSlug":"/platform/3.0/reports/exportcodecompliancereport","metadata":{"seo":{"title":"Export Code Project Compliance report asynchronously (Code - SAST)","description":"Export Code Project Compliance report asynchronously (Code - SAST)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportCodeComplianceReport","name":"Export Code Project Compliance report asynchronously (Code - SAST)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1reports~1compliance/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export Code Project Compliance report asynchronously (Code - SAST)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1reports~1compliance/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CodeReportExportProcessDTOV3"}},"schemaId":"components/schemas/CodeReportExportProcessDTOV3","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1reports~1compliance/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/code/reports/compliance","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CodeReportExportProcessDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/code/reports/compliance","href":"reports/exportcodecompliancereport","openApiOperationId":"exportCodeComplianceReport","summary":"Export Code Project Compliance report asynchronously (Code - SAST)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CodeReportExportProcessDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CodeReportExportProcessDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1reports~1compliance/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportcodecompliancereport"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/code/reports/compliance"},{"label":"Export Code Project Findings report asynchronously (Code - SAST)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportcodefindingsreport","routeSlug":"/platform/3.0/reports/exportcodefindingsreport","metadata":{"seo":{"title":"Export Code Project Findings report asynchronously (Code - SAST)","description":"Export Code Project Findings report asynchronously (Code - SAST)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportCodeFindingsReport","name":"Export Code Project Findings report asynchronously (Code - SAST)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1reports~1findings/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export Code Project Findings report asynchronously (Code - SAST)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1reports~1findings/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateReportDTO"}},"schemaId":"components/schemas/CreateReportDTO","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1reports~1findings/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/code/reports/findings","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateReportDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/code/reports/findings","href":"reports/exportcodefindingsreport","openApiOperationId":"exportCodeFindingsReport","summary":"Export Code Project Findings report asynchronously (Code - SAST)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateReportDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateReportDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1reports~1findings/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportcodefindingsreport"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/code/reports/findings"},{"label":"Export Code Project Resolved Findings report asynchronously (Code - SAST)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportcoderesolvedreport","routeSlug":"/platform/3.0/reports/exportcoderesolvedreport","metadata":{"seo":{"title":"Export Code Project Resolved Findings report asynchronously (Code - SAST)","description":"Export Code Project Resolved Findings report asynchronously (Code - SAST)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportCodeResolvedReport","name":"Export Code Project Resolved Findings report asynchronously (Code - SAST)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1reports~1resolved/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export Code Project Resolved Findings report asynchronously (Code - SAST)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1reports~1resolved/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ResolvedReportExportProcessDTOV3"}},"schemaId":"components/schemas/ResolvedReportExportProcessDTOV3","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1reports~1resolved/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/code/reports/resolved","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ResolvedReportExportProcessDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/code/reports/resolved","href":"reports/exportcoderesolvedreport","openApiOperationId":"exportCodeResolvedReport","summary":"Export Code Project Resolved Findings report asynchronously (Code - SAST)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/ResolvedReportExportProcessDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ResolvedReportExportProcessDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1reports~1resolved/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportcoderesolvedreport"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/code/reports/resolved"},{"label":"Export Code Project Suppressions report asynchronously (Code - SAST)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportcodesuppressionsreport","routeSlug":"/platform/3.0/reports/exportcodesuppressionsreport","metadata":{"seo":{"title":"Export Code Project Suppressions report asynchronously (Code - SAST)","description":"Export Code Project Suppressions report asynchronously (Code - SAST)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportCodeSuppressionsReport","name":"Export Code Project Suppressions report asynchronously (Code - SAST)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1reports~1suppressions/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export Code Project Suppressions report asynchronously (Code - SAST)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1reports~1suppressions/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateReportDTO"}},"schemaId":"components/schemas/CreateReportDTO","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1reports~1suppressions/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/code/reports/suppressions","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateReportDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/code/reports/suppressions","href":"reports/exportcodesuppressionsreport","openApiOperationId":"exportCodeSuppressionsReport","summary":"Export Code Project Suppressions report asynchronously (Code - SAST)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateReportDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateReportDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1reports~1suppressions/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportcodesuppressionsreport"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/code/reports/suppressions"},{"label":"Export Image Project SBOM report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportimgsbomreport","routeSlug":"/platform/3.0/reports/exportimgsbomreport","metadata":{"seo":{"title":"Export Image Project SBOM report asynchronously","description":"Export Image Project SBOM report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportImgSbomReport","name":"Export Image Project SBOM report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1images~1reports~1SBOM/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export Image Project SBOM report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1images~1reports~1SBOM/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"schemaId":"components/schemas/ReportExportProcessDTO","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1images~1reports~1SBOM/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/images/reports/SBOM","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/images/reports/SBOM","href":"reports/exportimgsbomreport","openApiOperationId":"exportImgSbomReport","summary":"Export Image Project SBOM report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1images~1reports~1SBOM/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportimgsbomreport"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/images/reports/SBOM"},{"label":"Export IMG Project Attribution report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportimgattributionreport","routeSlug":"/platform/3.0/reports/exportimgattributionreport","metadata":{"seo":{"title":"Export IMG Project Attribution report asynchronously","description":"Export IMG Project Attribution report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportImgAttributionReport","name":"Export IMG Project Attribution report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1images~1reports~1attribution/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export IMG Project Attribution report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1images~1reports~1attribution/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AttributionImgReportExportDTO"}},"schemaId":"components/schemas/AttributionImgReportExportDTO","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1images~1reports~1attribution/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/images/reports/attribution","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/AttributionImgReportExportDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/images/reports/attribution","href":"reports/exportimgattributionreport","openApiOperationId":"exportImgAttributionReport","summary":"Export IMG Project Attribution report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/AttributionImgReportExportDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AttributionImgReportExportDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1images~1reports~1attribution/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportimgattributionreport"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/images/reports/attribution"},{"label":"Export IMG Project Due Diligence report asynchronously","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportimgfindingsreport","routeSlug":"/platform/3.0/reports/exportimgfindingsreport","metadata":{"seo":{"title":"Export IMG Project Due Diligence report asynchronously","description":"Export IMG Project Due Diligence report asynchronously"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportImgFindingsReport","name":"Export IMG Project Due Diligence report asynchronously","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1images~1reports~1dueDiligence/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export IMG Project Due Diligence report asynchronously","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1images~1reports~1dueDiligence/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"schemaId":"components/schemas/ReportExportProcessDTO","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1images~1reports~1dueDiligence/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/images/reports/dueDiligence","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/images/reports/dueDiligence","href":"reports/exportimgfindingsreport","openApiOperationId":"exportImgFindingsReport","summary":"Export IMG Project Due Diligence report asynchronously"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportExportProcessDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1images~1reports~1dueDiligence/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportimgfindingsreport"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/images/reports/dueDiligence"},{"label":"Export Unified Findings report for a project asynchronously (Platform)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportunifiedfindingsreport","routeSlug":"/platform/3.0/reports/exportunifiedfindingsreport","metadata":{"seo":{"title":"Export Unified Findings report for a project asynchronously (Platform)","description":"Export Unified Findings report for a project asynchronously (Platform)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportUnifiedFindingsReport","name":"Export Unified Findings report for a project asynchronously (Platform)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1reports~1unified-findings/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export Unified Findings report for a project asynchronously (Platform)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1reports~1unified-findings/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateUnifiedFindingsReportDTO"}},"schemaId":"components/schemas/CreateUnifiedFindingsReportDTO","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1reports~1unified-findings/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/reports/unified-findings","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateUnifiedFindingsReportDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/reports/unified-findings","href":"reports/exportunifiedfindingsreport","openApiOperationId":"exportUnifiedFindingsReport","summary":"Export Unified Findings report for a project asynchronously (Platform)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateUnifiedFindingsReportDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateUnifiedFindingsReportDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1reports~1unified-findings/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportunifiedfindingsreport"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/reports/unified-findings"},{"label":"Export account inventory report asynchronously (Dependencies - SCA)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportaccountinventoryreport","routeSlug":"/platform/3.0/reports/exportaccountinventoryreport","metadata":{"seo":{"title":"Export account inventory report asynchronously (Dependencies - SCA)","description":"Export account inventory report asynchronously (Dependencies - SCA)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportAccountInventoryReport","name":"Export account inventory report asynchronously (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1dependencies~1reports~1inventory/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export account inventory report asynchronously (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountUuid","in":"path","schemaId":"schema_79","description":"Account UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1dependencies~1reports~1inventory/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateInventoryReportDTOV3"}},"schemaId":"components/schemas/CreateInventoryReportDTOV3","pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1dependencies~1reports~1inventory/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/accounts/{accountUuid}/dependencies/reports/inventory","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"accountUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateInventoryReportDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/accounts/{accountUuid}/dependencies/reports/inventory","href":"reports/exportaccountinventoryreport","openApiOperationId":"exportAccountInventoryReport","summary":"Export account inventory report asynchronously (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateInventoryReportDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateInventoryReportDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTOV3"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1dependencies~1reports~1inventory/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportaccountinventoryreport"}],"panels":[]}]},"httpPath":"/api/v3.0/accounts/{accountUuid}/dependencies/reports/inventory"},{"label":"Export account dependency security findings report asynchronously (Dependencies - SCA)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportaccountdependencysecurityfindingsreport","routeSlug":"/platform/3.0/reports/exportaccountdependencysecurityfindingsreport","metadata":{"seo":{"title":"Export account dependency security findings report asynchronously (Dependencies - SCA)","description":"Export account dependency security findings report asynchronously (Dependencies - SCA)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportAccountDependencySecurityFindingsReport","name":"Export account dependency security findings report asynchronously (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1dependencies~1reports~1securityFindings/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export account dependency security findings report asynchronously (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountUuid","in":"path","schemaId":"schema_79","description":"Account UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1dependencies~1reports~1securityFindings/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateSecurityFindingsReportDTOV3"}},"schemaId":"components/schemas/CreateSecurityFindingsReportDTOV3","pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1dependencies~1reports~1securityFindings/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/accounts/{accountUuid}/dependencies/reports/securityFindings","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"accountUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateSecurityFindingsReportDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/accounts/{accountUuid}/dependencies/reports/securityFindings","href":"reports/exportaccountdependencysecurityfindingsreport","openApiOperationId":"exportAccountDependencySecurityFindingsReport","summary":"Export account dependency security findings report asynchronously (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateSecurityFindingsReportDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateSecurityFindingsReportDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTOV3"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1dependencies~1reports~1securityFindings/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportaccountdependencysecurityfindingsreport"}],"panels":[]}]},"httpPath":"/api/v3.0/accounts/{accountUuid}/dependencies/reports/securityFindings"},{"label":"Export account dependency security findings by library report asynchronously (Dependencies - SCA)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportaccountdependencysecurityfindingsbylibraryreport","routeSlug":"/platform/3.0/reports/exportaccountdependencysecurityfindingsbylibraryreport","metadata":{"seo":{"title":"Export account dependency security findings by library report asynchronously (Dependencies - SCA)","description":"Export account dependency security findings by library report asynchronously (Dependencies - SCA)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportAccountDependencySecurityFindingsByLibraryReport","name":"Export account dependency security findings by library report asynchronously (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1dependencies~1reports~1securityFindingsByLibrary/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export account dependency security findings by library report asynchronously (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountUuid","in":"path","schemaId":"schema_79","description":"Account UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1dependencies~1reports~1securityFindingsByLibrary/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateSecurityFindingsByLibraryReportDTOV3"}},"schemaId":"components/schemas/CreateSecurityFindingsByLibraryReportDTOV3","pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1dependencies~1reports~1securityFindingsByLibrary/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/accounts/{accountUuid}/dependencies/reports/securityFindingsByLibrary","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"accountUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateSecurityFindingsByLibraryReportDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/accounts/{accountUuid}/dependencies/reports/securityFindingsByLibrary","href":"reports/exportaccountdependencysecurityfindingsbylibraryreport","openApiOperationId":"exportAccountDependencySecurityFindingsByLibraryReport","summary":"Export account dependency security findings by library report asynchronously (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateSecurityFindingsByLibraryReportDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateSecurityFindingsByLibraryReportDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTOV3"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1dependencies~1reports~1securityFindingsByLibrary/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportaccountdependencysecurityfindingsbylibraryreport"}],"panels":[]}]},"httpPath":"/api/v3.0/accounts/{accountUuid}/dependencies/reports/securityFindingsByLibrary"},{"label":"Export application SBOM report asynchronously (Dependencies - SCA)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportsbomreport_1","routeSlug":"/platform/3.0/reports/exportsbomreport_1","metadata":{"seo":{"title":"Export application SBOM report asynchronously (Dependencies - SCA)","description":"Export application SBOM report asynchronously (Dependencies - SCA)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportSbomReport_1","name":"Export application SBOM report asynchronously (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1SBOM/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export application SBOM report asynchronously (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1SBOM/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateProductSbomReportDTOReport"}},"schemaId":"components/schemas/CreateProductSbomReportDTOReport","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1SBOM/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/SBOM","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateProductSbomReportDTOReport"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/SBOM","href":"reports/exportsbomreport_1","openApiOperationId":"exportSbomReport_1","summary":"Export application SBOM report asynchronously (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateProductSbomReportDTOReport","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateProductSbomReportDTOReport"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1SBOM/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportsbomreport_1"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/SBOM"},{"label":"Export application Attribution report asynchronously (Dependencies - SCA)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportproductattributionreport","routeSlug":"/platform/3.0/reports/exportproductattributionreport","metadata":{"seo":{"title":"Export application Attribution report asynchronously (Dependencies - SCA)","description":"Generates a Dependencies Attribution report for the specified application asynchronously. Supported formats: JSON, HTML, TEXT."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportProductAttributionReport","name":"Export application Attribution report asynchronously (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1attribution/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export application Attribution report asynchronously (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Generates a Dependencies Attribution report for the specified application asynchronously. Supported formats: JSON, HTML, TEXT."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1attribution/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AttributionReportExportDTOV3"}},"schemaId":"components/schemas/AttributionReportExportDTOV3","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1attribution/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/attribution","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/AttributionReportExportDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/attribution","href":"reports/exportproductattributionreport","openApiOperationId":"exportProductAttributionReport","summary":"Export application Attribution report asynchronously (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/AttributionReportExportDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AttributionReportExportDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1attribution/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportproductattributionreport"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/attribution"},{"label":"Export application due diligence report asynchronously (Dependencies - SCA)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportproductduediligencereport","routeSlug":"/platform/3.0/reports/exportproductduediligencereport","metadata":{"seo":{"title":"Export application due diligence report asynchronously (Dependencies - SCA)","description":"Generates a Dependencies Due Diligence report for the specified application asynchronously. Supported formats: JSON, XML."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportProductDueDiligenceReport","name":"Export application due diligence report asynchronously (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1dueDiligence/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export application due diligence report asynchronously (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Generates a Dependencies Due Diligence report for the specified application asynchronously. Supported formats: JSON, XML."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1dueDiligence/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/DueDiligenceReportExportDTOV3"}},"schemaId":"components/schemas/DueDiligenceReportExportDTOV3","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1dueDiligence/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/dueDiligence","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/DueDiligenceReportExportDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/dueDiligence","href":"reports/exportproductduediligencereport","openApiOperationId":"exportProductDueDiligenceReport","summary":"Export application due diligence report asynchronously (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/DueDiligenceReportExportDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/DueDiligenceReportExportDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1dueDiligence/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportproductduediligencereport"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/dueDiligence"},{"label":"Export application Findings report asynchronously (Dependencies - SCA)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportproductfindingsreport","routeSlug":"/platform/3.0/reports/exportproductfindingsreport","metadata":{"seo":{"title":"Export application Findings report asynchronously (Dependencies - SCA)","description":"Generates a Dependencies Findings report for the specified application asynchronously. Supported formats: Excel, JSON, XML."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportProductFindingsReport","name":"Export application Findings report asynchronously (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1findings/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export application Findings report asynchronously (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Generates a Dependencies Findings report for the specified application asynchronously. Supported formats: Excel, JSON, XML."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1findings/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/FindingsReportExportDTOV3"}},"schemaId":"components/schemas/FindingsReportExportDTOV3","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1findings/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/findings","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/FindingsReportExportDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/findings","href":"reports/exportproductfindingsreport","openApiOperationId":"exportProductFindingsReport","summary":"Export application Findings report asynchronously (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/FindingsReportExportDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/FindingsReportExportDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1findings/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportproductfindingsreport"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/findings"},{"label":"Export application Inventory report asynchronously (Dependencies - SCA)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportproductinventoryreport","routeSlug":"/platform/3.0/reports/exportproductinventoryreport","metadata":{"seo":{"title":"Export application Inventory report asynchronously (Dependencies - SCA)","description":"Generates a Dependencies Inventory report for the specified application asynchronously. Supported formats: Excel, JSON, XML."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportProductInventoryReport","name":"Export application Inventory report asynchronously (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1inventory/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export application Inventory report asynchronously (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Generates a Dependencies Inventory report for the specified application asynchronously. Supported formats: Excel, JSON, XML."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1inventory/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/InventoryReportExportDTOV3"}},"schemaId":"components/schemas/InventoryReportExportDTOV3","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1inventory/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/inventory","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/InventoryReportExportDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/inventory","href":"reports/exportproductinventoryreport","openApiOperationId":"exportProductInventoryReport","summary":"Export application Inventory report asynchronously (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/InventoryReportExportDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/InventoryReportExportDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1inventory/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportproductinventoryreport"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/inventory"},{"label":"Export application Risk report asynchronously (Dependencies - SCA)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportproductriskreport","routeSlug":"/platform/3.0/reports/exportproductriskreport","metadata":{"seo":{"title":"Export application Risk report asynchronously (Dependencies - SCA)","description":"Generates a Dependencies Risk report for the specified application asynchronously. Default export mode is Split (PDF summary + Excel CVE detail delivered as a ZIP). Full PDF mode is also available, subject to a project-count threshold."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportProductRiskReport","name":"Export application Risk report asynchronously (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1risk/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export application Risk report asynchronously (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Generates a Dependencies Risk report for the specified application asynchronously. Default export mode is Split (PDF summary + Excel CVE detail delivered as a ZIP). Full PDF mode is also available, subject to a project-count threshold."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1risk/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/RiskReportExportDTOV3"}},"schemaId":"components/schemas/RiskReportExportDTOV3","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1risk/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/risk","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/RiskReportExportDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/risk","href":"reports/exportproductriskreport","openApiOperationId":"exportProductRiskReport","summary":"Export application Risk report asynchronously (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/RiskReportExportDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/RiskReportExportDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1reports~1risk/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportproductriskreport"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/risk"},{"label":"Export project SBOM report asynchronously (Dependencies - SCA)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportsbomreport","routeSlug":"/platform/3.0/reports/exportsbomreport","metadata":{"seo":{"title":"Export project SBOM report asynchronously (Dependencies - SCA)","description":"Export project SBOM report asynchronously (Dependencies - SCA)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportSbomReport","name":"Export project SBOM report asynchronously (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1SBOM/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export project SBOM report asynchronously (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1SBOM/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateProjectSbomReportDTOReport"}},"schemaId":"components/schemas/CreateProjectSbomReportDTOReport","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1SBOM/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/dependencies/reports/SBOM","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateProjectSbomReportDTOReport"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/dependencies/reports/SBOM","href":"reports/exportsbomreport","openApiOperationId":"exportSbomReport","summary":"Export project SBOM report asynchronously (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateProjectSbomReportDTOReport","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateProjectSbomReportDTOReport"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1SBOM/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportsbomreport"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/dependencies/reports/SBOM"},{"label":"Export project Attribution report asynchronously (Dependencies - SCA)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportprojectattributionreport","routeSlug":"/platform/3.0/reports/exportprojectattributionreport","metadata":{"seo":{"title":"Export project Attribution report asynchronously (Dependencies - SCA)","description":"Generates a Dependencies Attribution report for the specified project asynchronously. Supported formats: JSON, HTML, TEXT."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportProjectAttributionReport","name":"Export project Attribution report asynchronously (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1attribution/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export project Attribution report asynchronously (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Generates a Dependencies Attribution report for the specified project asynchronously. Supported formats: JSON, HTML, TEXT."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1attribution/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AttributionReportExportProjectDTOV3"}},"schemaId":"components/schemas/AttributionReportExportProjectDTOV3","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1attribution/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/dependencies/reports/attribution","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/AttributionReportExportProjectDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/dependencies/reports/attribution","href":"reports/exportprojectattributionreport","openApiOperationId":"exportProjectAttributionReport","summary":"Export project Attribution report asynchronously (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/AttributionReportExportProjectDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AttributionReportExportProjectDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1attribution/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportprojectattributionreport"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/dependencies/reports/attribution"},{"label":"Export project due diligence report asynchronously (Dependencies - SCA)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportprojectduediligencereport","routeSlug":"/platform/3.0/reports/exportprojectduediligencereport","metadata":{"seo":{"title":"Export project due diligence report asynchronously (Dependencies - SCA)","description":"Generates a Dependencies Due Diligence report for the specified project asynchronously. Supported formats: JSON, XML."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportProjectDueDiligenceReport","name":"Export project due diligence report asynchronously (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1dueDiligence/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export project due diligence report asynchronously (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Generates a Dependencies Due Diligence report for the specified project asynchronously. Supported formats: JSON, XML."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1dueDiligence/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/DueDiligenceReportExportProjectDTOV3"}},"schemaId":"components/schemas/DueDiligenceReportExportProjectDTOV3","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1dueDiligence/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/dependencies/reports/dueDiligence","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/DueDiligenceReportExportProjectDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/dependencies/reports/dueDiligence","href":"reports/exportprojectduediligencereport","openApiOperationId":"exportProjectDueDiligenceReport","summary":"Export project due diligence report asynchronously (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/DueDiligenceReportExportProjectDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/DueDiligenceReportExportProjectDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1dueDiligence/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportprojectduediligencereport"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/dependencies/reports/dueDiligence"},{"label":"Export project Findings report asynchronously (Dependencies - SCA)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportprojectfindingsreport","routeSlug":"/platform/3.0/reports/exportprojectfindingsreport","metadata":{"seo":{"title":"Export project Findings report asynchronously (Dependencies - SCA)","description":"Generates a Dependencies Findings report for the specified project asynchronously. Supported formats: Excel, JSON, XML."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportProjectFindingsReport","name":"Export project Findings report asynchronously (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1findings/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export project Findings report asynchronously (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Generates a Dependencies Findings report for the specified project asynchronously. Supported formats: Excel, JSON, XML."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1findings/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/FindingsReportExportProjectDTOV3"}},"schemaId":"components/schemas/FindingsReportExportProjectDTOV3","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1findings/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/dependencies/reports/findings","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/FindingsReportExportProjectDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/dependencies/reports/findings","href":"reports/exportprojectfindingsreport","openApiOperationId":"exportProjectFindingsReport","summary":"Export project Findings report asynchronously (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/FindingsReportExportProjectDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/FindingsReportExportProjectDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1findings/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportprojectfindingsreport"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/dependencies/reports/findings"},{"label":"Export project Inventory report asynchronously (Dependencies - SCA)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportprojectinventoryreport","routeSlug":"/platform/3.0/reports/exportprojectinventoryreport","metadata":{"seo":{"title":"Export project Inventory report asynchronously (Dependencies - SCA)","description":"Generates a Dependencies Inventory report for the specified project asynchronously. Supported formats: Excel, JSON, XML."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportProjectInventoryReport","name":"Export project Inventory report asynchronously (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1inventory/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export project Inventory report asynchronously (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Generates a Dependencies Inventory report for the specified project asynchronously. Supported formats: Excel, JSON, XML."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1inventory/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/InventoryReportExportProjectDTOV3"}},"schemaId":"components/schemas/InventoryReportExportProjectDTOV3","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1inventory/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/dependencies/reports/inventory","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/InventoryReportExportProjectDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/dependencies/reports/inventory","href":"reports/exportprojectinventoryreport","openApiOperationId":"exportProjectInventoryReport","summary":"Export project Inventory report asynchronously (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/InventoryReportExportProjectDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/InventoryReportExportProjectDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1inventory/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportprojectinventoryreport"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/dependencies/reports/inventory"},{"label":"Export project Risk report asynchronously (Dependencies - SCA)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/reports/exportprojectriskreport","routeSlug":"/platform/3.0/reports/exportprojectriskreport","metadata":{"seo":{"title":"Export project Risk report asynchronously (Dependencies - SCA)","description":"Generates a Dependencies Risk report for the specified project asynchronously. Default export mode is Split (PDF summary + Excel CVE detail delivered as a ZIP). Full PDF mode is also available, subject to a project-count threshold."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"exportProjectRiskReport","name":"Export project Risk report asynchronously (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1risk/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export project Risk report asynchronously (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Generates a Dependencies Risk report for the specified project asynchronously. Default export mode is Split (PDF summary + Excel CVE detail delivered as a ZIP). Full PDF mode is also available, subject to a project-count threshold."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1risk/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/RiskReportExportProjectDTOV3"}},"schemaId":"components/schemas/RiskReportExportProjectDTOV3","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1risk/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/dependencies/reports/risk","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/RiskReportExportProjectDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/dependencies/reports/risk","href":"reports/exportprojectriskreport","openApiOperationId":"exportProjectRiskReport","summary":"Export project Risk report asynchronously (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/RiskReportExportProjectDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/RiskReportExportProjectDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}},"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1reports~1risk/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ReportExportProcessDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/reports/exportprojectriskreport"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/dependencies/reports/risk"}],"content":{"contentType":"group","meta":{"name":"Reports"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Reports","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/api/v3.0/accounts/{accountUuid}/ai/reports/findings","summary":"Export AI Account (cross-org) Findings report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportaifindingsreport_3","deprecated":false},{"title":"/api/v3.0/accounts/{accountUuid}/ai/reports/inventory","summary":"Export AI Account (cross-org) Inventory report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportaiinventoryreport_3","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/ai/reports/AIBOM","summary":"Export AI Application BOM report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportaibomreport_2","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/ai/reports/findings","summary":"Export AI Application Findings report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportaifindingsreport_2","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/ai/reports/inventory","summary":"Export AI Application Inventory report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportaiinventoryreport_2","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/code/reports/compliance","summary":"Export Code Application Compliance report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportcodecompliancereport_1","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/code/reports/findings","summary":"Export Code Application Findings report asynchronously (Code - SAST)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportcodefindingsreport_1","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/code/reports/resolved","summary":"Export Code Application Resolved Findings report asynchronously (Code - SAST)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportcoderesolvedreport_1","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/code/reports/suppressions","summary":"Export Code Application Suppressions report asynchronously (Code - SAST)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportcodesuppressionsreport_1","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/images/reports/SBOM","summary":"Export Image Application SBOM report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportimgsbomreport_2","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/images/reports/attribution","summary":"Export IMG Application Attribution report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportimgattributionreport_2","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/images/reports/dueDiligence","summary":"Export IMG Application Due Diligence report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportimgfindingsreport_2","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/reports/unified-findings","summary":"Export Unified Findings report for an application asynchronously (Platform)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportunifiedfindingsreport_2","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/ai/reports/AIBOM","summary":"Export AI Organization BOM report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportaibomreport_1","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/ai/reports/findings","summary":"Export AI Organization Findings report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportaifindingsreport_1","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/ai/reports/inventory","summary":"Export AI Organization Inventory report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportaiinventoryreport_1","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/code/reports/compliance","summary":"Export Code Organization Compliance report asynchronously (Code - SAST)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportsastanalyticsreport","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/images/reports/SBOM","summary":"Export Image Organization SBOM report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportimgsbomreport_1","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/images/reports/attribution","summary":"Export IMG Organization Attribution report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportimgattributionreport_1","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/images/reports/dueDiligence","summary":"Export IMG Organization Due Diligence report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportimgfindingsreport_1","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/reports","summary":"Get Reports","prefix":{"name":"get","color":"get"},"badges":[],"link":"/reports/getreportstatusesmulticontext","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/reports/activity-log","summary":"Export Activity Log report asynchronously (Platform)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportactivitylogreport","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/reports/download/{reportUuid}","summary":"Download Report","prefix":{"name":"get","color":"get"},"badges":[],"link":"/reports/downloadreport","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/reports/unified-findings","summary":"Export Unified Findings report for an organization asynchronously (Platform)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportunifiedfindingsreport_1","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/reports/users-groups","summary":"Export Users and Groups report asynchronously (Platform)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportusersreport","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/reports/{reportUuid}","summary":"Get Report Status","prefix":{"name":"get","color":"get"},"badges":[],"link":"/reports/getreportstatus","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/reports/{reportUuid}","summary":"Delete Report","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/reports/deletereport","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/ai/reports/AIBOM","summary":"Export AI Project BOM report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportaibomreport","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/ai/reports/findings","summary":"Export AI Project Findings report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportaifindingsreport","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/ai/reports/inventory","summary":"Export AI Project Inventory report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportaiinventoryreport","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/code/reports/compliance","summary":"Export Code Project Compliance report asynchronously (Code - SAST)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportcodecompliancereport","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/code/reports/findings","summary":"Export Code Project Findings report asynchronously (Code - SAST)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportcodefindingsreport","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/code/reports/resolved","summary":"Export Code Project Resolved Findings report asynchronously (Code - SAST)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportcoderesolvedreport","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/code/reports/suppressions","summary":"Export Code Project Suppressions report asynchronously (Code - SAST)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportcodesuppressionsreport","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/images/reports/SBOM","summary":"Export Image Project SBOM report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportimgsbomreport","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/images/reports/attribution","summary":"Export IMG Project Attribution report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportimgattributionreport","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/images/reports/dueDiligence","summary":"Export IMG Project Due Diligence report asynchronously","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportimgfindingsreport","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/reports/unified-findings","summary":"Export Unified Findings report for a project asynchronously (Platform)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportunifiedfindingsreport","deprecated":false},{"title":"/api/v3.0/accounts/{accountUuid}/dependencies/reports/inventory","summary":"Export account inventory report asynchronously (Dependencies - SCA)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportaccountinventoryreport","deprecated":false},{"title":"/api/v3.0/accounts/{accountUuid}/dependencies/reports/securityFindings","summary":"Export account dependency security findings report asynchronously (Dependencies - SCA)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportaccountdependencysecurityfindingsreport","deprecated":false},{"title":"/api/v3.0/accounts/{accountUuid}/dependencies/reports/securityFindingsByLibrary","summary":"Export account dependency security findings by library report asynchronously (Dependencies - SCA)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportaccountdependencysecurityfindingsbylibraryreport","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/SBOM","summary":"Export application SBOM report asynchronously (Dependencies - SCA)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportsbomreport_1","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/attribution","summary":"Export application Attribution report asynchronously (Dependencies - SCA)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportproductattributionreport","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/dueDiligence","summary":"Export application due diligence report asynchronously (Dependencies - SCA)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportproductduediligencereport","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/findings","summary":"Export application Findings report asynchronously (Dependencies - SCA)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportproductfindingsreport","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/inventory","summary":"Export application Inventory report asynchronously (Dependencies - SCA)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportproductinventoryreport","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/dependencies/reports/risk","summary":"Export application Risk report asynchronously (Dependencies - SCA)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportproductriskreport","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/dependencies/reports/SBOM","summary":"Export project SBOM report asynchronously (Dependencies - SCA)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportsbomreport","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/dependencies/reports/attribution","summary":"Export project Attribution report asynchronously (Dependencies - SCA)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportprojectattributionreport","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/dependencies/reports/dueDiligence","summary":"Export project due diligence report asynchronously (Dependencies - SCA)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportprojectduediligencereport","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/dependencies/reports/findings","summary":"Export project Findings report asynchronously (Dependencies - SCA)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportprojectfindingsreport","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/dependencies/reports/inventory","summary":"Export project Inventory report asynchronously (Dependencies - SCA)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportprojectinventoryreport","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/dependencies/reports/risk","summary":"Export project Risk report asynchronously (Dependencies - SCA)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/reports/exportprojectriskreport","deprecated":false}]}]}]}]}},{"type":"group","label":"Scans","link":"/platform/3.0/scans","routeSlug":"/platform/3.0/scans","items":[{"label":"Get Project Scans","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/scans/getscansummaries","routeSlug":"/platform/3.0/scans/getscansummaries","metadata":{"seo":{"title":"Get Project Scans","description":"Returns the project related scans"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getScanSummaries","name":"Get Project Scans","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1scans/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Project Scans","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the project related scans"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1scans/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1scans/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_80"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans","href":"scans/getscansummaries","openApiOperationId":"getScanSummaries","summary":"Get Project Scans"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListScanSummaryDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3ListScanSummaryDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1scans/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListScanSummaryDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListScanSummaryDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/scans/getscansummaries"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans"},{"label":"Get Scan","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/scans/getscan","routeSlug":"/platform/3.0/scans/getscan","metadata":{"seo":{"title":"Get Scan","description":"Get Scan"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getScan","name":"Get Scan","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1scans~1{scanUuid}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Scan","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true},{"name":"scanUuid","in":"path","schemaId":"schema_79","description":"Scan UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1scans~1{scanUuid}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans/{scanUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"scanUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans/{scanUuid}","href":"scans/getscan","openApiOperationId":"getScan","summary":"Get Scan"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ScanDTOV3"}},"schemaId":"components/schemas/DWRResponseV3ScanDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1scans~1{scanUuid}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ScanDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ScanDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/scans/getscan"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans/{scanUuid}"},{"label":"Get Scan Summary","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/scans/getsummary","routeSlug":"/platform/3.0/scans/getsummary","metadata":{"seo":{"title":"Get Scan Summary","description":"Get Scan Summary"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getSummary","name":"Get Scan Summary","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1scans~1{scanUuid}~1summary/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Scan Summary","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true},{"name":"scanUuid","in":"path","schemaId":"schema_79","description":"Scan UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1scans~1{scanUuid}~1summary/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans/{scanUuid}/summary","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"scanUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans/{scanUuid}/summary","href":"scans/getsummary","openApiOperationId":"getSummary","summary":"Get Scan Summary"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ScanSummaryDTOV3"}},"schemaId":"components/schemas/DWRResponseV3ScanSummaryDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1scans~1{scanUuid}~1summary/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ScanSummaryDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ScanSummaryDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/scans/getsummary"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans/{scanUuid}/summary"},{"label":"Get Scan Tags","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/scans/gettags","routeSlug":"/platform/3.0/scans/gettags","metadata":{"seo":{"title":"Get Scan Tags","description":"Get Scan Tags"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getTags","name":"Get Scan Tags","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1scans~1{scanUuid}~1tags/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Scan Tags","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true},{"name":"scanUuid","in":"path","schemaId":"schema_79","description":"Scan UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1scans~1{scanUuid}~1tags/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans/{scanUuid}/tags","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"scanUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans/{scanUuid}/tags","href":"scans/gettags","openApiOperationId":"getTags","summary":"Get Scan Tags"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListScanTagDTO"}},"schemaId":"components/schemas/DWRResponsePageableV3ListScanTagDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1scans~1{scanUuid}~1tags/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListScanTagDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListScanTagDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/scans/gettags"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans/{scanUuid}/tags"},{"label":"Get Scans Comparison","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/scans/comparescans","routeSlug":"/platform/3.0/scans/comparescans","metadata":{"seo":{"title":"Get Scans Comparison","description":"Compares two scans within an organization and returns a structured diff of findings, including per-finding diff type (ADDED, REMOVED, MODIFIED, UNCHANGED), aggregate stats, and field-level change details for modified findings."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"compareScans","name":"Get Scans Comparison","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1scans~1compare/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Scans Comparison","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Compares two scans within an organization and returns a structured diff of findings, including per-finding diff type (ADDED, REMOVED, MODIFIED, UNCHANGED), aggregate stats, and field-level change details for modified findings."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1scans~1compare/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"sourceScanUuid","in":"query","schemaId":"schema_79","description":"UUID of the source (baseline) scan","required":true},{"name":"targetScanUuid","in":"query","schemaId":"schema_79","description":"UUID of the target (comparison) scan; defaults to the project's latest scan when omitted"},{"name":"type","in":"query","schemaId":"schema_81","description":"Finding category to compare","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1scans~1compare/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/scans/compare","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"sourceScanUuid","in":"query","required":true,"schemaId":"schema_79"},{"name":"targetScanUuid","in":"query","required":false,"schemaId":"schema_79"},{"name":"type","in":"query","required":true,"schemaId":"schema_81"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/scans/compare","href":"scans/comparescans","openApiOperationId":"compareScans","summary":"Get Scans Comparison"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ScanDiffResponseDTOV3"}},"schemaId":"components/schemas/DWRResponseV3ScanDiffResponseDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1scans~1compare/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ScanDiffResponseDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ScanDiffResponseDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/scans/comparescans"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/scans/compare"},{"label":"Get SBOM import logs","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/scans/getscanlogscsv","routeSlug":"/platform/3.0/scans/getscanlogscsv","metadata":{"seo":{"title":"Get SBOM import logs","description":"Returns processing and validation logs generated during SBOM import for a specific scan."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getScanLogsCsv","name":"Get SBOM import logs","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1scans~1{scanUuid}~1dependencies~1SBOM~1logs/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get SBOM import logs","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns processing and validation logs generated during SBOM import for a specific scan."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true},{"name":"scanUuid","in":"path","schemaId":"schema_79","description":"Scan UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1scans~1{scanUuid}~1dependencies~1SBOM~1logs/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/scans/{scanUuid}/dependencies/SBOM/logs","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"scanUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/scans/{scanUuid}/dependencies/SBOM/logs","href":"scans/getscanlogscsv","openApiOperationId":"getScanLogsCsv","summary":"Get SBOM import logs"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/StreamingResponseBody"}},"schemaId":"components/schemas/StreamingResponseBody"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1scans~1{scanUuid}~1dependencies~1SBOM~1logs/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/StreamingResponseBody","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/StreamingResponseBody"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/scans/getscanlogscsv"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/scans/{scanUuid}/dependencies/SBOM/logs"}],"content":{"contentType":"group","meta":{"name":"Scans"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Scans","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans","summary":"Get Project Scans","prefix":{"name":"get","color":"get"},"badges":[],"link":"/scans/getscansummaries","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans/{scanUuid}","summary":"Get Scan","prefix":{"name":"get","color":"get"},"badges":[],"link":"/scans/getscan","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans/{scanUuid}/summary","summary":"Get Scan Summary","prefix":{"name":"get","color":"get"},"badges":[],"link":"/scans/getsummary","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans/{scanUuid}/tags","summary":"Get Scan Tags","prefix":{"name":"get","color":"get"},"badges":[],"link":"/scans/gettags","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/scans/compare","summary":"Get Scans Comparison","prefix":{"name":"get","color":"get"},"badges":[],"link":"/scans/comparescans","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/scans/{scanUuid}/dependencies/SBOM/logs","summary":"Get SBOM import logs","prefix":{"name":"get","color":"get"},"badges":[],"link":"/scans/getscanlogscsv","deprecated":false}]}]}]}]}},{"type":"group","label":"Projects","link":"/platform/3.0/projects","routeSlug":"/platform/3.0/projects","items":[{"label":"Create Project in Application","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/projects/createprojectinapplication","routeSlug":"/platform/3.0/projects/createprojectinapplication","metadata":{"seo":{"title":"Create Project in Application","description":"Creates a new Project within the given Application. If the Project already exists it returns the existing Project."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"createProjectInApplication","name":"Create Project in Application","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1projects/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create Project in Application","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Creates a new Project within the given Application. If the Project already exists it returns the existing Project."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1projects/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateProjectInApplicationRequestDTOV3"}},"schemaId":"components/schemas/CreateProjectInApplicationRequestDTOV3","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1projects/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/projects","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateProjectInApplicationRequestDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/projects","href":"projects/createprojectinapplication","openApiOperationId":"createProjectInApplication","summary":"Create Project in Application"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateProjectInApplicationRequestDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateProjectInApplicationRequestDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ProjectDTOV3"}},"schemaId":"components/schemas/DWRResponseV3ProjectDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1projects/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ProjectDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ProjectDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/projects/createprojectinapplication"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/projects"},{"label":"Get Organization Projects","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/projects/getorganizationprojects","routeSlug":"/platform/3.0/projects/getorganizationprojects","metadata":{"seo":{"title":"Get Organization Projects","description":"Returns a list of all projects accessible to the current user"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getOrganizationProjects","name":"Get Organization Projects","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Organization Projects","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of all projects accessible to the current user"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."},{"name":"populateApplications","in":"query","schemaId":"schema_82","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Add populateApplications=false to receive a slimmer response containing only the project UUID and name."},"children":[]}]}]}]},{"name":"excludeInactiveProjects","in":"query","schemaId":"schema_82","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Add excludeInactiveProjects=false to retrieve all projects, including inactive ones."},"children":[]}]}]}]}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/projects","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_80"},{"name":"populateApplications","in":"query","schemaId":"schema_82"},{"name":"excludeInactiveProjects","in":"query","schemaId":"schema_82"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/projects","href":"projects/getorganizationprojects","openApiOperationId":"getOrganizationProjects","summary":"Get Organization Projects"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3CollectionProjectDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3CollectionProjectDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3CollectionProjectDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3CollectionProjectDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/projects/getorganizationprojects"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/projects"},{"label":"Create Project","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/projects/createproject","routeSlug":"/platform/3.0/projects/createproject","metadata":{"seo":{"title":"Create Project","description":"Creates a new Project. If applicationName is provided and the Application does not exist, it will be created. If the Project already exists it returns the existing Project."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"createProject","name":"Create Project","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create Project","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Creates a new Project. If applicationName is provided and the Application does not exist, it will be created. If the Project already exists it returns the existing Project."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateProjectInOrgRequestDTOV3"}},"schemaId":"components/schemas/CreateProjectInOrgRequestDTOV3","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/projects","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateProjectInOrgRequestDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/projects","href":"projects/createproject","openApiOperationId":"createProject","summary":"Create Project"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateProjectInOrgRequestDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateProjectInOrgRequestDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3CreateProjectResponseDTOV3"}},"schemaId":"components/schemas/DWRResponseV3CreateProjectResponseDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3CreateProjectResponseDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3CreateProjectResponseDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/projects/createproject"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/projects"},{"label":"Get Project Statistics","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/projects/getprojectsummaries","routeSlug":"/platform/3.0/projects/getprojectsummaries","metadata":{"seo":{"title":"Get Project Statistics","description":"Returns the requested statistics for the given projects that match at least one of the given identifiers."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getProjectSummaries","name":"Get Project Statistics","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1summaries/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Project Statistics","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the requested statistics for the given projects that match at least one of the given identifiers."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1summaries/post/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1summaries/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/MultiContextRequestDTOV3"}},"schemaId":"components/schemas/MultiContextRequestDTOV3","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1summaries/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/projects/summaries","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_80"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/MultiContextRequestDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/projects/summaries","href":"projects/getprojectsummaries","openApiOperationId":"getProjectSummaries","summary":"Get Project Statistics"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/MultiContextRequestDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/MultiContextRequestDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListProjectSummaryDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3ListProjectSummaryDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1summaries/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListProjectSummaryDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListProjectSummaryDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/projects/getprojectsummaries"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/projects/summaries"},{"label":"Get Project totals grouped by date","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/projects/getprojectsummariestotalsbydate","routeSlug":"/platform/3.0/projects/getprojectsummariestotalsbydate","metadata":{"seo":{"title":"Get Project totals grouped by date","description":"Returns the requested statistics for the given projects that match at least one of the given identifiers."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getProjectSummariesTotalsByDate","name":"Get Project totals grouped by date","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1summaries~1total~1date/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Project totals grouped by date","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the requested statistics for the given projects that match at least one of the given identifiers."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1summaries~1total~1date/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"fromDate","in":"query","schemaId":"schema_79","description":"Enter the start date for the search. The date format is yyyy-MM-dd","required":true},{"name":"toDate","in":"query","schemaId":"schema_79","description":"Enter the end date for the search. The date format is yyyy-MM-dd","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1summaries~1total~1date/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/projects/summaries/total/date","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"fromDate","in":"query","required":true,"schemaId":"schema_79"},{"name":"toDate","in":"query","required":true,"schemaId":"schema_79"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/projects/summaries/total/date","href":"projects/getprojectsummariestotalsbydate","openApiOperationId":"getProjectSummariesTotalsByDate","summary":"Get Project totals grouped by date"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ListProjectTotalsGroupedByDateDTO"}},"schemaId":"components/schemas/DWRResponseV3ListProjectTotalsGroupedByDateDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1summaries~1total~1date/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ListProjectTotalsGroupedByDateDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ListProjectTotalsGroupedByDateDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/projects/getprojectsummariestotalsbydate"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/projects/summaries/total/date"},{"label":"Get Project totals","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/projects/getprojecttotals","routeSlug":"/platform/3.0/projects/getprojecttotals","metadata":{"seo":{"title":"Get Project totals","description":"Returns the requested statistics for the given projects that match at least one of the given identifiers."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getProjectTotals","name":"Get Project totals","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1summaries~1totals/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Project totals","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the requested statistics for the given projects that match at least one of the given identifiers."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1summaries~1totals/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"fromDate","in":"query","schemaId":"schema_79","description":"Enter the start date for the search. The date format is yyyy-MM-dd","required":true},{"name":"toDate","in":"query","schemaId":"schema_79","description":"Enter the end date for the search. The date format is yyyy-MM-dd","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1summaries~1totals/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/projects/summaries/totals","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"fromDate","in":"query","required":true,"schemaId":"schema_79"},{"name":"toDate","in":"query","required":true,"schemaId":"schema_79"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/projects/summaries/totals","href":"projects/getprojecttotals","openApiOperationId":"getProjectTotals","summary":"Get Project totals"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3PeriodTotalsDTO"}},"schemaId":"components/schemas/DWRResponseV3PeriodTotalsDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1summaries~1totals/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3PeriodTotalsDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3PeriodTotalsDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/projects/getprojecttotals"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/projects/summaries/totals"},{"label":"Get Project Labels","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/projects/getprojectlabels","routeSlug":"/platform/3.0/projects/getprojectlabels","metadata":{"seo":{"title":"Get Project Labels","description":"Get project labels. A label can be a string or namespace:value pair that provide additional metadata to assist with project management."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getProjectLabels","name":"Get Project Labels","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1labels/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Project Labels","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get project labels. A label can be a string or namespace:value pair that provide additional metadata to assist with project management."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1labels/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/labels","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/labels","href":"projects/getprojectlabels","openApiOperationId":"getProjectLabels","summary":"Get Project Labels"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ListEntityLabelDTO"}},"schemaId":"components/schemas/DWRResponseV3ListEntityLabelDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1labels/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ListEntityLabelDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ListEntityLabelDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/projects/getprojectlabels"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/labels"},{"label":"Add Project Label","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/projects/addprojectlabel","routeSlug":"/platform/3.0/projects/addprojectlabel","metadata":{"seo":{"title":"Add Project Label","description":"Adds a new label to a project. A label can be a string or namespace:value pair that provide additional metadata to assist with project management."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"addProjectLabel","name":"Add Project Label","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1labels/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Add Project Label","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Adds a new label to a project. A label can be a string or namespace:value pair that provide additional metadata to assist with project management."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1labels/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LabelRequestDTOV3"}},"schemaId":"components/schemas/LabelRequestDTOV3","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1labels/put/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/labels","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/LabelRequestDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/labels","href":"projects/addprojectlabel","openApiOperationId":"addProjectLabel","summary":"Add Project Label"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/LabelRequestDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LabelRequestDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}},"schemaId":"components/schemas/DWRResponseV3MessageDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1labels/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3MessageDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/projects/addprojectlabel"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/labels"},{"label":"Remove Project Label","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/projects/removeprojectlabel","routeSlug":"/platform/3.0/projects/removeprojectlabel","metadata":{"seo":{"title":"Remove Project Label","description":"Removes a label from a project"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"removeProjectLabel","name":"Remove Project Label","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1labels~1{labelUuid}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Remove Project Label","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Removes a label from a project"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true},{"name":"labelUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label UUID (Administration > Labels)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1labels~1{labelUuid}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/labels/{labelUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"labelUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/labels/{labelUuid}","href":"projects/removeprojectlabel","openApiOperationId":"removeProjectLabel","summary":"Remove Project Label"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}},"schemaId":"components/schemas/DWRResponseV3MessageDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1labels~1{labelUuid}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3MessageDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/projects/removeprojectlabel"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/labels/{labelUuid}"},{"label":"Get Project Violating Findings","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/projects/getprojectviolations","routeSlug":"/platform/3.0/projects/getprojectviolations","metadata":{"seo":{"title":"Get Project Violating Findings","description":"Returns the violations relates to project"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getProjectViolations","name":"Get Project Violating Findings","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1violations/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Project Violating Findings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the violations relates to project"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1violations/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1violations/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/violations","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_80"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/violations","href":"projects/getprojectviolations","openApiOperationId":"getProjectViolations","summary":"Get Project Violating Findings"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListProjectViolationDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3ListProjectViolationDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1violations/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListProjectViolationDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListProjectViolationDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/projects/getprojectviolations"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/violations"},{"label":"Update Multiple Violation SLA","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/projects/updatemultipleprojectviolationsla","routeSlug":"/platform/3.0/projects/updatemultipleprojectviolationsla","metadata":{"seo":{"title":"Update Multiple Violation SLA","description":"Updates the SLA of Multiple Project Violating Findings"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"updateMultipleProjectViolationSla","name":"Update Multiple Violation SLA","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1violations~1sla/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update Multiple Violation SLA","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Updates the SLA of Multiple Project Violating Findings"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1violations~1sla/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateMultipleProjectViolationSlaRequestDTOV3"}},"schemaId":"components/schemas/UpdateMultipleProjectViolationSlaRequestDTOV3","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1violations~1sla/put/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/violations/sla","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/UpdateMultipleProjectViolationSlaRequestDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/violations/sla","href":"projects/updatemultipleprojectviolationsla","openApiOperationId":"updateMultipleProjectViolationSla","summary":"Update Multiple Violation SLA"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/UpdateMultipleProjectViolationSlaRequestDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateMultipleProjectViolationSlaRequestDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3Boolean"}},"schemaId":"components/schemas/DWRResponseV3Boolean"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1violations~1sla/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3Boolean","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3Boolean"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/projects/updatemultipleprojectviolationsla"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/violations/sla"},{"label":"Import a container SBOM into a project (Cloud Native)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/projects/importcontainersbom","routeSlug":"/platform/3.0/projects/importcontainersbom","metadata":{"seo":{"title":"Import a container SBOM into a project (Cloud Native)","description":"Upload a pre-generated container SBOM (CycloneDX JSON or SPDX JSON/tag-value) to import into an existing project. The scan is queued for asynchronous processing by the cloud-native engine."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"importContainerSbom","name":"Import a container SBOM into a project (Cloud Native)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1container~1importSbom/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Import a container SBOM into a project (Cloud Native)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Upload a pre-generated container SBOM (CycloneDX JSON or SPDX JSON/tag-value) to import into an existing project. The scan is queued for asynchronous processing by the cloud-native engine."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1container~1importSbom/post/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"imageName","in":"query","schemaId":"schema_79","description":"Optional image name recorded on the scan (e.g. alpine:3.19)."}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1container~1importSbom/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_83"}},"schemaId":"schema_83","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1container~1importSbom/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/container/importSbom","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"imageName","in":"query","required":false,"schemaId":"schema_79"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_83"}},"responseCodes":["200","400","403","404"],"pointer":"/api/v3.0/projects/{projectUuid}/container/importSbom","href":"projects/importcontainersbom","openApiOperationId":"importContainerSbom","summary":"Import a container SBOM into a project (Cloud Native)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"schema_83","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_83"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Container SBOM import successfully queued","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SbomScanResponseDTO"}},"schemaId":"components/schemas/SbomScanResponseDTO"},{"code":"400","description":"Invalid SBOM file format or malformed request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Insufficient permissions to update this project","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"404","description":"Project not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3SbomScanResponseDTO"}},"schemaId":"components/schemas/DWRResponseV3SbomScanResponseDTO"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1container~1importSbom/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SbomScanResponseDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SbomScanResponseDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"404","schemaId":"components/schemas/DWRResponseV3SbomScanResponseDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3SbomScanResponseDTO"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/projects/importcontainersbom"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/container/importSbom"},{"label":"Get project vulnerabilities traces (Dependencies - SCA)","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/projects/getprojectvulnerabilitiestraces","routeSlug":"/platform/3.0/projects/getprojectvulnerabilitiestraces","metadata":{"seo":{"title":"Get project vulnerabilities traces (Dependencies - SCA)","description":"Returns the traces of a given project. Note that this feature requires that Mend Prioritize be enabled in your Mend account."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getProjectVulnerabilitiesTraces","name":"Get project vulnerabilities traces (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1effective/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get project vulnerabilities traces (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the traces of a given project. Note that this feature requires that Mend Prioritize be enabled in your Mend account."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1effective/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."},{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1effective/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/dependencies/effective","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"limit","in":"query","schemaId":"schema_80"},{"name":"cursor","in":"query","schemaId":"schema_79"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/dependencies/effective","href":"projects/getprojectvulnerabilitiestraces","openApiOperationId":"getProjectVulnerabilitiesTraces","summary":"Get project vulnerabilities traces (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListProjectTraceDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3ListProjectTraceDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1effective/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListProjectTraceDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListProjectTraceDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/projects/getprojectvulnerabilitiestraces"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/dependencies/effective"},{"label":"Update Project with SBOM (Dependencies - SCA)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/projects/updateprojectwithsbom","routeSlug":"/platform/3.0/projects/updateprojectwithsbom","metadata":{"seo":{"title":"Update Project with SBOM (Dependencies - SCA)","description":"Upload a single SBOM file to update an existing project. The SBOM scan is queued for asynchronous processing. Supported formats: SPDX (JSON/XML), CycloneDX (JSON/XML)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"updateProjectWithSbom","name":"Update Project with SBOM (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1importSbom/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update Project with SBOM (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Upload a single SBOM file to update an existing project. The SBOM scan is queued for asynchronous processing. Supported formats: SPDX (JSON/XML), CycloneDX (JSON/XML)."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1importSbom/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_84"}},"schemaId":"schema_84","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1importSbom/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/dependencies/importSbom","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_84"}},"responseCodes":["200","400","403","404"],"pointer":"/api/v3.0/projects/{projectUuid}/dependencies/importSbom","href":"projects/updateprojectwithsbom","openApiOperationId":"updateProjectWithSbom","summary":"Update Project with SBOM (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"schema_84","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_84"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"SBOM scan successfully queued for project update","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SbomScanResponseDTO"}},"schemaId":"components/schemas/SbomScanResponseDTO"},{"code":"400","description":"Invalid SBOM file format or malformed request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Insufficient permissions to update this project","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"404","description":"Project not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3SbomScanResponseDTO"}},"schemaId":"components/schemas/DWRResponseV3SbomScanResponseDTO"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1importSbom/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SbomScanResponseDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SbomScanResponseDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"404","schemaId":"components/schemas/DWRResponseV3SbomScanResponseDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3SbomScanResponseDTO"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/projects/updateprojectwithsbom"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/dependencies/importSbom"},{"label":"Update project with container SBOM","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/projects/updateprojectwithcontainersbom","routeSlug":"/platform/3.0/projects/updateprojectwithcontainersbom","metadata":{"seo":{"title":"Update project with container SBOM","description":"Upload a single container SBOM file to update an existing project. The SBOM scan is dispatched for asynchronous processing. Supported formats: SPDX (JSON/XML), CycloneDX (JSON/XML)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"updateProjectWithContainerSbom","name":"Update project with container SBOM","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1container~1importSbom/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update project with container SBOM","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Upload a single container SBOM file to update an existing project. The SBOM scan is dispatched for asynchronous processing. Supported formats: SPDX (JSON/XML), CycloneDX (JSON/XML)."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectuuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1container~1importSbom/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_85"}},"schemaId":"schema_85","pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1container~1importSbom/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectuuid}/container/importSbom","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectuuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_85"}},"responseCodes":["200","400","403","404"],"pointer":"/api/v3.0/projects/{projectuuid}/container/importSbom","href":"projects/updateprojectwithcontainersbom","openApiOperationId":"updateProjectWithContainerSbom","summary":"Update project with container SBOM"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"schema_85","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_85"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"SBOM scan successfully dispatched for project update","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/model.SbomScanResponseDTO"}},"schemaId":"components/schemas/model.SbomScanResponseDTO"},{"code":"400","description":"Invalid SBOM file format or malformed request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/common.DWRResponseBase"}},"schemaId":"components/schemas/common.DWRResponseBase"},{"code":"403","description":"Insufficient permissions to update this project","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/common.DWRResponseBase"}},"schemaId":"components/schemas/common.DWRResponseBase"},{"code":"404","description":"Project not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/model.DWRResponseV3SbomScanResponseDTO"}},"schemaId":"components/schemas/model.DWRResponseV3SbomScanResponseDTO"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1container~1importSbom/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/model.SbomScanResponseDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/model.SbomScanResponseDTO"}}},{"code":"400","schemaId":"components/schemas/common.DWRResponseBase","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/common.DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/common.DWRResponseBase","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/common.DWRResponseBase"}}},{"code":"404","schemaId":"components/schemas/model.DWRResponseV3SbomScanResponseDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/model.DWRResponseV3SbomScanResponseDTO"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/projects/updateprojectwithcontainersbom"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectuuid}/container/importSbom"}],"content":{"contentType":"group","meta":{"name":"Projects"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Projects","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/projects","summary":"Create Project in Application","prefix":{"name":"post","color":"post"},"badges":[],"link":"/projects/createprojectinapplication","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/projects","summary":"Get Organization Projects","prefix":{"name":"get","color":"get"},"badges":[],"link":"/projects/getorganizationprojects","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/projects","summary":"Create Project","prefix":{"name":"post","color":"post"},"badges":[],"link":"/projects/createproject","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/projects/summaries","summary":"Get Project Statistics","prefix":{"name":"post","color":"post"},"badges":[],"link":"/projects/getprojectsummaries","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/projects/summaries/total/date","summary":"Get Project totals grouped by date","prefix":{"name":"get","color":"get"},"badges":[],"link":"/projects/getprojectsummariestotalsbydate","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/projects/summaries/totals","summary":"Get Project totals","prefix":{"name":"get","color":"get"},"badges":[],"link":"/projects/getprojecttotals","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/labels","summary":"Get Project Labels","prefix":{"name":"get","color":"get"},"badges":[],"link":"/projects/getprojectlabels","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/labels","summary":"Add Project Label","prefix":{"name":"put","color":"put"},"badges":[],"link":"/projects/addprojectlabel","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/labels/{labelUuid}","summary":"Remove Project Label","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/projects/removeprojectlabel","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/violations","summary":"Get Project Violating Findings","prefix":{"name":"get","color":"get"},"badges":[],"link":"/projects/getprojectviolations","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/violations/sla","summary":"Update Multiple Violation SLA","prefix":{"name":"put","color":"put"},"badges":[],"link":"/projects/updatemultipleprojectviolationsla","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/container/importSbom","summary":"Import a container SBOM into a project (Cloud Native)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/projects/importcontainersbom","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/dependencies/effective","summary":"Get project vulnerabilities traces (Dependencies - SCA)","prefix":{"name":"get","color":"get"},"badges":[],"link":"/projects/getprojectvulnerabilitiestraces","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/dependencies/importSbom","summary":"Update Project with SBOM (Dependencies - SCA)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/projects/updateprojectwithsbom","deprecated":false},{"title":"/api/v3.0/projects/{projectuuid}/container/importSbom","summary":"Update project with container SBOM","prefix":{"name":"post","color":"post"},"badges":[],"link":"/projects/updateprojectwithcontainersbom","deprecated":false}]}]}]}]}},{"type":"group","label":"Applications","link":"/platform/3.0/applications","routeSlug":"/platform/3.0/applications","items":[{"label":"Import a container SBOM and create a new project (Cloud Native)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/applications/createprojectwithcontainersbom","routeSlug":"/platform/3.0/applications/createprojectwithcontainersbom","metadata":{"seo":{"title":"Import a container SBOM and create a new project (Cloud Native)","description":"Creates a new project under the application (or returns the existing one) and imports the uploaded container SBOM (CycloneDX JSON or SPDX JSON/tag-value). The scan is queued for asynchronous processing by the cloud-native engine."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"createProjectWithContainerSbom","name":"Import a container SBOM and create a new project (Cloud Native)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1container~1projects~1importSbom/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Import a container SBOM and create a new project (Cloud Native)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Creates a new project under the application (or returns the existing one) and imports the uploaded container SBOM (CycloneDX JSON or SPDX JSON/tag-value). The scan is queued for asynchronous processing by the cloud-native engine."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1container~1projects~1importSbom/post/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"imageName","in":"query","schemaId":"schema_79","description":"Optional image name recorded on the scan (e.g. alpine:3.19)."}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1container~1projects~1importSbom/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_86"}},"schemaId":"schema_86","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1container~1projects~1importSbom/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/container/projects/importSbom","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"imageName","in":"query","required":false,"schemaId":"schema_79"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_86"}},"responseCodes":["201","400","403","404"],"pointer":"/api/v3.0/applications/{applicationUuid}/container/projects/importSbom","href":"applications/createprojectwithcontainersbom","openApiOperationId":"createProjectWithContainerSbom","summary":"Import a container SBOM and create a new project (Cloud Native)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"schema_86","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_86"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"201","description":"Container SBOM import successfully queued and project created","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SbomScanResponseDTO"}},"schemaId":"components/schemas/SbomScanResponseDTO"},{"code":"400","description":"Invalid SBOM file format or malformed request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Insufficient permissions to create a project in this application","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"404","description":"Application not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3SbomScanResponseDTO"}},"schemaId":"components/schemas/DWRResponseV3SbomScanResponseDTO"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1container~1projects~1importSbom/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"201","schemaId":"components/schemas/SbomScanResponseDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SbomScanResponseDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"404","schemaId":"components/schemas/DWRResponseV3SbomScanResponseDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3SbomScanResponseDTO"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/applications/createprojectwithcontainersbom"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/container/projects/importSbom"},{"label":"Get Organization Applications","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/applications/getorganizationapplications","routeSlug":"/platform/3.0/applications/getorganizationapplications","metadata":{"seo":{"title":"Get Organization Applications","description":"Returns a list of all applications accessible to the current user"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getOrganizationApplications","name":"Get Organization Applications","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Organization Applications","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of all applications accessible to the current user"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/applications","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_80"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/applications","href":"applications/getorganizationapplications","openApiOperationId":"getOrganizationApplications","summary":"Get Organization Applications"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3CollectionApplicationDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3CollectionApplicationDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3CollectionApplicationDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3CollectionApplicationDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/applications/getorganizationapplications"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/applications"},{"label":"Create Application","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/applications/createapplication","routeSlug":"/platform/3.0/applications/createapplication","metadata":{"seo":{"title":"Create Application","description":"Creates a new Application. If the Application already exists it returns the existing Application."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"createApplication","name":"Create Application","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create Application","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Creates a new Application. If the Application already exists it returns the existing Application."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateApplicationRequestDTOV3"}},"schemaId":"components/schemas/CreateApplicationRequestDTOV3","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/applications","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateApplicationRequestDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/applications","href":"applications/createapplication","openApiOperationId":"createApplication","summary":"Create Application"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/CreateApplicationRequestDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateApplicationRequestDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ApplicationDTOV3"}},"schemaId":"components/schemas/DWRResponseV3ApplicationDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ApplicationDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ApplicationDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/applications/createapplication"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/applications"},{"label":"Get Application Statistics","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/applications/getapplicationsummaries","routeSlug":"/platform/3.0/applications/getapplicationsummaries","metadata":{"seo":{"title":"Get Application Statistics","description":"Returns the requested statistics for the given applications"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getApplicationSummaries","name":"Get Application Statistics","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1summaries/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Application Statistics","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the requested statistics for the given applications"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1summaries/post/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1summaries/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/MultiContextRequestDTOV3"}},"schemaId":"components/schemas/MultiContextRequestDTOV3","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1summaries/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/applications/summaries","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_80"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/MultiContextRequestDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/applications/summaries","href":"applications/getapplicationsummaries","openApiOperationId":"getApplicationSummaries","summary":"Get Application Statistics"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/MultiContextRequestDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/MultiContextRequestDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListApplicationSummaryDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3ListApplicationSummaryDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1summaries/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListApplicationSummaryDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListApplicationSummaryDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/applications/getapplicationsummaries"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/applications/summaries"},{"label":"Get Application totals","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/applications/getapplicationstotals","routeSlug":"/platform/3.0/applications/getapplicationstotals","metadata":{"seo":{"title":"Get Application totals","description":"Returns the requested statistics for the given applications"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getApplicationsTotals","name":"Get Application totals","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1summaries~1totals/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Application totals","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the requested statistics for the given applications"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1summaries~1totals/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"fromDate","in":"query","schemaId":"schema_79","description":"Enter the start date for the search. The date format is yyyy-MM-dd","required":true},{"name":"toDate","in":"query","schemaId":"schema_79","description":"Enter the end date for the search. The date format is yyyy-MM-dd","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1summaries~1totals/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/applications/summaries/totals","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"fromDate","in":"query","required":true,"schemaId":"schema_79"},{"name":"toDate","in":"query","required":true,"schemaId":"schema_79"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/applications/summaries/totals","href":"applications/getapplicationstotals","openApiOperationId":"getApplicationsTotals","summary":"Get Application totals"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3PeriodTotalsDTO"}},"schemaId":"components/schemas/DWRResponseV3PeriodTotalsDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1summaries~1totals/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3PeriodTotalsDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3PeriodTotalsDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/applications/getapplicationstotals"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/applications/summaries/totals"},{"label":"Get Application Labels","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/applications/getproductlabels","routeSlug":"/platform/3.0/applications/getproductlabels","metadata":{"seo":{"title":"Get Application Labels","description":"Get application labels. A label can be a string or namespace:value pair that provide additional metadata to assist with project management."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getProductLabels","name":"Get Application Labels","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1labels/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Application Labels","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get application labels. A label can be a string or namespace:value pair that provide additional metadata to assist with project management."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1labels/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/labels","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/labels","href":"applications/getproductlabels","openApiOperationId":"getProductLabels","summary":"Get Application Labels"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ListEntityLabelDTO"}},"schemaId":"components/schemas/DWRResponseV3ListEntityLabelDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1labels/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ListEntityLabelDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ListEntityLabelDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/applications/getproductlabels"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/labels"},{"label":"Add Application Label","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/applications/addapplicationlabel","routeSlug":"/platform/3.0/applications/addapplicationlabel","metadata":{"seo":{"title":"Add Application Label","description":"Adds a new label to a application. A label can be a string or namespace:value pair that provide additional metadata to assist with project management."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"addApplicationLabel","name":"Add Application Label","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1labels/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Add Application Label","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Adds a new label to a application. A label can be a string or namespace:value pair that provide additional metadata to assist with project management."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1labels/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LabelRequestDTOV3"}},"schemaId":"components/schemas/LabelRequestDTOV3","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1labels/put/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/labels","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/LabelRequestDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/labels","href":"applications/addapplicationlabel","openApiOperationId":"addApplicationLabel","summary":"Add Application Label"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/LabelRequestDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LabelRequestDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}},"schemaId":"components/schemas/DWRResponseV3MessageDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1labels/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3MessageDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/applications/addapplicationlabel"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/labels"},{"label":"Remove Application Label","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/applications/removeproductlabel","routeSlug":"/platform/3.0/applications/removeproductlabel","metadata":{"seo":{"title":"Remove Application Label","description":"Removes a label from a application"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"removeProductLabel","name":"Remove Application Label","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1labels~1{labelUuid}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Remove Application Label","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Removes a label from a application"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true},{"name":"labelUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label UUID (Administration > Labels)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1labels~1{labelUuid}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/labels/{labelUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"labelUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/labels/{labelUuid}","href":"applications/removeproductlabel","openApiOperationId":"removeProductLabel","summary":"Remove Application Label"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}},"schemaId":"components/schemas/DWRResponseV3MessageDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1labels~1{labelUuid}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3MessageDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/applications/removeproductlabel"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/labels/{labelUuid}"},{"label":"Get Application Scans","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/applications/getscansummaries_1","routeSlug":"/platform/3.0/applications/getscansummaries_1","metadata":{"seo":{"title":"Get Application Scans","description":"Returns the application related scans"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getScanSummaries_1","name":"Get Application Scans","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1scans/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Application Scans","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the application related scans"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1scans/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1scans/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/scans","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_80"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/scans","href":"applications/getscansummaries_1","openApiOperationId":"getScanSummaries_1","summary":"Get Application Scans"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListScanSummaryDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3ListScanSummaryDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1scans/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListScanSummaryDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListScanSummaryDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/applications/getscansummaries_1"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/scans"},{"label":"Update Multiple Violation SLA","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/applications/updatemultipleprojectviolationsla_1","routeSlug":"/platform/3.0/applications/updatemultipleprojectviolationsla_1","metadata":{"seo":{"title":"Update Multiple Violation SLA","description":"Updates the SLA of Multiple Application Violating Findings"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"updateMultipleProjectViolationSla_1","name":"Update Multiple Violation SLA","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1violations~1sla/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update Multiple Violation SLA","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Updates the SLA of Multiple Application Violating Findings"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1violations~1sla/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateMultipleProjectViolationSlaRequestDTOV3"}},"schemaId":"components/schemas/UpdateMultipleProjectViolationSlaRequestDTOV3","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1violations~1sla/put/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/violations/sla","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/UpdateMultipleProjectViolationSlaRequestDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/violations/sla","href":"applications/updatemultipleprojectviolationsla_1","openApiOperationId":"updateMultipleProjectViolationSla_1","summary":"Update Multiple Violation SLA"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/UpdateMultipleProjectViolationSlaRequestDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateMultipleProjectViolationSlaRequestDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3Boolean"}},"schemaId":"components/schemas/DWRResponseV3Boolean"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1violations~1sla/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3Boolean","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3Boolean"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/applications/updatemultipleprojectviolationsla_1"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/violations/sla"},{"label":"Import SBOM and create a new project (Dependencies - SCA)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/applications/createprojectwithsbomscan","routeSlug":"/platform/3.0/applications/createprojectwithsbomscan","metadata":{"seo":{"title":"Import SBOM and create a new project (Dependencies - SCA)","description":"Imports an SBOM and creates a new project as part of the process. The SBOM scan is queued for asynchronous processing. Supported formats: SPDX (JSON/XML), CycloneDX (JSON/XML)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"createProjectWithSbomScan","name":"Import SBOM and create a new project (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1projects~1importSbom/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Import SBOM and create a new project (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Imports an SBOM and creates a new project as part of the process. The SBOM scan is queued for asynchronous processing. Supported formats: SPDX (JSON/XML), CycloneDX (JSON/XML)."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1projects~1importSbom/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_87"}},"schemaId":"schema_87","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1projects~1importSbom/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/dependencies/projects/importSbom","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_87"}},"responseCodes":["201","400","403","404"],"pointer":"/api/v3.0/applications/{applicationUuid}/dependencies/projects/importSbom","href":"applications/createprojectwithsbomscan","openApiOperationId":"createProjectWithSbomScan","summary":"Import SBOM and create a new project (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"schema_87","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_87"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"201","description":"SBOM scan successfully created and queued","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SbomScanResponseDTO"}},"schemaId":"components/schemas/SbomScanResponseDTO"},{"code":"400","description":"Invalid SBOM file format or malformed request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Insufficient permissions to create project in this application","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"404","description":"Application not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3SbomScanResponseDTO"}},"schemaId":"components/schemas/DWRResponseV3SbomScanResponseDTO"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1projects~1importSbom/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"201","schemaId":"components/schemas/SbomScanResponseDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SbomScanResponseDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"404","schemaId":"components/schemas/DWRResponseV3SbomScanResponseDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3SbomScanResponseDTO"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/applications/createprojectwithsbomscan"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/dependencies/projects/importSbom"},{"label":"Import container SBOM and create a new project","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/applications/createprojectwithcontainersbomscan","routeSlug":"/platform/3.0/applications/createprojectwithcontainersbomscan","metadata":{"seo":{"title":"Import container SBOM and create a new project","description":"Imports a container SBOM and creates a new project as part of the process. The SBOM scan is dispatched for asynchronous processing. Supported formats: SPDX (JSON/XML), CycloneDX (JSON/XML)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"createProjectWithContainerSbomScan","name":"Import container SBOM and create a new project","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationuuid}~1container~1projects~1importSbom/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Import container SBOM and create a new project","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Imports a container SBOM and creates a new project as part of the process. The SBOM scan is dispatched for asynchronous processing. Supported formats: SPDX (JSON/XML), CycloneDX (JSON/XML)."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationuuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationuuid}~1container~1projects~1importSbom/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_88"}},"schemaId":"schema_88","pointer":"/paths/~1api~1v3.0~1applications~1{applicationuuid}~1container~1projects~1importSbom/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationuuid}/container/projects/importSbom","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationuuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_88"}},"responseCodes":["201","400","403","404"],"pointer":"/api/v3.0/applications/{applicationuuid}/container/projects/importSbom","href":"applications/createprojectwithcontainersbomscan","openApiOperationId":"createProjectWithContainerSbomScan","summary":"Import container SBOM and create a new project"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"schema_88","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_88"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"201","description":"SBOM scan successfully created and dispatched","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/model.SbomScanResponseDTO"}},"schemaId":"components/schemas/model.SbomScanResponseDTO"},{"code":"400","description":"Invalid SBOM file format or malformed request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/common.DWRResponseBase"}},"schemaId":"components/schemas/common.DWRResponseBase"},{"code":"403","description":"Insufficient permissions to create project in this application","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/common.DWRResponseBase"}},"schemaId":"components/schemas/common.DWRResponseBase"},{"code":"404","description":"Application not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/model.DWRResponseV3SbomScanResponseDTO"}},"schemaId":"components/schemas/model.DWRResponseV3SbomScanResponseDTO"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationuuid}~1container~1projects~1importSbom/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"201","schemaId":"components/schemas/model.SbomScanResponseDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/model.SbomScanResponseDTO"}}},{"code":"400","schemaId":"components/schemas/common.DWRResponseBase","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/common.DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/common.DWRResponseBase","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/common.DWRResponseBase"}}},{"code":"404","schemaId":"components/schemas/model.DWRResponseV3SbomScanResponseDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/model.DWRResponseV3SbomScanResponseDTO"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/applications/createprojectwithcontainersbomscan"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationuuid}/container/projects/importSbom"}],"content":{"contentType":"group","meta":{"name":"Applications"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Applications","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/api/v3.0/applications/{applicationUuid}/container/projects/importSbom","summary":"Import a container SBOM and create a new project (Cloud Native)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/applications/createprojectwithcontainersbom","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/applications","summary":"Get Organization Applications","prefix":{"name":"get","color":"get"},"badges":[],"link":"/applications/getorganizationapplications","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/applications","summary":"Create Application","prefix":{"name":"post","color":"post"},"badges":[],"link":"/applications/createapplication","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/applications/summaries","summary":"Get Application Statistics","prefix":{"name":"post","color":"post"},"badges":[],"link":"/applications/getapplicationsummaries","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/applications/summaries/totals","summary":"Get Application totals","prefix":{"name":"get","color":"get"},"badges":[],"link":"/applications/getapplicationstotals","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/labels","summary":"Get Application Labels","prefix":{"name":"get","color":"get"},"badges":[],"link":"/applications/getproductlabels","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/labels","summary":"Add Application Label","prefix":{"name":"put","color":"put"},"badges":[],"link":"/applications/addapplicationlabel","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/labels/{labelUuid}","summary":"Remove Application Label","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/applications/removeproductlabel","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/scans","summary":"Get Application Scans","prefix":{"name":"get","color":"get"},"badges":[],"link":"/applications/getscansummaries_1","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/violations/sla","summary":"Update Multiple Violation SLA","prefix":{"name":"put","color":"put"},"badges":[],"link":"/applications/updatemultipleprojectviolationsla_1","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/dependencies/projects/importSbom","summary":"Import SBOM and create a new project (Dependencies - SCA)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/applications/createprojectwithsbomscan","deprecated":false},{"title":"/api/v3.0/applications/{applicationuuid}/container/projects/importSbom","summary":"Import container SBOM and create a new project","prefix":{"name":"post","color":"post"},"badges":[],"link":"/applications/createprojectwithcontainersbomscan","deprecated":false}]}]}]}]}},{"type":"group","label":"Findings - Project","link":"/platform/3.0/findings-project","routeSlug":"/platform/3.0/findings-project","items":[{"label":"Get project security findings (Dependencies - SCA)","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/getsecurityvulnerabilityfindings","routeSlug":"/platform/3.0/findings-project/getsecurityvulnerabilityfindings","metadata":{"seo":{"title":"Get project security findings (Dependencies - SCA)","description":"Returns all security findings for a given project"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getSecurityVulnerabilityFindings","name":"Get project security findings (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1findings~1security/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get project security findings (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns all security findings for a given project"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1findings~1security/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."},{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"zeroDayIdentifier","in":"query","schemaId":"schema_89","description":"UUID or Name of a Zero-Day Event"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1findings~1security/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/dependencies/findings/security","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"limit","in":"query","schemaId":"schema_80"},{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"zeroDayIdentifier","in":"query"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/dependencies/findings/security","href":"findings-project/getsecurityvulnerabilityfindings","openApiOperationId":"getSecurityVulnerabilityFindings","summary":"Get project security findings (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3CollectionSecurityFindingDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3CollectionSecurityFindingDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1findings~1security/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3CollectionSecurityFindingDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3CollectionSecurityFindingDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/getsecurityvulnerabilityfindings"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/dependencies/findings/security"},{"label":"Get libraries security findings","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/getlibrarysecurityvulnerabilityfindings","routeSlug":"/platform/3.0/findings-project/getlibrarysecurityvulnerabilityfindings","metadata":{"seo":{"title":"Get libraries security findings","description":"Returns only the open source libraries with known vulnerabilities detected in a specified project."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getLibrarySecurityVulnerabilityFindings","name":"Get libraries security findings","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1findings~1security~1groupBy~1library/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get libraries security findings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns only the open source libraries with known vulnerabilities detected in a specified project."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1findings~1security~1groupBy~1library/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."},{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"zeroDayIdentifier","in":"query","schemaId":"schema_89","description":"UUID or Name of a Zero-Day Event"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1findings~1security~1groupBy~1library/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/dependencies/findings/security/groupBy/library","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"limit","in":"query","schemaId":"schema_80"},{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"zeroDayIdentifier","in":"query"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/dependencies/findings/security/groupBy/library","href":"findings-project/getlibrarysecurityvulnerabilityfindings","openApiOperationId":"getLibrarySecurityVulnerabilityFindings","summary":"Get libraries security findings"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3CollectionLibrarySecurityFindingDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3CollectionLibrarySecurityFindingDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1findings~1security~1groupBy~1library/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3CollectionLibrarySecurityFindingDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3CollectionLibrarySecurityFindingDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/getlibrarysecurityvulnerabilityfindings"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/dependencies/findings/security/groupBy/library"},{"label":"Get root libraries security findings (Dependencies - SCA)","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/getrootlibrarysecurityvulnerabilityfindings","routeSlug":"/platform/3.0/findings-project/getrootlibrarysecurityvulnerabilityfindings","metadata":{"seo":{"title":"Get root libraries security findings (Dependencies - SCA)","description":"Get root libraries security findings for a given project"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getRootLibrarySecurityVulnerabilityFindings","name":"Get root libraries security findings (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1findings~1security~1groupBy~1rootLibrary/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get root libraries security findings (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get root libraries security findings for a given project"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1findings~1security~1groupBy~1rootLibrary/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."},{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"zeroDayIdentifier","in":"query","schemaId":"schema_89","description":"UUID or Name of a Zero-Day Event"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1findings~1security~1groupBy~1rootLibrary/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/dependencies/findings/security/groupBy/rootLibrary","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"limit","in":"query","schemaId":"schema_80"},{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"zeroDayIdentifier","in":"query"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/dependencies/findings/security/groupBy/rootLibrary","href":"findings-project/getrootlibrarysecurityvulnerabilityfindings","openApiOperationId":"getRootLibrarySecurityVulnerabilityFindings","summary":"Get root libraries security findings (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3CollectionRootLibrarySecurityFindingDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3CollectionRootLibrarySecurityFindingDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1findings~1security~1groupBy~1rootLibrary/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3CollectionRootLibrarySecurityFindingDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3CollectionRootLibrarySecurityFindingDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/getrootlibrarysecurityvulnerabilityfindings"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/dependencies/findings/security/groupBy/rootLibrary"},{"label":"Update root library security finding (Dependencies - SCA)","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/updaterootlibrarysecurityfinding","routeSlug":"/platform/3.0/findings-project/updaterootlibrarysecurityfinding","metadata":{"seo":{"title":"Update root library security finding (Dependencies - SCA)","description":"Changes a given security finding's status and comments"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"updateRootLibrarySecurityFinding","name":"Update root library security finding (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1findings~1security~1rootLibrary~1{rootLibraryUuid}/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update root library security finding (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Changes a given security finding's status and comments"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true},{"name":"rootLibraryUuid","in":"path","schemaId":"schema_79","description":"Alert UUID (by running the appropriate Get in Alerts - Project).","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1findings~1security~1rootLibrary~1{rootLibraryUuid}/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateFindingsRequestDTOV3"}},"schemaId":"components/schemas/UpdateFindingsRequestDTOV3","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1findings~1security~1rootLibrary~1{rootLibraryUuid}/put/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/api/v3.0/projects/{projectUuid}/dependencies/findings/security/rootLibrary/{rootLibraryUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"rootLibraryUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/UpdateFindingsRequestDTOV3"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/dependencies/findings/security/rootLibrary/{rootLibraryUuid}","href":"findings-project/updaterootlibrarysecurityfinding","openApiOperationId":"updateRootLibrarySecurityFinding","summary":"Update root library security finding (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/UpdateFindingsRequestDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateFindingsRequestDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_90"}},"schemaId":"schema_90"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1findings~1security~1rootLibrary~1{rootLibraryUuid}/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_90","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_90"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/updaterootlibrarysecurityfinding"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/dependencies/findings/security/rootLibrary/{rootLibraryUuid}"},{"label":"Get project libraries (Dependencies - SCA)","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/getprojectlibraries","routeSlug":"/platform/3.0/findings-project/getprojectlibraries","metadata":{"seo":{"title":"Get project libraries (Dependencies - SCA)","description":"Returns the set of libraries used by a particular project"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getProjectLibraries","name":"Get project libraries (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1libraries/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get project libraries (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the set of libraries used by a particular project"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1libraries/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."},{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1libraries/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/dependencies/libraries","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"limit","in":"query","schemaId":"schema_80"},{"name":"cursor","in":"query","schemaId":"schema_79"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/dependencies/libraries","href":"findings-project/getprojectlibraries","openApiOperationId":"getProjectLibraries","summary":"Get project libraries (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListLibraryDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3ListLibraryDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1libraries/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListLibraryDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListLibraryDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/getprojectlibraries"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/dependencies/libraries"},{"label":"Get in-house libraries (Dependencies - SCA)","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/getproprietarylibraries","routeSlug":"/platform/3.0/findings-project/getproprietarylibraries","metadata":{"seo":{"title":"Get in-house libraries (Dependencies - SCA)","description":"Returns all libraries in a given project that have been designated as \"In-House\". They will not trigger any alerts or be included in license analysis."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getProprietaryLibraries","name":"Get in-house libraries (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1libraries~1inHouse/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get in-house libraries (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns all libraries in a given project that have been designated as \"In-House\". They will not trigger any alerts or be included in license analysis."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1libraries~1inHouse/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."},{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1libraries~1inHouse/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/dependencies/libraries/inHouse","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"limit","in":"query","schemaId":"schema_80"},{"name":"cursor","in":"query","schemaId":"schema_79"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/dependencies/libraries/inHouse","href":"findings-project/getproprietarylibraries","openApiOperationId":"getProprietaryLibraries","summary":"Get in-house libraries (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListLightLibraryDTO"}},"schemaId":"components/schemas/DWRResponsePageableV3ListLightLibraryDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1libraries~1inHouse/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListLightLibraryDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListLightLibraryDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/getproprietarylibraries"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/dependencies/libraries/inHouse"},{"label":"Get project due diligence information (Dependencies - SCA)","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/getduediligenceinfobymultiplecontexts","routeSlug":"/platform/3.0/findings-project/getduediligenceinfobymultiplecontexts","metadata":{"seo":{"title":"Get project due diligence information (Dependencies - SCA)","description":"Returns a due diligence report listing the source and license information for all libraries in a project"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getDueDiligenceInfoByMultipleContexts","name":"Get project due diligence information (Dependencies - SCA)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1libraries~1licenses/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get project due diligence information (Dependencies - SCA)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a due diligence report listing the source and license information for all libraries in a project"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1libraries~1licenses/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."},{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1libraries~1licenses/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/dependencies/libraries/licenses","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"limit","in":"query","schemaId":"schema_80"},{"name":"cursor","in":"query","schemaId":"schema_79"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/dependencies/libraries/licenses","href":"findings-project/getduediligenceinfobymultiplecontexts","openApiOperationId":"getDueDiligenceInfoByMultipleContexts","summary":"Get project due diligence information (Dependencies - SCA)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListDueDiligenceDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3ListDueDiligenceDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1libraries~1licenses/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListDueDiligenceDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListDueDiligenceDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/getduediligenceinfobymultiplecontexts"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/dependencies/libraries/licenses"},{"label":"Get a list of project findings (Code - SAST)","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/listprojectfindingsv3.0","routeSlug":"/platform/3.0/findings-project/listprojectfindingsv3.0","metadata":{"seo":{"title":"Get a list of project findings (Code - SAST)","description":"Get a list of findings for a specified project UUID.This endpoint supports paging using cursor and limit parameters described in Parameters section below."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"listProjectFindingsV3.0","name":"Get a list of project findings (Code - SAST)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1findings/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a list of project findings (Code - SAST)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Get a list of findings for a specified project UUID."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This endpoint supports paging using "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"em","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"cursor"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"em","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"limit"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" parameters described in "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"i","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Parameters"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" section below."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1findings/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"limit","in":"query","schemaId":"schema_91","description":"Specifies the maximum number of items to be returned in the response."},{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1findings/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/code/findings","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"limit","in":"query","schemaId":"schema_91"},{"name":"cursor","in":"query","schemaId":"schema_79"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403","500"],"pointer":"/api/v3.0/projects/{projectUuid}/code/findings","href":"findings-project/listprojectfindingsv3.0","openApiOperationId":"listProjectFindingsV3.0","summary":"Get a list of project findings (Code - SAST)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendCursoredResponse-array_dto_FindingV3"}},"schemaId":"components/schemas/dto.MendCursoredResponse-array_dto_FindingV3"},{"code":"400","description":"Invalid query definition","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}},"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"},{"code":"403","description":"Unauthorized","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}},"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"},{"code":"500","description":"Error while processing the request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}},"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1findings/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/dto.MendCursoredResponse-array_dto_FindingV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendCursoredResponse-array_dto_FindingV3"}}},{"code":"400","schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}}},{"code":"403","schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}}},{"code":"500","schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/listprojectfindingsv3.0"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/code/findings"},{"label":"Bulk update of project findings state (review and/or suppression) or severity","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/bulkpatchprojectfindingv3.0","routeSlug":"/platform/3.0/findings-project/bulkpatchprojectfindingv3.0","metadata":{"seo":{"title":"Bulk update of project findings state (review and/or suppression) or severity","description":"Bulk update of project findings state (review and/or suppression) or severity"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"bulkPatchProjectFindingV3.0","name":"Bulk update of project findings state (review and/or suppression) or severity","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1findings/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Bulk update of project findings state (review and/or suppression) or severity","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Bulk update of project findings state (review and/or suppression) or severity"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1findings/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/dto.BulkPatchFinding"}},"schemaId":"components/schemas/dto.BulkPatchFinding","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1findings/patch/requestBody","description":"Bulk patch operation to apply to the findings"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/api/v3.0/projects/{projectUuid}/code/findings","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/dto.BulkPatchFinding"}},"responseCodes":["200","400","403","500"],"pointer":"/api/v3.0/projects/{projectUuid}/code/findings","href":"findings-project/bulkpatchprojectfindingv3.0","openApiOperationId":"bulkPatchProjectFindingV3.0","summary":"Bulk update of project findings state (review and/or suppression) or severity"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/dto.BulkPatchFinding","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/dto.BulkPatchFinding"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendResponse-dto_SuccessResponse"}},"schemaId":"components/schemas/dto.MendResponse-dto_SuccessResponse"},{"code":"400","description":"Invalid query definition","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}},"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"},{"code":"403","description":"Unauthorized","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}},"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"},{"code":"500","description":"Error while processing the request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}},"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1findings/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/dto.MendResponse-dto_SuccessResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendResponse-dto_SuccessResponse"}}},{"code":"400","schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}}},{"code":"403","schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}}},{"code":"500","schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/bulkpatchprojectfindingv3.0"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/code/findings"},{"label":"Update a project finding state (review and/or suppression) or severity (Code - SAST)","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/patchprojectfindingv3.0","routeSlug":"/platform/3.0/findings-project/patchprojectfindingv3.0","metadata":{"seo":{"title":"Update a project finding state (review and/or suppression) or severity (Code - SAST)","description":"Update a project finding state (review and/or suppression) or severity"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patchProjectFindingV3.0","name":"Update a project finding state (review and/or suppression) or severity (Code - SAST)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1findings~1{findingSnapshotId}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a project finding state (review and/or suppression) or severity (Code - SAST)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Update a project finding state (review and/or suppression) or severity"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true},{"name":"findingSnapshotId","in":"path","schemaId":"schema_79","description":"UUID of the finding snapshot","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1findings~1{findingSnapshotId}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/dto.PatchFinding"}},"schemaId":"components/schemas/dto.PatchFinding","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1findings~1{findingSnapshotId}/patch/requestBody","description":"Patch operation to apply to the finding"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/api/v3.0/projects/{projectUuid}/code/findings/{findingSnapshotId}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"findingSnapshotId","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/dto.PatchFinding"}},"responseCodes":["200","400","403","500"],"pointer":"/api/v3.0/projects/{projectUuid}/code/findings/{findingSnapshotId}","href":"findings-project/patchprojectfindingv3.0","openApiOperationId":"patchProjectFindingV3.0","summary":"Update a project finding state (review and/or suppression) or severity (Code - SAST)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/dto.PatchFinding","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/dto.PatchFinding"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/dto.MendResponse-dto_SuccessResponse"}},"schemaId":"components/schemas/dto.MendResponse-dto_SuccessResponse"},{"code":"400","description":"Invalid query definition","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}},"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"},{"code":"403","description":"Unauthorized","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}},"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"},{"code":"500","description":"Error while processing the request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}},"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1findings~1{findingSnapshotId}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/dto.MendResponse-dto_SuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/dto.MendResponse-dto_SuccessResponse"}}},{"code":"400","schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}}},{"code":"403","schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}}},{"code":"500","schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/patchprojectfindingv3.0"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/code/findings/{findingSnapshotId}"},{"label":"Get a project finding (Code - SAST)","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/getprojectfindingv3.0","routeSlug":"/platform/3.0/findings-project/getprojectfindingv3.0","metadata":{"seo":{"title":"Get a project finding (Code - SAST)","description":"Get a project finding for a specified project and finding UUID."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getProjectFindingV3.0","name":"Get a project finding (Code - SAST)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1findings~1{findingUuid}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a project finding (Code - SAST)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Get a project finding for a specified project and finding UUID."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true},{"name":"findingUuid","in":"path","schemaId":"schema_79","description":"UUID of the finding","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1findings~1{findingUuid}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/code/findings/{findingUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"findingUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403","500"],"pointer":"/api/v3.0/projects/{projectUuid}/code/findings/{findingUuid}","href":"findings-project/getprojectfindingv3.0","openApiOperationId":"getProjectFindingV3.0","summary":"Get a project finding (Code - SAST)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendResponse-dto_FindingV3"}},"schemaId":"components/schemas/dto.MendResponse-dto_FindingV3"},{"code":"400","description":"Invalid query definition","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}},"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"},{"code":"403","description":"Unauthorized","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}},"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"},{"code":"500","description":"Error while processing the request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}},"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1code~1findings~1{findingUuid}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/dto.MendResponse-dto_FindingV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendResponse-dto_FindingV3"}}},{"code":"400","schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}}},{"code":"403","schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}}},{"code":"500","schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/getprojectfindingv3.0"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/code/findings/{findingUuid}"},{"label":"Update multiple findings status","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/updateimgbulkstatus","routeSlug":"/platform/3.0/findings-project/updateimgbulkstatus","metadata":{"seo":{"title":"Update multiple findings status","description":"Update the status of multiple findings in bulk (e.g. suppress, review)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"updateImgBulkStatus","name":"Update multiple findings status","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update multiple findings status","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Update the status of multiple findings in bulk (e.g. suppress, review)"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectuuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_92"}},"schemaId":"schema_92","pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings/post/requestBody","description":"Finding status update request. Required fields: packageUUID. For 'suppressed' status, reason is also required."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectuuid}/images/findings","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectuuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"schema_92"}},"responseCodes":["200","400","404","500"],"pointer":"/api/v3.0/projects/{projectuuid}/images/findings","href":"findings-project/updateimgbulkstatus","openApiOperationId":"updateImgBulkStatus","summary":"Update multiple findings status"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"schema_92","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_92"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_93"}},"schemaId":"schema_93"},{"code":"400","description":"Bad request - missing required fields, invalid values, or empty array","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}},"schemaId":"schema_94"},{"code":"404","description":"Project not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}},"schemaId":"schema_94"},{"code":"500","description":"Failed updating findings status","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}},"schemaId":"schema_94"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_93","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_93"}}},{"code":"400","schemaId":"schema_94","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}}},{"code":"404","schemaId":"schema_94","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}}},{"code":"500","schemaId":"schema_94","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/updateimgbulkstatus"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectuuid}/images/findings"},{"label":"Update package status","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/updateimgpackagestatus","routeSlug":"/platform/3.0/findings-project/updateimgpackagestatus","metadata":{"seo":{"title":"Update package status","description":"Update the status of a package (e.g. suppress, review)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"updateImgPackageStatus","name":"Update package status","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings~1packages~1{packageuuid}/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update package status","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Update the status of a package (e.g. suppress, review)"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectuuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true},{"name":"packageuuid","in":"path","schemaId":"schema_79","description":"package UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings~1packages~1{packageuuid}/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/inputs.FindingStatusInputV3"}},"schemaId":"components/schemas/inputs.FindingStatusInputV3","pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings~1packages~1{packageuuid}/put/requestBody","description":"Package status update request. For 'suppressed' status, reason is also required."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/api/v3.0/projects/{projectuuid}/images/findings/packages/{packageuuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectuuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"packageuuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/inputs.FindingStatusInputV3"}},"responseCodes":["200","400","404","500"],"pointer":"/api/v3.0/projects/{projectuuid}/images/findings/packages/{packageuuid}","href":"findings-project/updateimgpackagestatus","openApiOperationId":"updateImgPackageStatus","summary":"Update package status"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/inputs.FindingStatusInputV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/inputs.FindingStatusInputV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_95"}},"schemaId":"schema_95"},{"code":"400","description":"Bad request - missing required fields or invalid values","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}},"schemaId":"schema_94"},{"code":"404","description":"Project not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}},"schemaId":"schema_94"},{"code":"500","description":"Failed updating package status","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}},"schemaId":"schema_94"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings~1packages~1{packageuuid}/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_95","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_95"}}},{"code":"400","schemaId":"schema_94","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}}},{"code":"404","schemaId":"schema_94","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}}},{"code":"500","schemaId":"schema_94","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/updateimgpackagestatus"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectuuid}/images/findings/packages/{packageuuid}"},{"label":"List latest image scan secrets findings","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/listlatestimgscansecretsfindings","routeSlug":"/platform/3.0/findings-project/listlatestimgscansecretsfindings","metadata":{"seo":{"title":"List latest image scan secrets findings","description":"List the latest image scan secrets findings"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"listLatestImgScanSecretsFindings","name":"List latest image scan secrets findings","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings~1secrets/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List latest image scan secrets findings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"List the latest image scan secrets findings"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectuuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings~1secrets/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_96","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings~1secrets/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectuuid}/images/findings/secrets","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectuuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_96"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","500"],"pointer":"/api/v3.0/projects/{projectuuid}/images/findings/secrets","href":"findings-project/listlatestimgscansecretsfindings","openApiOperationId":"listLatestImgScanSecretsFindings","summary":"List latest image scan secrets findings"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_97"}},"schemaId":"schema_97"},{"code":"500","description":"failed loading image secrets findings","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_94"}},"schemaId":"schema_94"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings~1secrets/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_97","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_97"}}},{"code":"500","schemaId":"schema_94","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_94"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/listlatestimgscansecretsfindings"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectuuid}/images/findings/secrets"},{"label":"List latest image scan security findings","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/listlatestimgscansecurityfindings","routeSlug":"/platform/3.0/findings-project/listlatestimgscansecurityfindings","metadata":{"seo":{"title":"List latest image scan security findings","description":"List the latest image scan security findings"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"listLatestImgScanSecurityFindings","name":"List latest image scan security findings","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings~1security/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List latest image scan security findings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"List the latest image scan security findings"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectuuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings~1security/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_96","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings~1security/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectuuid}/images/findings/security","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectuuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_96"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","500"],"pointer":"/api/v3.0/projects/{projectuuid}/images/findings/security","href":"findings-project/listlatestimgscansecurityfindings","openApiOperationId":"listLatestImgScanSecurityFindings","summary":"List latest image scan security findings"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_98"}},"schemaId":"schema_98"},{"code":"500","description":"failed loading image security findings","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}},"schemaId":"schema_94"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings~1security/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_98","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_98"}}},{"code":"500","schemaId":"schema_94","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/listlatestimgscansecurityfindings"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectuuid}/images/findings/security"},{"label":"Update finding status","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/updateimgfindingstatus","routeSlug":"/platform/3.0/findings-project/updateimgfindingstatus","metadata":{"seo":{"title":"Update finding status","description":"Update the status of a finding (e.g. suppress, review)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"updateImgFindingStatus","name":"Update finding status","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings~1security~1{findingid}/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update finding status","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Update the status of a finding (e.g. suppress, review)"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectuuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true},{"name":"findingid","in":"path","schemaId":"schema_79","description":"vulnerability ID (CVE)","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings~1security~1{findingid}/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/inputs.FindingStatusInputV3"}},"schemaId":"components/schemas/inputs.FindingStatusInputV3","pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings~1security~1{findingid}/put/requestBody","description":"Array of finding status update requests. Required fields: packageUUID. For 'suppressed' status, reason is also required."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/api/v3.0/projects/{projectuuid}/images/findings/security/{findingid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectuuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"findingid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/inputs.FindingStatusInputV3"}},"responseCodes":["200","400","404","500"],"pointer":"/api/v3.0/projects/{projectuuid}/images/findings/security/{findingid}","href":"findings-project/updateimgfindingstatus","openApiOperationId":"updateImgFindingStatus","summary":"Update finding status"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/inputs.FindingStatusInputV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/inputs.FindingStatusInputV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_95"}},"schemaId":"schema_95"},{"code":"400","description":"Bad request - missing required fields or invalid values","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}},"schemaId":"schema_94"},{"code":"404","description":"Project not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}},"schemaId":"schema_94"},{"code":"500","description":"Failed updating finding status","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}},"schemaId":"schema_94"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1findings~1security~1{findingid}/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_95","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_95"}}},{"code":"400","schemaId":"schema_94","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}}},{"code":"404","schemaId":"schema_94","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}}},{"code":"500","schemaId":"schema_94","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/updateimgfindingstatus"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectuuid}/images/findings/security/{findingid}"},{"label":"List latest image scan packages","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/listlatestimgscanpackages","routeSlug":"/platform/3.0/findings-project/listlatestimgscanpackages","metadata":{"seo":{"title":"List latest image scan packages","description":"List the latest image scan packages"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"listLatestImgScanPackages","name":"List latest image scan packages","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1packages/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List latest image scan packages","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"List the latest image scan packages"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectuuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1packages/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_96","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1packages/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectuuid}/images/packages","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectuuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_96"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","500"],"pointer":"/api/v3.0/projects/{projectuuid}/images/packages","href":"findings-project/listlatestimgscanpackages","openApiOperationId":"listLatestImgScanPackages","summary":"List latest image scan packages"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_99"}},"schemaId":"schema_99"},{"code":"500","description":"failed loading image packages","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}},"schemaId":"schema_94"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1images~1packages/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_99","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_99"}}},{"code":"500","schemaId":"schema_94","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/listlatestimgscanpackages"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectuuid}/images/packages"},{"label":"Get project AI technologies","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/getprojectaitechnologies","routeSlug":"/platform/3.0/findings-project/getprojectaitechnologies","metadata":{"seo":{"title":"Get project AI technologies","description":"Returns a list of AI technologies used in a specific project"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getProjectAITechnologies","name":"Get project AI technologies","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1findings~1technologies/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get project AI technologies","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of AI technologies used in a specific project"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1findings~1technologies/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_91","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1findings~1technologies/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/ai/findings/technologies","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_91"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","401","500"],"pointer":"/api/v3.0/projects/{projectUuid}/ai/findings/technologies","href":"findings-project/getprojectaitechnologies","openApiOperationId":"getProjectAITechnologies","summary":"Get project AI technologies"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.V3BaseResponse-array_v3_DTO_AIComponent"}},"schemaId":"components/schemas/v3.V3BaseResponse-array_v3_DTO_AIComponent"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"401","description":"Unauthorized","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"500","description":"Internal server error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1findings~1technologies/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/v3.V3BaseResponse-array_v3_DTO_AIComponent","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.V3BaseResponse-array_v3_DTO_AIComponent"}}},{"code":"400","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"401","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"500","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/getprojectaitechnologies"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/ai/findings/technologies"},{"label":"Get project AI models","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/getprojectaimodels","routeSlug":"/platform/3.0/findings-project/getprojectaimodels","metadata":{"seo":{"title":"Get project AI models","description":"Returns a list of AI models used in a specific project"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getProjectAIModels","name":"Get project AI models","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1findings~1models/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get project AI models","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of AI models used in a specific project"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1findings~1models/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_91","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1findings~1models/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/ai/findings/models","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_91"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","401","500"],"pointer":"/api/v3.0/projects/{projectUuid}/ai/findings/models","href":"findings-project/getprojectaimodels","openApiOperationId":"getProjectAIModels","summary":"Get project AI models"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.V3BaseResponse-array_v3_DTO_AIModel"}},"schemaId":"components/schemas/v3.V3BaseResponse-array_v3_DTO_AIModel"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"401","description":"Unauthorized","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"500","description":"Internal server error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1findings~1models/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/v3.V3BaseResponse-array_v3_DTO_AIModel","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.V3BaseResponse-array_v3_DTO_AIModel"}}},{"code":"400","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"401","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"500","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/getprojectaimodels"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/ai/findings/models"},{"label":"Get project AI vulnerabilities","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/getprojectaivulnerabilities","routeSlug":"/platform/3.0/findings-project/getprojectaivulnerabilities","metadata":{"seo":{"title":"Get project AI vulnerabilities","description":"Returns a list of AI vulnerabilities found in a specific project"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getProjectAIVulnerabilities","name":"Get project AI vulnerabilities","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1vulnerabilities/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get project AI vulnerabilities","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of AI vulnerabilities found in a specific project"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1vulnerabilities/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_91","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1vulnerabilities/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/ai/vulnerabilities","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_91"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","401","500"],"pointer":"/api/v3.0/projects/{projectUuid}/ai/vulnerabilities","href":"findings-project/getprojectaivulnerabilities","openApiOperationId":"getProjectAIVulnerabilities","summary":"Get project AI vulnerabilities"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.DTO_AIVulnerabilitiesResponse"}},"schemaId":"components/schemas/v3.DTO_AIVulnerabilitiesResponse"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"401","description":"Unauthorized","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"500","description":"Internal server error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1vulnerabilities/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/v3.DTO_AIVulnerabilitiesResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.DTO_AIVulnerabilitiesResponse"}}},{"code":"400","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"401","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"500","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/getprojectaivulnerabilities"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/ai/vulnerabilities"},{"label":"Get AI vulnerability details","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/getprojectaivulnerabilitydetails","routeSlug":"/platform/3.0/findings-project/getprojectaivulnerabilitydetails","metadata":{"seo":{"title":"Get AI vulnerability details","description":"Returns detailed information about a specific AI vulnerability"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getProjectAIVulnerabilityDetails","name":"Get AI vulnerability details","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1vulnerabilities~1{vulnerabilityId}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get AI vulnerability details","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns detailed information about a specific AI vulnerability"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true},{"name":"vulnerabilityId","in":"path","schemaId":"schema_79","description":"Vulnerability ID (e.g., MAI-2023-0002)","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1vulnerabilities~1{vulnerabilityId}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/ai/vulnerabilities/{vulnerabilityId}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"vulnerabilityId","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","401","404","500"],"pointer":"/api/v3.0/projects/{projectUuid}/ai/vulnerabilities/{vulnerabilityId}","href":"findings-project/getprojectaivulnerabilitydetails","openApiOperationId":"getProjectAIVulnerabilityDetails","summary":"Get AI vulnerability details"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.DTO_AIVulnerabilityDetailResponse"}},"schemaId":"components/schemas/v3.DTO_AIVulnerabilityDetailResponse"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"401","description":"Unauthorized","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"404","description":"Vulnerability not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"500","description":"Internal server error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1vulnerabilities~1{vulnerabilityId}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/v3.DTO_AIVulnerabilityDetailResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.DTO_AIVulnerabilityDetailResponse"}}},{"code":"400","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"401","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"404","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"500","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/getprojectaivulnerabilitydetails"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/ai/vulnerabilities/{vulnerabilityId}"},{"label":"Get application AI models","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/getapplicationaimodels","routeSlug":"/platform/3.0/findings-project/getapplicationaimodels","metadata":{"seo":{"title":"Get application AI models","description":"Returns a list of AI models found in a specific application"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getApplicationAIModels","name":"Get application AI models","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1findings~1models/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get application AI models","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of AI models found in a specific application"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":"Application UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1findings~1models/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_91","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1findings~1models/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/applications/{applicationUuid}/ai/findings/models","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_91"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","401","500"],"pointer":"/api/v3.0/applications/{applicationUuid}/ai/findings/models","href":"findings-project/getapplicationaimodels","openApiOperationId":"getApplicationAIModels","summary":"Get application AI models"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.V3BaseResponse-array_v3_DTO_AIModel"}},"schemaId":"components/schemas/v3.V3BaseResponse-array_v3_DTO_AIModel"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"401","description":"Unauthorized","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"500","description":"Internal server error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1findings~1models/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/v3.V3BaseResponse-array_v3_DTO_AIModel","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.V3BaseResponse-array_v3_DTO_AIModel"}}},{"code":"400","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"401","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"500","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/getapplicationaimodels"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/ai/findings/models"},{"label":"Get application AI vulnerabilities","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/getapplicationaivulnerabilities","routeSlug":"/platform/3.0/findings-project/getapplicationaivulnerabilities","metadata":{"seo":{"title":"Get application AI vulnerabilities","description":"Returns a list of AI vulnerabilities found in a specific application"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getApplicationAIVulnerabilities","name":"Get application AI vulnerabilities","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1vulnerabilities/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get application AI vulnerabilities","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of AI vulnerabilities found in a specific application"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":"Application UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1vulnerabilities/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_91","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1vulnerabilities/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/applications/{applicationUuid}/ai/vulnerabilities","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_91"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","401","500"],"pointer":"/api/v3.0/applications/{applicationUuid}/ai/vulnerabilities","href":"findings-project/getapplicationaivulnerabilities","openApiOperationId":"getApplicationAIVulnerabilities","summary":"Get application AI vulnerabilities"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.DTO_AIVulnerabilitiesResponse"}},"schemaId":"components/schemas/v3.DTO_AIVulnerabilitiesResponse"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"401","description":"Unauthorized","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"500","description":"Internal server error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1vulnerabilities/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/v3.DTO_AIVulnerabilitiesResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.DTO_AIVulnerabilitiesResponse"}}},{"code":"400","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"401","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"500","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/getapplicationaivulnerabilities"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/ai/vulnerabilities"},{"label":"Get project implementation findings","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/getprojectimplementationfindings","routeSlug":"/platform/3.0/findings-project/getprojectimplementationfindings","metadata":{"seo":{"title":"Get project implementation findings","description":"Returns implementation findings for a project"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getProjectImplementationFindings","name":"Get project implementation findings","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1findings~1implementation/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get project implementation findings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns implementation findings for a project"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1findings~1implementation/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_91","description":"Specifies the maximum number of items to be returned in the response."},{"name":"grouped","in":"query","schemaId":"schema_90","description":"Group findings by element"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1findings~1implementation/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/ai/findings/implementation","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_91"},{"name":"grouped","in":"query","schemaId":"schema_90"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","401","500"],"pointer":"/api/v3.0/projects/{projectUuid}/ai/findings/implementation","href":"findings-project/getprojectimplementationfindings","openApiOperationId":"getProjectImplementationFindings","summary":"Get project implementation findings"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.V3Response-array_v3_V3ImplementationFindingResponse"}},"schemaId":"components/schemas/v3.V3Response-array_v3_V3ImplementationFindingResponse"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"401","description":"Unauthorized","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"500","description":"Internal server error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1findings~1implementation/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/v3.V3Response-array_v3_V3ImplementationFindingResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.V3Response-array_v3_V3ImplementationFindingResponse"}}},{"code":"400","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"401","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"500","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/getprojectimplementationfindings"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/ai/findings/implementation"},{"label":"Get implementation finding snippet","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/getimplementationsnippet","routeSlug":"/platform/3.0/findings-project/getimplementationsnippet","metadata":{"seo":{"title":"Get implementation finding snippet","description":"Returns the code snippet and finding details for a specific implementation finding"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getImplementationSnippet","name":"Get implementation finding snippet","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1findings~1implementation~1snippet~1{snippetUuid}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get implementation finding snippet","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the code snippet and finding details for a specific implementation finding"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true},{"name":"snippetUuid","in":"path","schemaId":"schema_79","description":"Snippet UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1findings~1implementation~1snippet~1{snippetUuid}/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_91","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1findings~1implementation~1snippet~1{snippetUuid}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/ai/findings/implementation/snippet/{snippetUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"snippetUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_91"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","401","404","500"],"pointer":"/api/v3.0/projects/{projectUuid}/ai/findings/implementation/snippet/{snippetUuid}","href":"findings-project/getimplementationsnippet","openApiOperationId":"getImplementationSnippet","summary":"Get implementation finding snippet"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.V3Response-array_v3_V3ImplementationFindingResponse"}},"schemaId":"components/schemas/v3.V3Response-array_v3_V3ImplementationFindingResponse"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"401","description":"Unauthorized","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"404","description":"Snippet not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"500","description":"Internal server error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1findings~1implementation~1snippet~1{snippetUuid}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/v3.V3Response-array_v3_V3ImplementationFindingResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.V3Response-array_v3_V3ImplementationFindingResponse"}}},{"code":"400","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"401","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"404","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"500","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/getimplementationsnippet"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/ai/findings/implementation/snippet/{snippetUuid}"},{"label":"Get application implementation findings","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/getapplicationimplementationfindings","routeSlug":"/platform/3.0/findings-project/getapplicationimplementationfindings","metadata":{"seo":{"title":"Get application implementation findings","description":"Returns implementation findings aggregated across all projects in an application"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getApplicationImplementationFindings","name":"Get application implementation findings","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1findings~1implementation/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get application implementation findings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns implementation findings aggregated across all projects in an application"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":"Application UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1findings~1implementation/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_91","description":"Specifies the maximum number of items to be returned in the response."},{"name":"grouped","in":"query","schemaId":"schema_90","description":"Group findings by element"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1findings~1implementation/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/applications/{applicationUuid}/ai/findings/implementation","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_91"},{"name":"grouped","in":"query","schemaId":"schema_90"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","401","500"],"pointer":"/api/v3.0/applications/{applicationUuid}/ai/findings/implementation","href":"findings-project/getapplicationimplementationfindings","openApiOperationId":"getApplicationImplementationFindings","summary":"Get application implementation findings"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.V3Response-array_v3_V3ImplementationFindingResponse"}},"schemaId":"components/schemas/v3.V3Response-array_v3_V3ImplementationFindingResponse"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"401","description":"Unauthorized","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"500","description":"Internal server error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1findings~1implementation/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/v3.V3Response-array_v3_V3ImplementationFindingResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.V3Response-array_v3_V3ImplementationFindingResponse"}}},{"code":"400","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"401","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"500","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/getapplicationimplementationfindings"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/ai/findings/implementation"},{"label":"Get application AI vulnerability details","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-project/getapplicationaivulnerabilitydetails","routeSlug":"/platform/3.0/findings-project/getapplicationaivulnerabilitydetails","metadata":{"seo":{"title":"Get application AI vulnerability details","description":"Returns detailed information about a specific AI vulnerability in an application"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getApplicationAIVulnerabilityDetails","name":"Get application AI vulnerability details","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1vulnerabilities~1{vulnerabilityId}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get application AI vulnerability details","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns detailed information about a specific AI vulnerability in an application"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":"Application UUID","required":true},{"name":"vulnerabilityId","in":"path","schemaId":"schema_79","description":"Vulnerability ID (e.g., MAI-2023-0002)","required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1vulnerabilities~1{vulnerabilityId}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/applications/{applicationUuid}/ai/vulnerabilities/{vulnerabilityId}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"vulnerabilityId","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","401","404","500"],"pointer":"/api/v3.0/applications/{applicationUuid}/ai/vulnerabilities/{vulnerabilityId}","href":"findings-project/getapplicationaivulnerabilitydetails","openApiOperationId":"getApplicationAIVulnerabilityDetails","summary":"Get application AI vulnerability details"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.DTO_AIVulnerabilityDetailResponse"}},"schemaId":"components/schemas/v3.DTO_AIVulnerabilityDetailResponse"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"401","description":"Unauthorized","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"404","description":"Vulnerability not found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"500","description":"Internal server error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1ai~1vulnerabilities~1{vulnerabilityId}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/v3.DTO_AIVulnerabilityDetailResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.DTO_AIVulnerabilityDetailResponse"}}},{"code":"400","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"401","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"404","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"500","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-project/getapplicationaivulnerabilitydetails"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/ai/vulnerabilities/{vulnerabilityId}"}],"content":{"contentType":"group","meta":{"name":"Findings - Project"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Findings - Project","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/api/v3.0/projects/{projectUuid}/dependencies/findings/security","summary":"Get project security findings (Dependencies - SCA)","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/getsecurityvulnerabilityfindings","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/dependencies/findings/security/groupBy/library","summary":"Get libraries security findings","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/getlibrarysecurityvulnerabilityfindings","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/dependencies/findings/security/groupBy/rootLibrary","summary":"Get root libraries security findings (Dependencies - SCA)","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/getrootlibrarysecurityvulnerabilityfindings","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/dependencies/findings/security/rootLibrary/{rootLibraryUuid}","summary":"Update root library security finding (Dependencies - SCA)","prefix":{"name":"put","color":"put"},"badges":[],"link":"/findings-project/updaterootlibrarysecurityfinding","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/dependencies/libraries","summary":"Get project libraries (Dependencies - SCA)","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/getprojectlibraries","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/dependencies/libraries/inHouse","summary":"Get in-house libraries (Dependencies - SCA)","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/getproprietarylibraries","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/dependencies/libraries/licenses","summary":"Get project due diligence information (Dependencies - SCA)","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/getduediligenceinfobymultiplecontexts","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/code/findings","summary":"Get a list of project findings (Code - SAST)","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/listprojectfindingsv3.0","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/code/findings","summary":"Bulk update of project findings state (review and/or suppression) or severity","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/findings-project/bulkpatchprojectfindingv3.0","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/code/findings/{findingSnapshotId}","summary":"Update a project finding state (review and/or suppression) or severity (Code - SAST)","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/findings-project/patchprojectfindingv3.0","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/code/findings/{findingUuid}","summary":"Get a project finding (Code - SAST)","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/getprojectfindingv3.0","deprecated":false},{"title":"/api/v3.0/projects/{projectuuid}/images/findings","summary":"Update multiple findings status","prefix":{"name":"post","color":"post"},"badges":[],"link":"/findings-project/updateimgbulkstatus","deprecated":false},{"title":"/api/v3.0/projects/{projectuuid}/images/findings/packages/{packageuuid}","summary":"Update package status","prefix":{"name":"put","color":"put"},"badges":[],"link":"/findings-project/updateimgpackagestatus","deprecated":false},{"title":"/api/v3.0/projects/{projectuuid}/images/findings/secrets","summary":"List latest image scan secrets findings","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/listlatestimgscansecretsfindings","deprecated":false},{"title":"/api/v3.0/projects/{projectuuid}/images/findings/security","summary":"List latest image scan security findings","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/listlatestimgscansecurityfindings","deprecated":false},{"title":"/api/v3.0/projects/{projectuuid}/images/findings/security/{findingid}","summary":"Update finding status","prefix":{"name":"put","color":"put"},"badges":[],"link":"/findings-project/updateimgfindingstatus","deprecated":false},{"title":"/api/v3.0/projects/{projectuuid}/images/packages","summary":"List latest image scan packages","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/listlatestimgscanpackages","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/ai/findings/technologies","summary":"Get project AI technologies","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/getprojectaitechnologies","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/ai/findings/models","summary":"Get project AI models","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/getprojectaimodels","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/ai/vulnerabilities","summary":"Get project AI vulnerabilities","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/getprojectaivulnerabilities","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/ai/vulnerabilities/{vulnerabilityId}","summary":"Get AI vulnerability details","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/getprojectaivulnerabilitydetails","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/ai/findings/models","summary":"Get application AI models","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/getapplicationaimodels","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/ai/vulnerabilities","summary":"Get application AI vulnerabilities","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/getapplicationaivulnerabilities","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/ai/findings/implementation","summary":"Get project implementation findings","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/getprojectimplementationfindings","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/ai/findings/implementation/snippet/{snippetUuid}","summary":"Get implementation finding snippet","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/getimplementationsnippet","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/ai/findings/implementation","summary":"Get application implementation findings","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/getapplicationimplementationfindings","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/ai/vulnerabilities/{vulnerabilityId}","summary":"Get application AI vulnerability details","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-project/getapplicationaivulnerabilitydetails","deprecated":false}]}]}]}]}},{"type":"group","label":"Findings - Scan","link":"/platform/3.0/findings-scan","routeSlug":"/platform/3.0/findings-scan","items":[{"label":"Get a list of project scan findings (Code - SAST)","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-scan/listprojectscanfindingsv3.0","routeSlug":"/platform/3.0/findings-scan/listprojectscanfindingsv3.0","metadata":{"seo":{"title":"Get a list of project scan findings (Code - SAST)","description":"Get a list of findings for a specified project scan UUID.This endpoint supports paging using cursor and limit parameters described in Parameters section below."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"listProjectScanFindingsV3.0","name":"Get a list of project scan findings (Code - SAST)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1scans~1{scanUuid}~1code~1findings/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a list of project scan findings (Code - SAST)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Get a list of findings for a specified project scan UUID."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This endpoint supports paging using "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"em","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"cursor"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"em","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"limit"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" parameters described in "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"i","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Parameters"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" section below."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true},{"name":"scanUuid","in":"path","schemaId":"schema_79","description":"UUID of the project scan for which to get findings","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1scans~1{scanUuid}~1code~1findings/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"limit","in":"query","schemaId":"schema_91","description":"Specifies the maximum number of items to be returned in the response."},{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1scans~1{scanUuid}~1code~1findings/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/scans/{scanUuid}/code/findings","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"scanUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"limit","in":"query","schemaId":"schema_91"},{"name":"cursor","in":"query","schemaId":"schema_79"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403","500"],"pointer":"/api/v3.0/projects/{projectUuid}/scans/{scanUuid}/code/findings","href":"findings-scan/listprojectscanfindingsv3.0","openApiOperationId":"listProjectScanFindingsV3.0","summary":"Get a list of project scan findings (Code - SAST)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendCursoredResponse-array_dto_FindingV3"}},"schemaId":"components/schemas/dto.MendCursoredResponse-array_dto_FindingV3"},{"code":"400","description":"Invalid query definition","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}},"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"},{"code":"403","description":"Unauthorized","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}},"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"},{"code":"500","description":"Error while processing the request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}},"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1scans~1{scanUuid}~1code~1findings/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/dto.MendCursoredResponse-array_dto_FindingV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendCursoredResponse-array_dto_FindingV3"}}},{"code":"400","schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}}},{"code":"403","schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}}},{"code":"500","schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-scan/listprojectscanfindingsv3.0"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/scans/{scanUuid}/code/findings"},{"label":"Get a project scan finding (Code - SAST)","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-scan/getprojectscanfindingv3.0","routeSlug":"/platform/3.0/findings-scan/getprojectscanfindingv3.0","metadata":{"seo":{"title":"Get a project scan finding (Code - SAST)","description":"Get a project finding for a specified project, scan and finding UUID."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getProjectScanFindingV3.0","name":"Get a project scan finding (Code - SAST)","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1scans~1{scanUuid}~1code~1findings~1{findingUuid}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a project scan finding (Code - SAST)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Get a project finding for a specified project, scan and finding UUID."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true},{"name":"scanUuid","in":"path","schemaId":"schema_79","description":"UUID of the project for which to get findings","required":true},{"name":"findingUuid","in":"path","schemaId":"schema_79","description":"UUID of the finding","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1scans~1{scanUuid}~1code~1findings~1{findingUuid}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/scans/{scanUuid}/code/findings/{findingUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"scanUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"findingUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403","500"],"pointer":"/api/v3.0/projects/{projectUuid}/scans/{scanUuid}/code/findings/{findingUuid}","href":"findings-scan/getprojectscanfindingv3.0","openApiOperationId":"getProjectScanFindingV3.0","summary":"Get a project scan finding (Code - SAST)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendResponse-dto_FindingV3"}},"schemaId":"components/schemas/dto.MendResponse-dto_FindingV3"},{"code":"400","description":"Invalid query definition","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}},"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"},{"code":"403","description":"Unauthorized","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}},"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"},{"code":"500","description":"Error while processing the request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}},"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1scans~1{scanUuid}~1code~1findings~1{findingUuid}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/dto.MendResponse-dto_FindingV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendResponse-dto_FindingV3"}}},{"code":"400","schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}}},{"code":"403","schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}}},{"code":"500","schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-scan/getprojectscanfindingv3.0"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/scans/{scanUuid}/code/findings/{findingUuid}"},{"label":"List image scan secrets findings","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-scan/listimgscansecretsfindings","routeSlug":"/platform/3.0/findings-scan/listimgscansecretsfindings","metadata":{"seo":{"title":"List image scan secrets findings","description":"List the image scan secrets findings"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"listImgScanSecretsFindings","name":"List image scan secrets findings","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1scans~1{scanuuid}~1images~1findings~1secrets/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List image scan secrets findings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"List the image scan secrets findings"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectuuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true},{"name":"scanuuid","in":"path","schemaId":"schema_79","description":"scan UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1scans~1{scanuuid}~1images~1findings~1secrets/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_96","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1scans~1{scanuuid}~1images~1findings~1secrets/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectuuid}/scans/{scanuuid}/images/findings/secrets","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectuuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"scanuuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_96"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","500"],"pointer":"/api/v3.0/projects/{projectuuid}/scans/{scanuuid}/images/findings/secrets","href":"findings-scan/listimgscansecretsfindings","openApiOperationId":"listImgScanSecretsFindings","summary":"List image scan secrets findings"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_97"}},"schemaId":"schema_97"},{"code":"500","description":"failed loading image secrets findings","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_94"}},"schemaId":"schema_94"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1scans~1{scanuuid}~1images~1findings~1secrets/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_97","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_97"}}},{"code":"500","schemaId":"schema_94","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_94"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-scan/listimgscansecretsfindings"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectuuid}/scans/{scanuuid}/images/findings/secrets"},{"label":"List image scan security findings","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-scan/listimgscansecurityfindings","routeSlug":"/platform/3.0/findings-scan/listimgscansecurityfindings","metadata":{"seo":{"title":"List image scan security findings","description":"List the image scan security findings"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"listImgScanSecurityFindings","name":"List image scan security findings","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1scans~1{scanuuid}~1images~1findings~1security/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List image scan security findings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"List the image scan security findings"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectuuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true},{"name":"scanuuid","in":"path","schemaId":"schema_79","description":"scan UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1scans~1{scanuuid}~1images~1findings~1security/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_96","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1scans~1{scanuuid}~1images~1findings~1security/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectuuid}/scans/{scanuuid}/images/findings/security","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectuuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"scanuuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_96"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","500"],"pointer":"/api/v3.0/projects/{projectuuid}/scans/{scanuuid}/images/findings/security","href":"findings-scan/listimgscansecurityfindings","openApiOperationId":"listImgScanSecurityFindings","summary":"List image scan security findings"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_98"}},"schemaId":"schema_98"},{"code":"500","description":"failed loading image security findings","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}},"schemaId":"schema_94"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1scans~1{scanuuid}~1images~1findings~1security/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_98","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_98"}}},{"code":"500","schemaId":"schema_94","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-scan/listimgscansecurityfindings"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectuuid}/scans/{scanuuid}/images/findings/security"},{"label":"List image scan packages","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/findings-scan/listimgscanpackages","routeSlug":"/platform/3.0/findings-scan/listimgscanpackages","metadata":{"seo":{"title":"List image scan packages","description":"List the image scan packages"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"listImgScanPackages","name":"List image scan packages","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1scans~1{scanuuid}~1images~1packages/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List image scan packages","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"List the image scan packages"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectuuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true},{"name":"scanuuid","in":"path","schemaId":"schema_79","description":"scan UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1scans~1{scanuuid}~1images~1packages/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_96","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1scans~1{scanuuid}~1images~1packages/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectuuid}/scans/{scanuuid}/images/packages","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectuuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"scanuuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_96"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","500"],"pointer":"/api/v3.0/projects/{projectuuid}/scans/{scanuuid}/images/packages","href":"findings-scan/listimgscanpackages","openApiOperationId":"listImgScanPackages","summary":"List image scan packages"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_99"}},"schemaId":"schema_99"},{"code":"500","description":"failed loading image scan packages","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}},"schemaId":"schema_94"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectuuid}~1scans~1{scanuuid}~1images~1packages/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_99","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_99"}}},{"code":"500","schemaId":"schema_94","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_94"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/findings-scan/listimgscanpackages"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectuuid}/scans/{scanuuid}/images/packages"}],"content":{"contentType":"group","meta":{"name":"Findings - Scan"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Findings - Scan","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/api/v3.0/projects/{projectUuid}/scans/{scanUuid}/code/findings","summary":"Get a list of project scan findings (Code - SAST)","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-scan/listprojectscanfindingsv3.0","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/scans/{scanUuid}/code/findings/{findingUuid}","summary":"Get a project scan finding (Code - SAST)","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-scan/getprojectscanfindingv3.0","deprecated":false},{"title":"/api/v3.0/projects/{projectuuid}/scans/{scanuuid}/images/findings/secrets","summary":"List image scan secrets findings","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-scan/listimgscansecretsfindings","deprecated":false},{"title":"/api/v3.0/projects/{projectuuid}/scans/{scanuuid}/images/findings/security","summary":"List image scan security findings","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-scan/listimgscansecurityfindings","deprecated":false},{"title":"/api/v3.0/projects/{projectuuid}/scans/{scanuuid}/images/packages","summary":"List image scan packages","prefix":{"name":"get","color":"get"},"badges":[],"link":"/findings-scan/listimgscanpackages","deprecated":false}]}]}]}]}},{"type":"group","label":"Zero-Day Events","link":"/platform/3.0/zero-day-events","routeSlug":"/platform/3.0/zero-day-events","items":[{"label":"Get all Zero-Day Events","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/zero-day-events/getzerodayevents","routeSlug":"/platform/3.0/zero-day-events/getzerodayevents","metadata":{"seo":{"title":"Get all Zero-Day Events","description":"Returns a list of all Zero-Day Events with optional date filters."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getZeroDayEvents","name":"Get all Zero-Day Events","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1dependencies~1events~1zeroday/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get all Zero-Day Events","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of all Zero-Day Events with optional date filters."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1dependencies~1events~1zeroday/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."},{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"fromDate","in":"query","schemaId":"schema_100","description":"Filter by creation date from (inclusive)","example":"2024-01-01"},{"name":"toDate","in":"query","schemaId":"schema_100","description":"Filter by creation date to (inclusive)","example":"2024-12-31"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1dependencies~1events~1zeroday/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/dependencies/events/zeroday","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"limit","in":"query","schemaId":"schema_80"},{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"fromDate","in":"query","required":false,"example":"2024-01-01","schemaId":"schema_100"},{"name":"toDate","in":"query","required":false,"example":"2024-12-31","schemaId":"schema_100"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/dependencies/events/zeroday","href":"zero-day-events/getzerodayevents","openApiOperationId":"getZeroDayEvents","summary":"Get all Zero-Day Events"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListZeroDayEventDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3ListZeroDayEventDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1dependencies~1events~1zeroday/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListZeroDayEventDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListZeroDayEventDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/zero-day-events/getzerodayevents"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/dependencies/events/zeroday"},{"label":"Get Affected Libraries for a Zero-Day Event","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/zero-day-events/getzerodayeventfindings","routeSlug":"/platform/3.0/zero-day-events/getzerodayeventfindings","metadata":{"seo":{"title":"Get Affected Libraries for a Zero-Day Event","description":"Returns a paginated list of publicly known affected packages (CVEs and their associated components) for a specific Zero-Day Event."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getZeroDayEventFindings","name":"Get Affected Libraries for a Zero-Day Event","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1dependencies~1events~1zeroday~1{eventUuid}~1findings/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Affected Libraries for a Zero-Day Event","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Returns a paginated list of publicly known affected packages (CVEs and their associated components) for a specific Zero-Day Event."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Note:"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" This endpoint returns ecosystem-wide affected package data sourced from public vulnerability databases — it does not reflect findings from your organization's inventory or installed libraries."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"eventUuid","in":"path","schemaId":"schema_79","description":"Zero-Day Event UUID","required":true,"example":"550e8400-e29b-41d4-a716-446655440000"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1dependencies~1events~1zeroday~1{eventUuid}~1findings/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."},{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"fromDate","in":"query","schemaId":"schema_100","description":"Filter by added at from (inclusive)","example":"2024-01-01"},{"name":"toDate","in":"query","schemaId":"schema_100","description":"Filter by added at to (inclusive)","example":"2024-12-31"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1dependencies~1events~1zeroday~1{eventUuid}~1findings/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/dependencies/events/zeroday/{eventUuid}/findings","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"eventUuid","in":"path","required":true,"example":"550e8400-e29b-41d4-a716-446655440000","schemaId":"schema_79"}],"query":[{"name":"limit","in":"query","schemaId":"schema_80"},{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"fromDate","in":"query","required":false,"example":"2024-01-01","schemaId":"schema_100"},{"name":"toDate","in":"query","required":false,"example":"2024-12-31","schemaId":"schema_100"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/dependencies/events/zeroday/{eventUuid}/findings","href":"zero-day-events/getzerodayeventfindings","openApiOperationId":"getZeroDayEventFindings","summary":"Get Affected Libraries for a Zero-Day Event"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListZeroDayEventFindingDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3ListZeroDayEventFindingDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1dependencies~1events~1zeroday~1{eventUuid}~1findings/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListZeroDayEventFindingDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListZeroDayEventFindingDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/zero-day-events/getzerodayeventfindings"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/dependencies/events/zeroday/{eventUuid}/findings"}],"content":{"contentType":"group","meta":{"name":"Zero-Day Events"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Zero-Day Events","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/api/v3.0/orgs/{orgUuid}/dependencies/events/zeroday","summary":"Get all Zero-Day Events","prefix":{"name":"get","color":"get"},"badges":[],"link":"/zero-day-events/getzerodayevents","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/dependencies/events/zeroday/{eventUuid}/findings","summary":"Get Affected Libraries for a Zero-Day Event","prefix":{"name":"get","color":"get"},"badges":[],"link":"/zero-day-events/getzerodayeventfindings","deprecated":false}]}]}]}]}},{"type":"group","label":"Workflows","link":"/platform/3.0/workflows","routeSlug":"/platform/3.0/workflows","items":[{"label":"Get Account-Level Workflows List","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/workflows/getaccountworkflowsv3","routeSlug":"/platform/3.0/workflows/getaccountworkflowsv3","metadata":{"seo":{"title":"Get Account-Level Workflows List","description":"Get Account-Level Workflows List"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getAccountWorkflowsV3","name":"Get Account-Level Workflows List","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1automation~1workflows/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Account-Level Workflows List","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountUuid","in":"path","schemaId":"schema_79","description":"Account UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1automation~1workflows/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1automation~1workflows/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/accounts/{accountUuid}/automation/workflows","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"accountUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_80"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/accounts/{accountUuid}/automation/workflows","href":"workflows/getaccountworkflowsv3","openApiOperationId":"getAccountWorkflowsV3","summary":"Get Account-Level Workflows List"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListAutomationWorkflowSummaryDTO"}},"schemaId":"components/schemas/DWRResponsePageableV3ListAutomationWorkflowSummaryDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1automation~1workflows/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListAutomationWorkflowSummaryDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListAutomationWorkflowSummaryDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/workflows/getaccountworkflowsv3"}],"panels":[]}]},"httpPath":"/api/v3.0/accounts/{accountUuid}/automation/workflows"},{"label":"Get Account-Level Workflow","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/workflows/getaccountworkflow","routeSlug":"/platform/3.0/workflows/getaccountworkflow","metadata":{"seo":{"title":"Get Account-Level Workflow","description":"Get Account-Level Workflow"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getAccountWorkflow","name":"Get Account-Level Workflow","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1automation~1workflows~1{workflowUuid}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Account-Level Workflow","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountUuid","in":"path","schemaId":"schema_79","description":"Account UUID","required":true},{"name":"workflowUuid","in":"path","schemaId":"schema_79","required":true}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1automation~1workflows~1{workflowUuid}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"accountUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"workflowUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}","href":"workflows/getaccountworkflow","openApiOperationId":"getAccountWorkflow","summary":"Get Account-Level Workflow"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3AutomationWorkflowRequestDTO"}},"schemaId":"components/schemas/DWRResponseV3AutomationWorkflowRequestDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1automation~1workflows~1{workflowUuid}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3AutomationWorkflowRequestDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3AutomationWorkflowRequestDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/workflows/getaccountworkflow"}],"panels":[]}]},"httpPath":"/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}"},{"label":"Delete Account-Level Workflow","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/workflows/deleteaccountworkflow","routeSlug":"/platform/3.0/workflows/deleteaccountworkflow","metadata":{"seo":{"title":"Delete Account-Level Workflow","description":"Delete Account-Level Workflow"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"deleteAccountWorkflow","name":"Delete Account-Level Workflow","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1automation~1workflows~1{workflowUuid}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete Account-Level Workflow","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountUuid","in":"path","schemaId":"schema_79","description":"Account UUID","required":true},{"name":"workflowUuid","in":"path","schemaId":"schema_79","required":true}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1automation~1workflows~1{workflowUuid}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"accountUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"workflowUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}","href":"workflows/deleteaccountworkflow","openApiOperationId":"deleteAccountWorkflow","summary":"Delete Account-Level Workflow"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3AutomationWorkflowResponseDTO"}},"schemaId":"components/schemas/DWRResponseV3AutomationWorkflowResponseDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1automation~1workflows~1{workflowUuid}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3AutomationWorkflowResponseDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3AutomationWorkflowResponseDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/workflows/deleteaccountworkflow"}],"panels":[]}]},"httpPath":"/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}"},{"label":"Activate Account-Level Workflow","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/workflows/activateaccountworkflow","routeSlug":"/platform/3.0/workflows/activateaccountworkflow","metadata":{"seo":{"title":"Activate Account-Level Workflow","description":"Activate Account-Level Workflow"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"activateAccountWorkflow","name":"Activate Account-Level Workflow","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1automation~1workflows~1{workflowUuid}~1activate/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Activate Account-Level Workflow","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountUuid","in":"path","schemaId":"schema_79","description":"Account UUID","required":true},{"name":"workflowUuid","in":"path","schemaId":"schema_79","required":true}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1automation~1workflows~1{workflowUuid}~1activate/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}/activate","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"accountUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"workflowUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}/activate","href":"workflows/activateaccountworkflow","openApiOperationId":"activateAccountWorkflow","summary":"Activate Account-Level Workflow"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3String"}},"schemaId":"components/schemas/DWRResponseV3String"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1automation~1workflows~1{workflowUuid}~1activate/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3String","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3String"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/workflows/activateaccountworkflow"}],"panels":[]}]},"httpPath":"/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}/activate"},{"label":"Deactivate Account-Level Workflow","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/workflows/deactivateaccountworkflow","routeSlug":"/platform/3.0/workflows/deactivateaccountworkflow","metadata":{"seo":{"title":"Deactivate Account-Level Workflow","description":"Deactivate Account-Level Workflow"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"deactivateAccountWorkflow","name":"Deactivate Account-Level Workflow","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1automation~1workflows~1{workflowUuid}~1deactivate/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Deactivate Account-Level Workflow","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountUuid","in":"path","schemaId":"schema_79","description":"Account UUID","required":true},{"name":"workflowUuid","in":"path","schemaId":"schema_79","required":true}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1automation~1workflows~1{workflowUuid}~1deactivate/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}/deactivate","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"accountUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"workflowUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}/deactivate","href":"workflows/deactivateaccountworkflow","openApiOperationId":"deactivateAccountWorkflow","summary":"Deactivate Account-Level Workflow"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3String"}},"schemaId":"components/schemas/DWRResponseV3String"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1accounts~1{accountUuid}~1automation~1workflows~1{workflowUuid}~1deactivate/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3String","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3String"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/workflows/deactivateaccountworkflow"}],"panels":[]}]},"httpPath":"/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}/deactivate"},{"label":"Get Organization Workflows","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/workflows/getautomationworkflowsv3","routeSlug":"/platform/3.0/workflows/getautomationworkflowsv3","metadata":{"seo":{"title":"Get Organization Workflows","description":"Get Organization Workflows"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getAutomationWorkflowsV3","name":"Get Organization Workflows","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1automation~1workflows/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Organization Workflows","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1automation~1workflows/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1automation~1workflows/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/automation/workflows","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_80"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/automation/workflows","href":"workflows/getautomationworkflowsv3","openApiOperationId":"getAutomationWorkflowsV3","summary":"Get Organization Workflows"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListAutomationWorkflowSummaryDTO"}},"schemaId":"components/schemas/DWRResponsePageableV3ListAutomationWorkflowSummaryDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1automation~1workflows/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListAutomationWorkflowSummaryDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListAutomationWorkflowSummaryDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/workflows/getautomationworkflowsv3"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/automation/workflows"},{"label":"Get Workflow","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/workflows/getautomationworkflow","routeSlug":"/platform/3.0/workflows/getautomationworkflow","metadata":{"seo":{"title":"Get Workflow","description":"Get Workflow"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getAutomationWorkflow","name":"Get Workflow","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1automation~1workflows~1{workflowUuid}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Workflow","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"workflowUuid","in":"path","schemaId":"schema_79","description":"Workflow UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1automation~1workflows~1{workflowUuid}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/automation/workflows/{workflowUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"workflowUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/automation/workflows/{workflowUuid}","href":"workflows/getautomationworkflow","openApiOperationId":"getAutomationWorkflow","summary":"Get Workflow"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3AutomationWorkflowRequestDTO"}},"schemaId":"components/schemas/DWRResponseV3AutomationWorkflowRequestDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1automation~1workflows~1{workflowUuid}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3AutomationWorkflowRequestDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3AutomationWorkflowRequestDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/workflows/getautomationworkflow"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/automation/workflows/{workflowUuid}"},{"label":"Delete Workflow","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/workflows/deleteautomationworkflow","routeSlug":"/platform/3.0/workflows/deleteautomationworkflow","metadata":{"seo":{"title":"Delete Workflow","description":"Delete Workflow"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"deleteAutomationWorkflow","name":"Delete Workflow","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1automation~1workflows~1{workflowUuid}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete Workflow","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"workflowUuid","in":"path","schemaId":"schema_79","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1automation~1workflows~1{workflowUuid}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/api/v3.0/orgs/{orgUuid}/automation/workflows/{workflowUuid}","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"workflowUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/automation/workflows/{workflowUuid}","href":"workflows/deleteautomationworkflow","openApiOperationId":"deleteAutomationWorkflow","summary":"Delete Workflow"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3AutomationWorkflowResponseDTO"}},"schemaId":"components/schemas/DWRResponseV3AutomationWorkflowResponseDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1automation~1workflows~1{workflowUuid}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3AutomationWorkflowResponseDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3AutomationWorkflowResponseDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/workflows/deleteautomationworkflow"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/automation/workflows/{workflowUuid}"},{"label":"Activate Workflow","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/workflows/activateautomationworkflow","routeSlug":"/platform/3.0/workflows/activateautomationworkflow","metadata":{"seo":{"title":"Activate Workflow","description":"Activate Workflow"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"activateAutomationWorkflow","name":"Activate Workflow","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1automation~1workflows~1{workflowUuid}~1activate/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Activate Workflow","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"workflowUuid","in":"path","schemaId":"schema_79","description":"Workflow UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1automation~1workflows~1{workflowUuid}~1activate/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/automation/workflows/{workflowUuid}/activate","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"workflowUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/automation/workflows/{workflowUuid}/activate","href":"workflows/activateautomationworkflow","openApiOperationId":"activateAutomationWorkflow","summary":"Activate Workflow"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3String"}},"schemaId":"components/schemas/DWRResponseV3String"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1automation~1workflows~1{workflowUuid}~1activate/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3String","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3String"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/workflows/activateautomationworkflow"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/automation/workflows/{workflowUuid}/activate"},{"label":"Deactivate Workflow","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/workflows/deactivateautomationworkflow","routeSlug":"/platform/3.0/workflows/deactivateautomationworkflow","metadata":{"seo":{"title":"Deactivate Workflow","description":"Deactivate Workflow"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"deactivateAutomationWorkflow","name":"Deactivate Workflow","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1automation~1workflows~1{workflowUuid}~1deactivate/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Deactivate Workflow","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"workflowUuid","in":"path","schemaId":"schema_79","description":"Workflow UUID","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1automation~1workflows~1{workflowUuid}~1deactivate/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/automation/workflows/{workflowUuid}/deactivate","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"workflowUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/automation/workflows/{workflowUuid}/deactivate","href":"workflows/deactivateautomationworkflow","openApiOperationId":"deactivateAutomationWorkflow","summary":"Deactivate Workflow"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3String"}},"schemaId":"components/schemas/DWRResponseV3String"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1automation~1workflows~1{workflowUuid}~1deactivate/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3String","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3String"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/workflows/deactivateautomationworkflow"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/automation/workflows/{workflowUuid}/deactivate"}],"content":{"contentType":"group","meta":{"name":"Workflows"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Workflows","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/api/v3.0/accounts/{accountUuid}/automation/workflows","summary":"Get Account-Level Workflows List","prefix":{"name":"get","color":"get"},"badges":[],"link":"/workflows/getaccountworkflowsv3","deprecated":false},{"title":"/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}","summary":"Get Account-Level Workflow","prefix":{"name":"get","color":"get"},"badges":[],"link":"/workflows/getaccountworkflow","deprecated":false},{"title":"/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}","summary":"Delete Account-Level Workflow","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/workflows/deleteaccountworkflow","deprecated":false},{"title":"/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}/activate","summary":"Activate Account-Level Workflow","prefix":{"name":"post","color":"post"},"badges":[],"link":"/workflows/activateaccountworkflow","deprecated":false},{"title":"/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}/deactivate","summary":"Deactivate Account-Level Workflow","prefix":{"name":"post","color":"post"},"badges":[],"link":"/workflows/deactivateaccountworkflow","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/automation/workflows","summary":"Get Organization Workflows","prefix":{"name":"get","color":"get"},"badges":[],"link":"/workflows/getautomationworkflowsv3","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/automation/workflows/{workflowUuid}","summary":"Get Workflow","prefix":{"name":"get","color":"get"},"badges":[],"link":"/workflows/getautomationworkflow","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/automation/workflows/{workflowUuid}","summary":"Delete Workflow","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/workflows/deleteautomationworkflow","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/automation/workflows/{workflowUuid}/activate","summary":"Activate Workflow","prefix":{"name":"post","color":"post"},"badges":[],"link":"/workflows/activateautomationworkflow","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/automation/workflows/{workflowUuid}/deactivate","summary":"Deactivate Workflow","prefix":{"name":"post","color":"post"},"badges":[],"link":"/workflows/deactivateautomationworkflow","deprecated":false}]}]}]}]}},{"type":"group","label":"Administration - Activity Log","link":"/platform/3.0/administration-activity-log","routeSlug":"/platform/3.0/administration-activity-log","items":[{"label":"Get Organization Activity Logs","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-activity-log/getorganizationactivitylogs","routeSlug":"/platform/3.0/administration-activity-log/getorganizationactivitylogs","metadata":{"seo":{"title":"Get Organization Activity Logs","description":"Returns the organization's activity log events accessible to the current user"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getOrganizationActivityLogs","name":"Get Organization Activity Logs","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1activity-logs/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Organization Activity Logs","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the organization's activity log events accessible to the current user"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1activity-logs/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."},{"name":"startDate","in":"query","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start of the time window. Format: yyyy-MM-dd or yyyy-MM-dd'T'HH:mm:ss, optionally with a zone offset (Z or +HH:mm); without an offset the value is interpreted as UTC. With days, the window is [startDate, startDate + days]; without days it extends to now. Takes precedence over a timestamp filter inside search."},"children":[]}]}]}]},{"name":"days","in":"query","schemaId":"schema_101","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Length of the time window in days (positive integer). With startDate, the window is [startDate, startDate + days]; without startDate it is the last "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"days","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" days. Takes precedence over a timestamp filter inside search."},"children":[]},{"$$mdtype":"Node","type":"error","inline":true,"errors":[{"id":"parse-error","level":"critical","message":"HTML tag <days> is not closed, opened at"}],"attributes":{},"children":[]}]}]}]}]},{"name":"engineType","in":"query","schemaId":"schema_79","description":"Comma-separated engine types to filter by, e.g. SCA,SAST,IMG,IAC,AI,PLATFORM. Case-insensitive. Takes precedence over an engineType filter inside search."}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1activity-logs/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/activity-logs","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","schemaId":"schema_79"},{"name":"limit","in":"query","schemaId":"schema_80"},{"name":"startDate","in":"query","schemaId":"schema_79"},{"name":"days","in":"query","schemaId":"schema_101"},{"name":"engineType","in":"query","schemaId":"schema_79"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/activity-logs","href":"administration-activity-log/getorganizationactivitylogs","openApiOperationId":"getOrganizationActivityLogs","summary":"Get Organization Activity Logs"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListActivityLogDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3ListActivityLogDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1activity-logs/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3ListActivityLogDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3ListActivityLogDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-activity-log/getorganizationactivitylogs"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/activity-logs"},{"label":"Get Organization Activity Log Options","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/administration-activity-log/getorganizationactivitylogoptions","routeSlug":"/platform/3.0/administration-activity-log/getorganizationactivitylogoptions","metadata":{"seo":{"title":"Get Organization Activity Log Options","description":"Returns the distinct values available per filterable activity-log field."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getOrganizationActivityLogOptions","name":"Get Organization Activity Log Options","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1activity-logs~1options/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Organization Activity Log Options","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the distinct values available per filterable activity-log field."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1activity-logs~1options/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"fields","in":"query","schemaId":"schema_79","description":"Comma-separated list of activity-log fields to return the distinct available values for. Currently supported: category, event, entityType.","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1activity-logs~1options/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/activity-logs/options","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"fields","in":"query","required":true,"schemaId":"schema_79"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/activity-logs/options","href":"administration-activity-log/getorganizationactivitylogoptions","openApiOperationId":"getOrganizationActivityLogOptions","summary":"Get Organization Activity Log Options"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MapStringListString"}},"schemaId":"components/schemas/DWRResponseV3MapStringListString"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1activity-logs~1options/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3MapStringListString","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MapStringListString"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/administration-activity-log/getorganizationactivitylogoptions"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/activity-logs/options"}],"content":{"contentType":"group","meta":{"name":"Administration - Activity Log"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Administration - Activity Log","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/api/v3.0/orgs/{orgUuid}/activity-logs","summary":"Get Organization Activity Logs","prefix":{"name":"get","color":"get"},"badges":[],"link":"/administration-activity-log/getorganizationactivitylogs","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/activity-logs/options","summary":"Get Organization Activity Log Options","prefix":{"name":"get","color":"get"},"badges":[],"link":"/administration-activity-log/getorganizationactivitylogoptions","deprecated":false}]}]}]}]}},{"type":"group","label":"Adoption Wizard","link":"/platform/3.0/adoption-wizard","routeSlug":"/platform/3.0/adoption-wizard","items":[{"label":"Get Organization Adoption Wizard Capability","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/adoption-wizard/getadoptionwizardcapability","routeSlug":"/platform/3.0/adoption-wizard/getadoptionwizardcapability","metadata":{"seo":{"title":"Get Organization Adoption Wizard Capability","description":"Get Organization Adoption Wizard Capability"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getAdoptionWizardCapability","name":"Get Organization Adoption Wizard Capability","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1capability/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Organization Adoption Wizard Capability","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1capability/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/capability","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/capability","href":"adoption-wizard/getadoptionwizardcapability","openApiOperationId":"getAdoptionWizardCapability","summary":"Get Organization Adoption Wizard Capability"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3AdoptionWizardCapabilityDTO"}},"schemaId":"components/schemas/DWRResponseV3AdoptionWizardCapabilityDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1capability/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3AdoptionWizardCapabilityDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3AdoptionWizardCapabilityDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/adoption-wizard/getadoptionwizardcapability"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/capability"},{"label":"Delegate the Adoption Wizard onboarding to another user","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/adoption-wizard/invite","routeSlug":"/platform/3.0/adoption-wizard/invite","metadata":{"seo":{"title":"Delegate the Adoption Wizard onboarding to another user","description":"Delegate the Adoption Wizard onboarding to another user"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"invite","name":"Delegate the Adoption Wizard onboarding to another user","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1invite/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delegate the Adoption Wizard onboarding to another user","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1invite/post/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"engine","in":"query","schemaId":"schema_102","required":true},{"name":"scanSource","in":"query","schemaId":"schema_103","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1invite/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AdoptionWizardInviteRequestDTO"}},"schemaId":"components/schemas/AdoptionWizardInviteRequestDTO","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1invite/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/invite","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"engine","in":"query","required":true,"schemaId":"schema_102"},{"name":"scanSource","in":"query","required":true,"schemaId":"schema_103"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/AdoptionWizardInviteRequestDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/invite","href":"adoption-wizard/invite","openApiOperationId":"invite","summary":"Delegate the Adoption Wizard onboarding to another user"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/AdoptionWizardInviteRequestDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AdoptionWizardInviteRequestDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}},"schemaId":"components/schemas/DWRResponseV3MessageDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1invite/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3MessageDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/adoption-wizard/invite"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/invite"},{"label":"Cancel a pending Adoption Wizard delegation","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/adoption-wizard/cancelinvite","routeSlug":"/platform/3.0/adoption-wizard/cancelinvite","metadata":{"seo":{"title":"Cancel a pending Adoption Wizard delegation","description":"Cancel a pending Adoption Wizard delegation"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"cancelInvite","name":"Cancel a pending Adoption Wizard delegation","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1invite/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Cancel a pending Adoption Wizard delegation","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1invite/delete/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"engine","in":"query","schemaId":"schema_102","required":true},{"name":"scanSource","in":"query","schemaId":"schema_103","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1invite/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/invite","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"engine","in":"query","required":true,"schemaId":"schema_102"},{"name":"scanSource","in":"query","required":true,"schemaId":"schema_103"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/invite","href":"adoption-wizard/cancelinvite","openApiOperationId":"cancelInvite","summary":"Cancel a pending Adoption Wizard delegation"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}},"schemaId":"components/schemas/DWRResponseV3MessageDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1invite/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3MessageDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/adoption-wizard/cancelinvite"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/invite"},{"label":"Verify the current user may complete a pending Adoption Wizard delegation","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/adoption-wizard/checkinviteduser","routeSlug":"/platform/3.0/adoption-wizard/checkinviteduser","metadata":{"seo":{"title":"Verify the current user may complete a pending Adoption Wizard delegation","description":"Returns 200 if the session user is an org admin or the specific user invited for this engine/scanSource, 403 otherwise. Used by Developer Platform to gate its own onboarding endpoint against users who were never delegated."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"checkInvitedUser","name":"Verify the current user may complete a pending Adoption Wizard delegation","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1invitedUser/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Verify the current user may complete a pending Adoption Wizard delegation","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns 200 if the session user is an org admin or the specific user invited for this engine/scanSource, 403 otherwise. Used by Developer Platform to gate its own onboarding endpoint against users who were never delegated."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1invitedUser/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"engine","in":"query","schemaId":"schema_102","required":true},{"name":"scanSource","in":"query","schemaId":"schema_103","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1invitedUser/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/invitedUser","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"engine","in":"query","required":true,"schemaId":"schema_102"},{"name":"scanSource","in":"query","required":true,"schemaId":"schema_103"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/invitedUser","href":"adoption-wizard/checkinviteduser","openApiOperationId":"checkInvitedUser","summary":"Verify the current user may complete a pending Adoption Wizard delegation"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1invitedUser/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200"},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/adoption-wizard/checkinviteduser"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/invitedUser"},{"label":"Get Organization Adoption Wizard Onboardable Repositories","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/adoption-wizard/getonboardablerepositories","routeSlug":"/platform/3.0/adoption-wizard/getonboardablerepositories","metadata":{"seo":{"title":"Get Organization Adoption Wizard Onboardable Repositories","description":"Get Organization Adoption Wizard Onboardable Repositories"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getOnboardableRepositories","name":"Get Organization Adoption Wizard Onboardable Repositories","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1repositories/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Organization Adoption Wizard Onboardable Repositories","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1repositories/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."},{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."},{"name":"engine","in":"query","schemaId":"schema_102","required":true},{"name":"scanSource","in":"query","schemaId":"schema_103","required":true},{"name":"name","in":"query","schemaId":"schema_79"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1repositories/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/repositories","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"cursor","in":"query","required":false,"schemaId":"schema_79"},{"name":"limit","in":"query","required":false,"schemaId":"schema_80"},{"name":"engine","in":"query","required":true,"schemaId":"schema_102"},{"name":"scanSource","in":"query","required":true,"schemaId":"schema_103"},{"name":"name","in":"query","required":false,"schemaId":"schema_79"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/repositories","href":"adoption-wizard/getonboardablerepositories","openApiOperationId":"getOnboardableRepositories","summary":"Get Organization Adoption Wizard Onboardable Repositories"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3AdoptionWizardRepositoriesDTO"}},"schemaId":"components/schemas/DWRResponseV3AdoptionWizardRepositoriesDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1repositories/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3AdoptionWizardRepositoriesDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3AdoptionWizardRepositoriesDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/adoption-wizard/getonboardablerepositories"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/repositories"},{"label":"Onboard a repository to the Adoption Wizard engine","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/adoption-wizard/onboardrepository","routeSlug":"/platform/3.0/adoption-wizard/onboardrepository","metadata":{"seo":{"title":"Onboard a repository to the Adoption Wizard engine","description":"Onboard a repository to the Adoption Wizard engine"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"onboardRepository","name":"Onboard a repository to the Adoption Wizard engine","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1repositories~1{repoId}~1onboard/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Onboard a repository to the Adoption Wizard engine","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true},{"name":"repoId","in":"path","schemaId":"schema_79","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1repositories~1{repoId}~1onboard/post/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"engine","in":"query","schemaId":"schema_102","required":true},{"name":"scanSource","in":"query","schemaId":"schema_103","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1repositories~1{repoId}~1onboard/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/repositories/{repoId}/onboard","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"},{"name":"repoId","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"engine","in":"query","required":true,"schemaId":"schema_102"},{"name":"scanSource","in":"query","required":true,"schemaId":"schema_103"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/repositories/{repoId}/onboard","href":"adoption-wizard/onboardrepository","openApiOperationId":"onboardRepository","summary":"Onboard a repository to the Adoption Wizard engine"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}},"schemaId":"components/schemas/DWRResponseV3MessageDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1repositories~1{repoId}~1onboard/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3MessageDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/adoption-wizard/onboardrepository"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/repositories/{repoId}/onboard"},{"label":"Get Organization Adoption Wizard Status","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/adoption-wizard/getadoptionwizardstatus","routeSlug":"/platform/3.0/adoption-wizard/getadoptionwizardstatus","metadata":{"seo":{"title":"Get Organization Adoption Wizard Status","description":"Get Organization Adoption Wizard Status"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getAdoptionWizardStatus","name":"Get Organization Adoption Wizard Status","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1status/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Organization Adoption Wizard Status","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1status/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"engine","in":"query","schemaId":"schema_102","required":true},{"name":"scanSource","in":"query","schemaId":"schema_103","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1status/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/status","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"engine","in":"query","required":true,"schemaId":"schema_102"},{"name":"scanSource","in":"query","required":true,"schemaId":"schema_103"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/status","href":"adoption-wizard/getadoptionwizardstatus","openApiOperationId":"getAdoptionWizardStatus","summary":"Get Organization Adoption Wizard Status"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3AdoptionWizardStatusDTO"}},"schemaId":"components/schemas/DWRResponseV3AdoptionWizardStatusDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1adoptionWizard~1status/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3AdoptionWizardStatusDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3AdoptionWizardStatusDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/adoption-wizard/getadoptionwizardstatus"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/status"}],"content":{"contentType":"group","meta":{"name":"Adoption Wizard"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Adoption Wizard","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/capability","summary":"Get Organization Adoption Wizard Capability","prefix":{"name":"get","color":"get"},"badges":[],"link":"/adoption-wizard/getadoptionwizardcapability","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/invite","summary":"Delegate the Adoption Wizard onboarding to another user","prefix":{"name":"post","color":"post"},"badges":[],"link":"/adoption-wizard/invite","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/invite","summary":"Cancel a pending Adoption Wizard delegation","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/adoption-wizard/cancelinvite","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/invitedUser","summary":"Verify the current user may complete a pending Adoption Wizard delegation","prefix":{"name":"get","color":"get"},"badges":[],"link":"/adoption-wizard/checkinviteduser","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/repositories","summary":"Get Organization Adoption Wizard Onboardable Repositories","prefix":{"name":"get","color":"get"},"badges":[],"link":"/adoption-wizard/getonboardablerepositories","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/repositories/{repoId}/onboard","summary":"Onboard a repository to the Adoption Wizard engine","prefix":{"name":"post","color":"post"},"badges":[],"link":"/adoption-wizard/onboardrepository","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/adoptionWizard/status","summary":"Get Organization Adoption Wizard Status","prefix":{"name":"get","color":"get"},"badges":[],"link":"/adoption-wizard/getadoptionwizardstatus","deprecated":false}]}]}]}]}},{"type":"group","label":"Suppression Requests","link":"/platform/3.0/suppression-requests","routeSlug":"/platform/3.0/suppression-requests","items":[{"label":"Get application suppression requests","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/suppression-requests/getapplicationapprovalrequests","routeSlug":"/platform/3.0/suppression-requests/getapplicationapprovalrequests","metadata":{"seo":{"title":"Get application suppression requests","description":"Returns the suppression requests related to the application"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getApplicationApprovalRequests","name":"Get application suppression requests","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1approvalRequests/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get application suppression requests","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the suppression requests related to the application"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":"application UUID.","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1approvalRequests/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/approvalRequests","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/approvalRequests","href":"suppression-requests/getapplicationapprovalrequests","openApiOperationId":"getApplicationApprovalRequests","summary":"Get application suppression requests"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3CollectionProjectApprovalRequestDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3CollectionProjectApprovalRequestDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1approvalRequests/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3CollectionProjectApprovalRequestDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3CollectionProjectApprovalRequestDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/suppression-requests/getapplicationapprovalrequests"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/approvalRequests"},{"label":"Update multiple suppression requests state","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/suppression-requests/updatemultipleapplicationapprovalrequests","routeSlug":"/platform/3.0/suppression-requests/updatemultipleapplicationapprovalrequests","metadata":{"seo":{"title":"Update multiple suppression requests state","description":"Updates the state of multiple application suppression requests"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"updateMultipleApplicationApprovalRequests","name":"Update multiple suppression requests state","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1approvalRequests/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update multiple suppression requests state","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Updates the state of multiple application suppression requests"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":"application UUID.","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1approvalRequests/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateMultipleProjectApprovalsRequestDTO"}},"schemaId":"components/schemas/UpdateMultipleProjectApprovalsRequestDTO","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1approvalRequests/put/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/approvalRequests","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/UpdateMultipleProjectApprovalsRequestDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/approvalRequests","href":"suppression-requests/updatemultipleapplicationapprovalrequests","openApiOperationId":"updateMultipleApplicationApprovalRequests","summary":"Update multiple suppression requests state"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/UpdateMultipleProjectApprovalsRequestDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateMultipleProjectApprovalsRequestDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}},"schemaId":"components/schemas/DWRResponseV3MessageDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1{applicationUuid}~1approvalRequests/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3MessageDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/suppression-requests/updatemultipleapplicationapprovalrequests"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/approvalRequests"},{"label":"Get project suppression requests","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/suppression-requests/getprojectapprovalrequests","routeSlug":"/platform/3.0/suppression-requests/getprojectapprovalrequests","metadata":{"seo":{"title":"Get project suppression requests","description":"Returns the suppression requests related to the project"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getProjectApprovalRequests","name":"Get project suppression requests","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1approvalRequests/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get project suppression requests","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the suppression requests related to the project"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1approvalRequests/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/approvalRequests","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/approvalRequests","href":"suppression-requests/getprojectapprovalrequests","openApiOperationId":"getProjectApprovalRequests","summary":"Get project suppression requests"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3CollectionProjectApprovalRequestDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3CollectionProjectApprovalRequestDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1approvalRequests/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3CollectionProjectApprovalRequestDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3CollectionProjectApprovalRequestDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/suppression-requests/getprojectapprovalrequests"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/approvalRequests"},{"label":"Update multiple suppression requests state","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/suppression-requests/updatemultipleprojectapprovalrequests","routeSlug":"/platform/3.0/suppression-requests/updatemultipleprojectapprovalrequests","metadata":{"seo":{"title":"Update multiple suppression requests state","description":"Updates the state of multiple project suppression requests"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"updateMultipleProjectApprovalRequests","name":"Update multiple suppression requests state","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1approvalRequests/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update multiple suppression requests state","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Updates the state of multiple project suppression requests"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1approvalRequests/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateMultipleProjectApprovalsRequestDTO"}},"schemaId":"components/schemas/UpdateMultipleProjectApprovalsRequestDTO","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1approvalRequests/put/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/approvalRequests","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/UpdateMultipleProjectApprovalsRequestDTO"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/approvalRequests","href":"suppression-requests/updatemultipleprojectapprovalrequests","openApiOperationId":"updateMultipleProjectApprovalRequests","summary":"Update multiple suppression requests state"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/UpdateMultipleProjectApprovalsRequestDTO","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateMultipleProjectApprovalsRequestDTO"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}},"schemaId":"components/schemas/DWRResponseV3MessageDTO"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1projects~1{projectUuid}~1approvalRequests/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3MessageDTO","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3MessageDTO"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/suppression-requests/updatemultipleprojectapprovalrequests"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/approvalRequests"}],"content":{"contentType":"group","meta":{"name":"Suppression Requests"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Suppression Requests","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/approvalRequests","summary":"Get application suppression requests","prefix":{"name":"get","color":"get"},"badges":[],"link":"/suppression-requests/getapplicationapprovalrequests","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/approvalRequests","summary":"Update multiple suppression requests state","prefix":{"name":"put","color":"put"},"badges":[],"link":"/suppression-requests/updatemultipleapplicationapprovalrequests","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/approvalRequests","summary":"Get project suppression requests","prefix":{"name":"get","color":"get"},"badges":[],"link":"/suppression-requests/getprojectapprovalrequests","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/approvalRequests","summary":"Update multiple suppression requests state","prefix":{"name":"put","color":"put"},"badges":[],"link":"/suppression-requests/updatemultipleprojectapprovalrequests","deprecated":false}]}]}]}]}},{"type":"group","label":"Integrations","link":"/platform/3.0/integrations","routeSlug":"/platform/3.0/integrations","items":[{"label":"Get All Integrations","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/integrations/getorgintegrations","routeSlug":"/platform/3.0/integrations/getorgintegrations","metadata":{"seo":{"title":"Get All Integrations","description":"Returns all integrations for the given organization with optional filtering."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getOrgIntegrations","name":"Get All Integrations","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1integrations/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All Integrations","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns all integrations for the given organization with optional filtering."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1integrations/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/orgs/{orgUuid}/integrations","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/integrations","href":"integrations/getorgintegrations","openApiOperationId":"getOrgIntegrations","summary":"Get All Integrations"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ListIntegrationDTOV3"}},"schemaId":"components/schemas/DWRResponseV3ListIntegrationDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1integrations/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3ListIntegrationDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3ListIntegrationDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/integrations/getorgintegrations"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/integrations"}],"content":{"contentType":"group","meta":{"name":"Integrations"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Integrations","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/api/v3.0/orgs/{orgUuid}/integrations","summary":"Get All Integrations","prefix":{"name":"get","color":"get"},"badges":[],"link":"/integrations/getorgintegrations","deprecated":false}]}]}]}]}},{"type":"group","label":"Dependencies Source Files","link":"/platform/3.0/dependencies-source-files","routeSlug":"/platform/3.0/dependencies-source-files","items":[{"label":"Get source files inventory at project level","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/dependencies-source-files/getsourcefilesinventoryproject","routeSlug":"/platform/3.0/dependencies-source-files/getsourcefilesinventoryproject","metadata":{"seo":{"title":"Get source files inventory at project level","description":"Returns an inventory list of the source files associated with each library in a project. Supports filtering by library UUID using the search parameter. Example: ?search=libraryUuid==b366b0ef-b211-4c37-a47c-0077e4de709f"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getSourceFilesInventoryProject","name":"Get source files inventory at project level","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1sourceFiles~1inventory/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get source files inventory at project level","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Returns an inventory list of the source files associated with each library in a project. Supports filtering by library UUID using the search parameter. Example: ?search=libraryUuid==b366b0ef-b211-4c37-a47c-0077e4de709f"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1sourceFiles~1inventory/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."},{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1sourceFiles~1inventory/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/dependencies/sourceFiles/inventory","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"limit","in":"query","schemaId":"schema_80"},{"name":"cursor","in":"query","schemaId":"schema_79"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/dependencies/sourceFiles/inventory","href":"dependencies-source-files/getsourcefilesinventoryproject","openApiOperationId":"getSourceFilesInventoryProject","summary":"Get source files inventory at project level"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3CollectionSourceFileInventoryDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3CollectionSourceFileInventoryDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1sourceFiles~1inventory/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3CollectionSourceFileInventoryDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3CollectionSourceFileInventoryDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dependencies-source-files/getsourcefilesinventoryproject"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/dependencies/sourceFiles/inventory"},{"label":"Get Mend library suggestions for source files at project level","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/dependencies-source-files/getmatchsuggestionsproject","routeSlug":"/platform/3.0/dependencies-source-files/getmatchsuggestionsproject","metadata":{"seo":{"title":"Get Mend library suggestions for source files at project level","description":"Returns Mend library suggestions for the specified source file UUIDs. Request body requires: sourceFileUuids (array), recommendedForAllFiles (boolean). Supports same search filters as searchForMatch: date, license, name, owner, version."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getMatchSuggestionsProject","name":"Get Mend library suggestions for source files at project level","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1sourceFiles~1matchSuggestions/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Mend library suggestions for source files at project level","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns Mend library suggestions for the specified source file UUIDs. Request body requires: sourceFileUuids (array), recommendedForAllFiles (boolean). Supports same search filters as searchForMatch: date, license, name, owner, version. "},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1sourceFiles~1matchSuggestions/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LibraryMatchSuggestionsRequestDTOV3_MatchSuggestions"}},"schemaId":"components/schemas/LibraryMatchSuggestionsRequestDTOV3_MatchSuggestions","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1sourceFiles~1matchSuggestions/post/requestBody","description":"Request body containing source file UUIDs and optional filters. Fields: sourceFileUuids (required, array of UUIDs), recommendedForAllFiles (required, boolean)."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/dependencies/sourceFiles/matchSuggestions","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/LibraryMatchSuggestionsRequestDTOV3_MatchSuggestions"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/dependencies/sourceFiles/matchSuggestions","href":"dependencies-source-files/getmatchsuggestionsproject","openApiOperationId":"getMatchSuggestionsProject","summary":"Get Mend library suggestions for source files at project level"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/LibraryMatchSuggestionsRequestDTOV3_MatchSuggestions","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LibraryMatchSuggestionsRequestDTOV3_MatchSuggestions"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_MatchSuggestions"}},"schemaId":"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_MatchSuggestions"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1sourceFiles~1matchSuggestions/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_MatchSuggestions","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_MatchSuggestions"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dependencies-source-files/getmatchsuggestionsproject"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/dependencies/sourceFiles/matchSuggestions"},{"label":"Search for library matches for source files at project level","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/dependencies-source-files/searchformatchproject","routeSlug":"/platform/3.0/dependencies-source-files/searchformatchproject","metadata":{"seo":{"title":"Search for library matches for source files at project level","description":"Returns library match suggestions from Mend based on manual search criteria. Uses V3 MQL search format. Available search filters: date:between:date1,date2 (e.g., between:2019-05-01,2019-06-01), license:[like|regex]:value, name:[like|equals|regex]:value, owner:like:value, version:like:value. Example: ?search=name==openssl."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"searchForMatchProject","name":"Search for library matches for source files at project level","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1sourceFiles~1searchForMatch/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Search for library matches for source files at project level","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Returns library match suggestions from Mend based on manual search criteria. Uses V3 MQL search format. Available search filters: date:between:date1,date2 (e.g., between:2019-05-01,2019-06-01), license:[like|regex]:value, name:[like|equals|regex]:value, owner:like:value, version:like:value. Example: ?search=name==openssl."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1sourceFiles~1searchForMatch/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/projects/{projectUuid}/dependencies/sourceFiles/searchForMatch","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/projects/{projectUuid}/dependencies/sourceFiles/searchForMatch","href":"dependencies-source-files/searchformatchproject","openApiOperationId":"searchForMatchProject","summary":"Search for library matches for source files at project level"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_SearchForMatch"}},"schemaId":"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_SearchForMatch"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1dependencies~1sourceFiles~1searchForMatch/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_SearchForMatch","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_SearchForMatch"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dependencies-source-files/searchformatchproject"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/dependencies/sourceFiles/searchForMatch"},{"label":"Get source files inventory at application level","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/dependencies-source-files/getsourcefilesinventoryapplication","routeSlug":"/platform/3.0/dependencies-source-files/getsourcefilesinventoryapplication","metadata":{"seo":{"title":"Get source files inventory at application level","description":"Returns a list of libraries together with the location of their source files. Supports filtering by library UUID using the search parameter. Example: ?search=libraryUuid==b366b0ef-b211-4c37-a47c-0077e4de709f"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getSourceFilesInventoryApplication","name":"Get source files inventory at application level","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1sourceFiles~1inventory/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get source files inventory at application level","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Returns a list of libraries together with the location of their source files. Supports filtering by library UUID using the search parameter. Example: ?search=libraryUuid==b366b0ef-b211-4c37-a47c-0077e4de709f"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1sourceFiles~1inventory/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"limit","in":"query","schemaId":"schema_80","description":"Specifies the maximum number of items to be returned in the response."},{"name":"cursor","in":"query","schemaId":"schema_79","description":"Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved."}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1sourceFiles~1inventory/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/applications/{applicationUuid}/dependencies/sourceFiles/inventory","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[{"name":"limit","in":"query","schemaId":"schema_80"},{"name":"cursor","in":"query","schemaId":"schema_79"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/dependencies/sourceFiles/inventory","href":"dependencies-source-files/getsourcefilesinventoryapplication","openApiOperationId":"getSourceFilesInventoryApplication","summary":"Get source files inventory at application level"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3CollectionSourceFileInventoryDTOV3"}},"schemaId":"components/schemas/DWRResponsePageableV3CollectionSourceFileInventoryDTOV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1sourceFiles~1inventory/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponsePageableV3CollectionSourceFileInventoryDTOV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponsePageableV3CollectionSourceFileInventoryDTOV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dependencies-source-files/getsourcefilesinventoryapplication"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/dependencies/sourceFiles/inventory"},{"label":"Get Mend library suggestions for source files at application level","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/dependencies-source-files/getmatchsuggestionsapplication","routeSlug":"/platform/3.0/dependencies-source-files/getmatchsuggestionsapplication","metadata":{"seo":{"title":"Get Mend library suggestions for source files at application level","description":"Returns Mend library suggestions for the specified source file UUIDs. Request body requires: sourceFileUuids (array), recommendedForAllFiles (boolean). Supports same search filters as searchForMatch: date, license, name, owner, version."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getMatchSuggestionsApplication","name":"Get Mend library suggestions for source files at application level","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1sourceFiles~1matchSuggestions/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Mend library suggestions for source files at application level","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns Mend library suggestions for the specified source file UUIDs. Request body requires: sourceFileUuids (array), recommendedForAllFiles (boolean). Supports same search filters as searchForMatch: date, license, name, owner, version. "},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1sourceFiles~1matchSuggestions/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LibraryMatchSuggestionsRequestDTOV3_MatchSuggestions"}},"schemaId":"components/schemas/LibraryMatchSuggestionsRequestDTOV3_MatchSuggestions","pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1sourceFiles~1matchSuggestions/post/requestBody","description":"Request body containing source file UUIDs and optional filters. Fields: sourceFileUuids (required, array of UUIDs), recommendedForAllFiles (required, boolean)."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/applications/{applicationUuid}/dependencies/sourceFiles/matchSuggestions","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/LibraryMatchSuggestionsRequestDTOV3_MatchSuggestions"}},"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/dependencies/sourceFiles/matchSuggestions","href":"dependencies-source-files/getmatchsuggestionsapplication","openApiOperationId":"getMatchSuggestionsApplication","summary":"Get Mend library suggestions for source files at application level"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/LibraryMatchSuggestionsRequestDTOV3_MatchSuggestions","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LibraryMatchSuggestionsRequestDTOV3_MatchSuggestions"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_MatchSuggestions"}},"schemaId":"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_MatchSuggestions"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1sourceFiles~1matchSuggestions/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_MatchSuggestions","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_MatchSuggestions"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dependencies-source-files/getmatchsuggestionsapplication"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/dependencies/sourceFiles/matchSuggestions"},{"label":"Search for library matches for source files at application level","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/dependencies-source-files/searchformatchapplication","routeSlug":"/platform/3.0/dependencies-source-files/searchformatchapplication","metadata":{"seo":{"title":"Search for library matches for source files at application level","description":"Returns library match suggestions from Mend based on manual search criteria. Uses V3 MQL search format. Available search filters: date:between:date1,date2 (e.g., between:2019-05-01,2019-06-01), license:[like|regex]:value, name:[like|equals|regex]:value, owner:like:value, version:like:value. Example: ?search=name==openssl."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"searchForMatchApplication","name":"Search for library matches for source files at application level","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1sourceFiles~1searchForMatch/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Search for library matches for source files at application level","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Returns library match suggestions from Mend based on manual search criteria. Uses V3 MQL search format. Available search filters: date:between:date1,date2 (e.g., between:2019-05-01,2019-06-01), license:[like|regex]:value, name:[like|equals|regex]:value, owner:like:value, version:like:value. Example: ?search=name==openssl."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"applicationUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Application UUID (Administration > Applications)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1sourceFiles~1searchForMatch/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/applications/{applicationUuid}/dependencies/sourceFiles/searchForMatch","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"applicationUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403"],"pointer":"/api/v3.0/applications/{applicationUuid}/dependencies/sourceFiles/searchForMatch","href":"dependencies-source-files/searchformatchapplication","openApiOperationId":"searchForMatchApplication","summary":"Search for library matches for source files at application level"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_SearchForMatch"}},"schemaId":"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_SearchForMatch"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1applications~1{applicationUuid}~1dependencies~1sourceFiles~1searchForMatch/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_SearchForMatch","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_SearchForMatch"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dependencies-source-files/searchformatchapplication"}],"panels":[]}]},"httpPath":"/api/v3.0/applications/{applicationUuid}/dependencies/sourceFiles/searchForMatch"},{"label":"Remap source files at application level","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/dependencies-source-files/remapsourcefilesapplication","routeSlug":"/platform/3.0/dependencies-source-files/remapsourcefilesapplication","metadata":{"seo":{"title":"Remap source files at application level","description":"Remaps the specified source files to a target library for the specified application(s). This operation runs asynchronously and returns 202 Accepted with async process status. Requires exactly one of: targetLibraryUuid OR matchSuggestionId (not both, not neither). Request body fields: applicationUuids (required, array), sourceFileUuids (required, array), targetLibraryUuid (conditional), matchSuggestionId (conditional), comment (optional), sendEmailNotification (optional, boolean)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"remapSourceFilesApplication","name":"Remap source files at application level","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1dependencies~1sourceFiles~1remapping/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Remap source files at application level","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Remaps the specified source files to a target library for the specified application(s). This operation runs asynchronously and returns 202 Accepted with async process status. Requires exactly one of: targetLibraryUuid OR matchSuggestionId (not both, not neither). Request body fields: applicationUuids (required, array), sourceFileUuids (required, array), targetLibraryUuid (conditional), matchSuggestionId (conditional), comment (optional), sendEmailNotification (optional, boolean)."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1dependencies~1sourceFiles~1remapping/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/SourceFileRemappingAppRequestDTOV3"}},"schemaId":"components/schemas/SourceFileRemappingAppRequestDTOV3","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1dependencies~1sourceFiles~1remapping/post/requestBody","description":"Request body containing remapping details. Fields: applicationUuids (required, array), sourceFileUuids (required, array), targetLibraryUuid (conditional, UUID string - use if remapping from search for a match), matchSuggestionId (conditional, base64 string - use if remapping from match suggestion), comment (optional, string), sendEmailNotification (optional, boolean). IMPORTANT: Provide exactly one of targetLibraryUuid OR matchSuggestionId, not both."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/applications/dependencies/sourceFiles/remapping","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/SourceFileRemappingAppRequestDTOV3"}},"responseCodes":["202","400","403","404"],"pointer":"/api/v3.0/orgs/{orgUuid}/applications/dependencies/sourceFiles/remapping","href":"dependencies-source-files/remapsourcefilesapplication","openApiOperationId":"remapSourceFilesApplication","summary":"Remap source files at application level"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/SourceFileRemappingAppRequestDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/SourceFileRemappingAppRequestDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"202","description":"Remapping job accepted and initiated","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3"}},"schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3"},{"code":"400","description":"Invalid request parameters. Possible errors: 'Only one of targetLibraryUuid or matchSuggestionId must be provided, not both' OR 'Either targetLibraryUuid or matchSuggestionId must be provided'","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"User lacks required permissions or application does not belong to organization","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"404","description":"Organization, application(s), or target library not found. Error: 'Target library not found'","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3"}},"schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1dependencies~1sourceFiles~1remapping/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"202","schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"404","schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dependencies-source-files/remapsourcefilesapplication"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/applications/dependencies/sourceFiles/remapping"},{"label":"Remap source files at organization level","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/dependencies-source-files/remapsourcefilesorganization","routeSlug":"/platform/3.0/dependencies-source-files/remapsourcefilesorganization","metadata":{"seo":{"title":"Remap source files at organization level","description":"Remaps the specified source files to a target library across the entire organization. This operation runs asynchronously and returns 202 Accepted with async process status. Requires exactly one of: targetLibraryUuid OR matchSuggestionId (not both, not neither). Request body fields: sourceFileUuids (required, array), targetLibraryUuid (conditional), matchSuggestionId (conditional), comment (optional), sendEmailNotification (optional, boolean)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"remapSourceFilesOrganization","name":"Remap source files at organization level","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1dependencies~1sourceFiles~1remapping/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Remap source files at organization level","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Remaps the specified source files to a target library across the entire organization. This operation runs asynchronously and returns 202 Accepted with async process status. Requires exactly one of: targetLibraryUuid OR matchSuggestionId (not both, not neither). Request body fields: sourceFileUuids (required, array), targetLibraryUuid (conditional), matchSuggestionId (conditional), comment (optional), sendEmailNotification (optional, boolean)."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1dependencies~1sourceFiles~1remapping/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/SourceFileRemappingOrgRequestDTOV3"}},"schemaId":"components/schemas/SourceFileRemappingOrgRequestDTOV3","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1dependencies~1sourceFiles~1remapping/post/requestBody","description":"Request body containing remapping details. Fields: sourceFileUuids (required, array), targetLibraryUuid (conditional, UUID string - use if remapping from search for a match), matchSuggestionId (conditional, base64 string - use if remapping from match suggestion), comment (optional, string), sendEmailNotification (optional, boolean). IMPORTANT: Provide exactly one of targetLibraryUuid OR matchSuggestionId, not both."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/dependencies/sourceFiles/remapping","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/SourceFileRemappingOrgRequestDTOV3"}},"responseCodes":["202","400","403","404"],"pointer":"/api/v3.0/orgs/{orgUuid}/dependencies/sourceFiles/remapping","href":"dependencies-source-files/remapsourcefilesorganization","openApiOperationId":"remapSourceFilesOrganization","summary":"Remap source files at organization level"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/SourceFileRemappingOrgRequestDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/SourceFileRemappingOrgRequestDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"202","description":"Remapping job accepted and initiated","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3"}},"schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3"},{"code":"400","description":"Invalid request parameters. Possible errors: 'Only one of targetLibraryUuid or matchSuggestionId must be provided, not both' OR 'Either targetLibraryUuid or matchSuggestionId must be provided'","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"User lacks required permissions","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"404","description":"Organization or target library not found. Error: 'Target library not found'","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3"}},"schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1dependencies~1sourceFiles~1remapping/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"202","schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"404","schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dependencies-source-files/remapsourcefilesorganization"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/dependencies/sourceFiles/remapping"},{"label":"Remap all source files of a library at application level","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/dependencies-source-files/remapalllibrarysourcefilesapplication","routeSlug":"/platform/3.0/dependencies-source-files/remapalllibrarysourcefilesapplication","metadata":{"seo":{"title":"Remap all source files of a library at application level","description":"Remaps ALL source files currently mapped to the given originalLibrary to a target library for the specified application(s). The server resolves the library's source files on its own (no sourceFileUuids required). Runs asynchronously and returns 202 Accepted with async process status. Requires exactly one of: targetLibraryUuid OR matchSuggestionId."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"remapAllLibrarySourceFilesApplication","name":"Remap all source files of a library at application level","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1dependencies~1sourceFiles~1remapping~1by-library/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Remap all source files of a library at application level","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Remaps ALL source files currently mapped to the given originalLibrary to a target library for the specified application(s). The server resolves the library's source files on its own (no sourceFileUuids required). Runs asynchronously and returns 202 Accepted with async process status. Requires exactly one of: targetLibraryUuid OR matchSuggestionId."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1dependencies~1sourceFiles~1remapping~1by-library/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/SourceFileRemappingAppRequestDTOV3"}},"schemaId":"components/schemas/SourceFileRemappingAppRequestDTOV3","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1dependencies~1sourceFiles~1remapping~1by-library/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/applications/dependencies/sourceFiles/remapping/by-library","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/SourceFileRemappingAppRequestDTOV3"}},"responseCodes":["202","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/applications/dependencies/sourceFiles/remapping/by-library","href":"dependencies-source-files/remapalllibrarysourcefilesapplication","openApiOperationId":"remapAllLibrarySourceFilesApplication","summary":"Remap all source files of a library at application level"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/SourceFileRemappingAppRequestDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/SourceFileRemappingAppRequestDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"202","description":"Remapping job accepted and initiated","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3"}},"schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1applications~1dependencies~1sourceFiles~1remapping~1by-library/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"202","schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dependencies-source-files/remapalllibrarysourcefilesapplication"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/applications/dependencies/sourceFiles/remapping/by-library"},{"label":"Remap all source files of a library at organization level","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/dependencies-source-files/remapalllibrarysourcefilesorganization","routeSlug":"/platform/3.0/dependencies-source-files/remapalllibrarysourcefilesorganization","metadata":{"seo":{"title":"Remap all source files of a library at organization level","description":"Remaps ALL source files currently mapped to the given originalLibrary to a target library across the entire organization. The server resolves the library's source files on its own (no sourceFileUuids required). Runs asynchronously and returns 202 Accepted with async process status. Requires exactly one of: targetLibraryUuid OR matchSuggestionId."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"remapAllLibrarySourceFilesOrganization","name":"Remap all source files of a library at organization level","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1dependencies~1sourceFiles~1remapping~1by-library/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Remap all source files of a library at organization level","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Remaps ALL source files currently mapped to the given originalLibrary to a target library across the entire organization. The server resolves the library's source files on its own (no sourceFileUuids required). Runs asynchronously and returns 202 Accepted with async process status. Requires exactly one of: targetLibraryUuid OR matchSuggestionId."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"orgUuid","in":"path","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"org UUID (from the Mend App: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Administration"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" General > "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Organization UUID"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")."},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1dependencies~1sourceFiles~1remapping~1by-library/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/SourceFileRemappingOrgRequestDTOV3"}},"schemaId":"components/schemas/SourceFileRemappingOrgRequestDTOV3","pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1dependencies~1sourceFiles~1remapping~1by-library/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/orgs/{orgUuid}/dependencies/sourceFiles/remapping/by-library","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"orgUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/SourceFileRemappingOrgRequestDTOV3"}},"responseCodes":["202","400","403"],"pointer":"/api/v3.0/orgs/{orgUuid}/dependencies/sourceFiles/remapping/by-library","href":"dependencies-source-files/remapalllibrarysourcefilesorganization","openApiOperationId":"remapAllLibrarySourceFilesOrganization","summary":"Remap all source files of a library at organization level"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/SourceFileRemappingOrgRequestDTOV3","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/SourceFileRemappingOrgRequestDTOV3"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"202","description":"Remapping job accepted and initiated","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3"}},"schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3"},{"code":"400","description":"Bad Request","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"},{"code":"403","description":"Forbidden","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}},"schemaId":"components/schemas/DWRResponseBase"}],"pointer":"/paths/~1api~1v3.0~1orgs~1{orgUuid}~1dependencies~1sourceFiles~1remapping~1by-library/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"202","schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3"}}},{"code":"400","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}},{"code":"403","schemaId":"components/schemas/DWRResponseBase","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DWRResponseBase"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dependencies-source-files/remapalllibrarysourcefilesorganization"}],"panels":[]}]},"httpPath":"/api/v3.0/orgs/{orgUuid}/dependencies/sourceFiles/remapping/by-library"}],"content":{"contentType":"group","meta":{"name":"Dependencies Source Files"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Dependencies Source Files","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/api/v3.0/projects/{projectUuid}/dependencies/sourceFiles/inventory","summary":"Get source files inventory at project level","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dependencies-source-files/getsourcefilesinventoryproject","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/dependencies/sourceFiles/matchSuggestions","summary":"Get Mend library suggestions for source files at project level","prefix":{"name":"post","color":"post"},"badges":[],"link":"/dependencies-source-files/getmatchsuggestionsproject","deprecated":false},{"title":"/api/v3.0/projects/{projectUuid}/dependencies/sourceFiles/searchForMatch","summary":"Search for library matches for source files at project level","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dependencies-source-files/searchformatchproject","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/dependencies/sourceFiles/inventory","summary":"Get source files inventory at application level","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dependencies-source-files/getsourcefilesinventoryapplication","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/dependencies/sourceFiles/matchSuggestions","summary":"Get Mend library suggestions for source files at application level","prefix":{"name":"post","color":"post"},"badges":[],"link":"/dependencies-source-files/getmatchsuggestionsapplication","deprecated":false},{"title":"/api/v3.0/applications/{applicationUuid}/dependencies/sourceFiles/searchForMatch","summary":"Search for library matches for source files at application level","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dependencies-source-files/searchformatchapplication","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/applications/dependencies/sourceFiles/remapping","summary":"Remap source files at application level","prefix":{"name":"post","color":"post"},"badges":[],"link":"/dependencies-source-files/remapsourcefilesapplication","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/dependencies/sourceFiles/remapping","summary":"Remap source files at organization level","prefix":{"name":"post","color":"post"},"badges":[],"link":"/dependencies-source-files/remapsourcefilesorganization","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/applications/dependencies/sourceFiles/remapping/by-library","summary":"Remap all source files of a library at application level","prefix":{"name":"post","color":"post"},"badges":[],"link":"/dependencies-source-files/remapalllibrarysourcefilesapplication","deprecated":false},{"title":"/api/v3.0/orgs/{orgUuid}/dependencies/sourceFiles/remapping/by-library","summary":"Remap all source files of a library at organization level","prefix":{"name":"post","color":"post"},"badges":[],"link":"/dependencies-source-files/remapalllibrarysourcefilesorganization","deprecated":false}]}]}]}]}},{"type":"group","label":"AI","link":"/platform/3.0/ai","routeSlug":"/platform/3.0/ai","items":[{"label":"Get implementation weaknesses","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/ai/getimplementationweaknesses","routeSlug":"/platform/3.0/ai/getimplementationweaknesses","metadata":{"seo":{"title":"Get implementation weaknesses","description":"Returns a list of implementation weakness types and their details"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getImplementationWeaknesses","name":"Get implementation weaknesses","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1ai~1implementationweakness/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get implementation weaknesses","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of implementation weakness types and their details"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"weaknessID","in":"query","schemaId":"schema_79","description":"Filter by specific weakness ID"}],"pointer":"/paths/~1api~1v3.0~1ai~1implementationweakness/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/api/v3.0/ai/implementationweakness","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[],"query":[{"name":"weaknessID","in":"query","schemaId":"schema_79"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","401","500"],"pointer":"/api/v3.0/ai/implementationweakness","href":"ai/getimplementationweaknesses","openApiOperationId":"getImplementationWeaknesses","summary":"Get implementation weaknesses"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_104"}},"schemaId":"schema_104"},{"code":"401","description":"Unauthorized","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"500","description":"Internal server error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"}],"pointer":"/paths/~1api~1v3.0~1ai~1implementationweakness/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_104","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_104"}}},{"code":"401","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"500","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/ai/getimplementationweaknesses"}],"panels":[]}]},"httpPath":"/api/v3.0/ai/implementationweakness"}],"content":{"contentType":"group","meta":{"name":"AI"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"AI","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/api/v3.0/ai/implementationweakness","summary":"Get implementation weaknesses","prefix":{"name":"get","color":"get"},"badges":[],"link":"/ai/getimplementationweaknesses","deprecated":false}]}]}]}]}},{"type":"group","label":"Red Team","link":"/platform/3.0/red-team","routeSlug":"/platform/3.0/red-team","items":[{"label":"Trigger test run","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/platform/3.0/red-team/triggertestrun","routeSlug":"/platform/3.0/red-team/triggertestrun","metadata":{"seo":{"title":"Trigger test run","description":"Triggers a test run."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"triggerTestRun","name":"Trigger test run","isWebhook":false,"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1redteam~1trigger/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Trigger test run","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Triggers a test run."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearer-key","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"projectUuid","in":"path","schemaId":"schema_79","description":"UUID of the project","required":true}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1redteam~1trigger/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/v3.V3TestRunTriggerRequest"}},"schemaId":"components/schemas/v3.V3TestRunTriggerRequest","pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1redteam~1trigger/post/requestBody","description":"Test run trigger configuration"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/api/v3.0/projects/{projectUuid}/ai/redteam/trigger","servers":[{"url":"https://baseUrl","description":"Generated server url"}],"parameters":{"path":[{"name":"projectUuid","in":"path","required":true,"schemaId":"schema_79"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/v3.V3TestRunTriggerRequest"}},"responseCodes":["200","400","401","500"],"pointer":"/api/v3.0/projects/{projectUuid}/ai/redteam/trigger","href":"red-team/triggertestrun","openApiOperationId":"triggerTestRun","summary":"Trigger test run"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://baseUrl","description":"Generated server url"}],"schemaId":"components/schemas/v3.V3TestRunTriggerRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/v3.V3TestRunTriggerRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Test run triggered successfully","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.V3BaseResponse-v3_V3TestRunTriggerResponse"}},"schemaId":"components/schemas/v3.V3BaseResponse-v3_V3TestRunTriggerResponse"},{"code":"400","description":"Bad request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"401","description":"Unauthorized","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"},{"code":"500","description":"Internal server error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}},"schemaId":"schema_79"}],"pointer":"/paths/~1api~1v3.0~1projects~1{projectUuid}~1ai~1redteam~1trigger/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/v3.V3BaseResponse-v3_V3TestRunTriggerResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/v3.V3BaseResponse-v3_V3TestRunTriggerResponse"}}},{"code":"400","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"401","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}},{"code":"500","schemaId":"schema_79","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_79"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/red-team/triggertestrun"}],"panels":[]}]},"httpPath":"/api/v3.0/projects/{projectUuid}/ai/redteam/trigger"}],"content":{"contentType":"group","meta":{"name":"Red Team"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Red Team","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/api/v3.0/projects/{projectUuid}/ai/redteam/trigger","summary":"Trigger test run","prefix":{"name":"post","color":"post"},"badges":[],"link":"/red-team/triggertestrun","deprecated":false}]}]}]}]}}],"store":{"schemaStore":{"components/schemas/DWRResponseBase":{"id":"components/schemas/DWRResponseBase","kind":"json-schema","title":"DWRResponseBase","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"}}}},"components/schemas/DWRResponseV3Boolean":{"id":"components/schemas/DWRResponseV3Boolean","kind":"json-schema","title":"DWRResponseV3Boolean","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"boolean"}}}},"components/schemas/ProjectViolationIdentifierDTOV3":{"id":"components/schemas/ProjectViolationIdentifierDTOV3","kind":"json-schema","title":"ProjectViolationIdentifierDTOV3","data":{"type":"object","properties":{"findingUuid":{"type":"string"},"originUuid":{"type":"string"},"projectUuid":{"type":"string"}}}},"components/schemas/UpdateMultipleProjectViolationSlaRequestDTOV3":{"id":"components/schemas/UpdateMultipleProjectViolationSlaRequestDTOV3","kind":"json-schema","title":"UpdateMultipleProjectViolationSlaRequestDTOV3","data":{"type":"object","properties":{"date":{"title":"Date","pattern":"yyyy-MM-dd","type":"string","example":"2024/12/31"},"identifiers":{"type":"array","items":{"$ref":"#/components/schemas/ProjectViolationIdentifierDTOV3"}}}}},"components/schemas/LabelRequestDTOV3":{"id":"components/schemas/LabelRequestDTOV3","kind":"json-schema","title":"LabelRequestDTOV3","data":{"required":["namespace","value"],"type":"object","properties":{"namespace":{"title":"Label Namespace","type":"string","example":"Label Namespace A"},"value":{"title":"Label Value","type":"string","example":"Label Value A"}}}},"components/schemas/DWRResponseV3MessageDTO":{"id":"components/schemas/DWRResponseV3MessageDTO","kind":"json-schema","title":"DWRResponseV3MessageDTO","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/MessageDTO"}}}},"components/schemas/MessageDTO":{"id":"components/schemas/MessageDTO","kind":"json-schema","title":"MessageDTO","data":{"type":"object","properties":{"message":{"title":"message","type":"string","example":"Success!"}}}},"components/schemas/UpdateMultipleProjectApprovalsRequestDTO":{"id":"components/schemas/UpdateMultipleProjectApprovalsRequestDTO","kind":"json-schema","title":"UpdateMultipleProjectApprovalsRequestDTO","data":{"required":["action","elementUuids"],"type":"object","properties":{"action":{"type":"string","description":"Action to execute on the suppression request","example":"APPROVE","enum":["APPROVE","REJECT","REQUEST_INFO","MARK_PENDING"]},"comment":{"type":"string","description":"Reviewer note","example":"More details are required"},"elementUuids":{"type":"array","description":"List of identifiers of the suppression requests to update","example":"123e4567-e89b-12d3-a456-426655440000","items":{"type":"string","description":"List of identifiers of the suppression requests to update","example":"123e4567-e89b-12d3-a456-426655440000"}}}}},"components/schemas/DomainLabelRequestDTO":{"id":"components/schemas/DomainLabelRequestDTO","kind":"json-schema","title":"DomainLabelRequestDTO","data":{"required":["namespace","value"],"type":"object","properties":{"namespace":{"title":"Label Namespace","type":"string","example":"Label Namespace A"},"value":{"title":"Label Value","type":"string","example":"Label Value A"}}}},"components/schemas/GroupRoleRequestDTOV3":{"id":"components/schemas/GroupRoleRequestDTOV3","kind":"json-schema","title":"GroupRoleRequestDTOV3","data":{"required":["scopeType","scopeUuid"],"type":"object","properties":{"scopeUuid":{"type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"scopeType":{"type":"string","example":"organization","enum":["organization","application","project","account","unsupported"]},"role":{"type":"string","enum":["ADMIN","SCAN_MANAGER","SECURITY_ANALYST","MEMBER"]}}}},"components/schemas/UpdateGroupRequestDTO":{"id":"components/schemas/UpdateGroupRequestDTO","kind":"json-schema","title":"UpdateGroupRequestDTO","data":{"type":"object","properties":{"name":{"title":"Group Name","type":"string","example":"Group A"},"description":{"title":"Group Description","type":"string","example":"Group description"}},"description":"DTO for updating an existing group"}},"components/schemas/DWRResponseV3GroupDTO":{"id":"components/schemas/DWRResponseV3GroupDTO","kind":"json-schema","title":"DWRResponseV3GroupDTO","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/GroupDTO"}}}},"components/schemas/GroupDTO":{"id":"components/schemas/GroupDTO","kind":"json-schema","title":"GroupDTO","data":{"type":"object","properties":{"uuid":{"title":"Group UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"Group Name","type":"string","example":"Group A"},"description":{"title":"Group Description","type":"string","example":"Group description"},"userCount":{"title":"User Count","type":"integer","format":"int32","example":22}}}},"components/schemas/CreateUnifiedFindingsReportDTO":{"id":"components/schemas/CreateUnifiedFindingsReportDTO","kind":"json-schema","title":"CreateUnifiedFindingsReportDTO","data":{"type":"object","properties":{"name":{"type":"string"},"format":{"type":"string","enum":["json","html","unknown","xml","excel","yaml","pdf","tv","rdf","csv","sarif","text"]},"sendEmailNotification":{"type":"boolean"},"labelsUuidList":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"List of label UUIDs used to scope the report. Pass an empty array ([]) to apply no label filtering (the report then covers the full scope). Note: the placeholder value \"string\" shown in the example schema is not a valid UUID — passing it (or any non-existent label UUID) matches no labels and produces an empty report."},"children":[]}]}]}],"example":[],"items":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"List of label UUIDs used to scope the report. Pass an empty array ([]) to apply no label filtering (the report then covers the full scope). Note: the placeholder value \"string\" shown in the example schema is not a valid UUID — passing it (or any non-existent label UUID) matches no labels and produces an empty report."},"children":[]}]}]}],"example":"[]"}},"excludeInactiveProjects":{"type":"boolean"},"projectUuids":{"type":"array","items":{"type":"string"}},"engine":{"type":"array","description":"Engines to include. Omit or pass an empty array to include every engine.","example":["SCA","SAST"],"items":{"type":"string","description":"Engines to include. Omit or pass an empty array to include every engine.","example":"[\"SCA\",\"SAST\"]"}},"findingCategory":{"type":"array","description":"Finding categories to include. Omit or pass an empty array to include every category.","example":["Security"],"items":{"type":"string","description":"Finding categories to include. Omit or pass an empty array to include every category.","example":"[\"Security\"]"}}}}},"components/schemas/DWRResponseV3ReportExportProcessDTO":{"id":"components/schemas/DWRResponseV3ReportExportProcessDTO","kind":"json-schema","title":"DWRResponseV3ReportExportProcessDTO","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/ReportExportProcessDTO"}}}},"components/schemas/EntityTreeDTO":{"id":"components/schemas/EntityTreeDTO","kind":"json-schema","title":"EntityTreeDTO","data":{"type":"object","properties":{"uuid":{"type":"string"},"name":{"type":"string"},"scopeUuid":{"type":"string"},"scopeName":{"type":"string"}}}},"components/schemas/ReportExportProcessDTO":{"id":"components/schemas/ReportExportProcessDTO","kind":"json-schema","title":"ReportExportProcessDTO","data":{"type":"object","properties":{"uuid":{"type":"string"},"name":{"type":"string"},"scopeUuid":{"type":"string"},"scopeName":{"type":"string"},"subScopes":{"type":"array","items":{"$ref":"#/components/schemas/EntityTreeDTO"}},"title":{"type":"string"},"reportType":{"type":"string","enum":["attribution","inventory","vulnerabilities","securityAlerts","sbom","Cbom","securityAlertsLibrary","Compliance","Findings","Suppressions","Resolved","spdx","spdx_2_3","cycloneDX","cycloneDX_1_5","cycloneDX_1_6","dueDiligence","unknown","imgAttribution","imgDueDiligence","imgSpdx","imgSpdx_2_3","imgCycloneDX","imgCycloneDX_1_5","aiInventory","aiFindings","aiBom","imgCycloneDX_1_6","risk","users","zeroDayCatalog","activityLog","unifiedFindings"]},"format":{"type":"string","enum":["json","html","unknown","xml","excel","yaml","pdf","tv","rdf","csv","sarif","text"]},"scopeType":{"type":"string","enum":["organization","product","project","unsupported","account"]},"scopeUuidList":{"type":"array","items":{"type":"string"}},"projectUuids":{"type":"array","items":{"type":"string"}},"status":{"type":"string","enum":["PENDING","IN_PROGRESS","FAILED","FAILURE","SUCCESS"]},"createdBy":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"sendEmailNotification":{"type":"boolean"},"labelsUuidList":{"type":"array","items":{"type":"string"}},"includeVulnerabilities":{"type":"boolean"},"excludeInactiveProjects":{"type":"boolean"}}}},"components/schemas/AttributionImgReportExportDTO":{"id":"components/schemas/AttributionImgReportExportDTO","kind":"json-schema","title":"AttributionImgReportExportDTO","data":{"type":"object","properties":{"uuid":{"type":"string"},"name":{"type":"string"},"scopeUuid":{"type":"string"},"scopeName":{"type":"string"},"subScopes":{"type":"array","items":{"$ref":"#/components/schemas/EntityTreeDTO"}},"title":{"type":"string"},"reportType":{"type":"string","enum":["attribution","inventory","vulnerabilities","securityAlerts","sbom","Cbom","securityAlertsLibrary","Compliance","Findings","Suppressions","Resolved","spdx","spdx_2_3","cycloneDX","cycloneDX_1_5","cycloneDX_1_6","dueDiligence","unknown","imgAttribution","imgDueDiligence","imgSpdx","imgSpdx_2_3","imgCycloneDX","imgCycloneDX_1_5","aiInventory","aiFindings","aiBom","imgCycloneDX_1_6","risk","users","zeroDayCatalog","activityLog","unifiedFindings"]},"format":{"type":"string","enum":["json","html","unknown","xml","excel","yaml","pdf","tv","rdf","csv","sarif","text"]},"scopeType":{"type":"string","enum":["organization","product","project","unsupported","account"]},"scopeUuidList":{"type":"array","items":{"type":"string"}},"projectUuids":{"type":"array","items":{"type":"string"}},"status":{"type":"string","enum":["PENDING","IN_PROGRESS","FAILED","FAILURE","SUCCESS"]},"createdBy":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"sendEmailNotification":{"type":"boolean"},"labelsUuidList":{"type":"array","items":{"type":"string"}},"includeVulnerabilities":{"type":"boolean"},"excludeInactiveProjects":{"type":"boolean"},"groupBy":{"type":"string","enum":["BY_COMPONENT","BY_PROJECT"]},"header":{"type":"string"},"footer":{"type":"string"},"selectedColumns":{"type":"array","items":{"type":"string","enum":["SUMMARY","PROJECTS","PRODUCTS","LICENSES","NOTICES","COPYRIGHTS","PRIMARY_ATTRIBUTES","PACKAGE_NAME","PACKAGE_VERSION"]}}}}},"components/schemas/ProjectDTOV3":{"id":"components/schemas/ProjectDTOV3","kind":"json-schema","title":"ProjectDTOV3","data":{"type":"object","properties":{"uuid":{"title":"Project UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"Project Name","type":"string","example":"My Project"},"path":{"title":"Application Name","type":"string","example":"My Application"},"applicationName":{"title":"Application Name","type":"string","example":"My Application"},"applicationUuid":{"title":"Application Uuid","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"}},"description":"Project information"}},"components/schemas/SbomScanInfoDTO":{"id":"components/schemas/SbomScanInfoDTO","kind":"json-schema","title":"SbomScanInfoDTO","data":{"type":"object","properties":{"scanUuid":{"type":"string","description":"Scan identifier","example":"45e0c7f0-2a64-4a1c-bb2b-22e1c4f02126"},"createdAt":{"type":"string","description":"Scan creation timestamp","example":"2025-10-27T18:50:05Z"}},"description":"Scan information"}},"components/schemas/SbomScanLinksDTO":{"id":"components/schemas/SbomScanLinksDTO","kind":"json-schema","title":"SbomScanLinksDTO","data":{"type":"object","properties":{"logs":{"type":"string","description":"Link to scan logs","example":"/api/v3.0/projects/{projectUuid}/scans/{scanUuid}/dependencies/SBOM/logs"}},"description":"Log Link"}},"components/schemas/SbomScanResponseDTO":{"id":"components/schemas/SbomScanResponseDTO","kind":"json-schema","title":"SbomScanResponseDTO","data":{"type":"object","properties":{"supportToken":{"type":"string","description":"Support token for tracking","example":"1171c60d"},"project":{"$ref":"#/components/schemas/ProjectDTOV3"},"scan":{"$ref":"#/components/schemas/SbomScanInfoDTO"},"link":{"$ref":"#/components/schemas/SbomScanLinksDTO"}}}},"components/schemas/DWRResponseV3SbomScanResponseDTO":{"id":"components/schemas/DWRResponseV3SbomScanResponseDTO","kind":"json-schema","title":"DWRResponseV3SbomScanResponseDTO","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/SbomScanResponseDTO"}}}},"components/schemas/CreateReportDTO":{"id":"components/schemas/CreateReportDTO","kind":"json-schema","title":"CreateReportDTO","data":{"type":"object","properties":{"name":{"type":"string"},"format":{"type":"string","enum":["json","html","unknown","xml","excel","yaml","pdf","tv","rdf","csv","sarif","text"]},"sendEmailNotification":{"type":"boolean"},"labelsUuidList":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"List of label UUIDs used to scope the report. Pass an empty array ([]) to apply no label filtering (the report then covers the full scope). Note: the placeholder value \"string\" shown in the example schema is not a valid UUID — passing it (or any non-existent label UUID) matches no labels and produces an empty report."},"children":[]}]}]}],"example":[],"items":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"List of label UUIDs used to scope the report. Pass an empty array ([]) to apply no label filtering (the report then covers the full scope). Note: the placeholder value \"string\" shown in the example schema is not a valid UUID — passing it (or any non-existent label UUID) matches no labels and produces an empty report."},"children":[]}]}]}],"example":"[]"}},"excludeInactiveProjects":{"type":"boolean"}}}},"components/schemas/ResolvedReportExportProcessDTOV3":{"id":"components/schemas/ResolvedReportExportProcessDTOV3","kind":"json-schema","title":"ResolvedReportExportProcessDTOV3","data":{"type":"object","properties":{"name":{"type":"string"},"format":{"type":"string","enum":["json","html","unknown","xml","excel","yaml","pdf","tv","rdf","csv","sarif","text"]},"sendEmailNotification":{"type":"boolean"},"labelsUuidList":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"List of label UUIDs used to scope the report. Pass an empty array ([]) to apply no label filtering (the report then covers the full scope). Note: the placeholder value \"string\" shown in the example schema is not a valid UUID — passing it (or any non-existent label UUID) matches no labels and produces an empty report."},"children":[]}]}]}],"example":[],"items":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"List of label UUIDs used to scope the report. Pass an empty array ([]) to apply no label filtering (the report then covers the full scope). Note: the placeholder value \"string\" shown in the example schema is not a valid UUID — passing it (or any non-existent label UUID) matches no labels and produces an empty report."},"children":[]}]}]}],"example":"[]"}},"excludeInactiveProjects":{"type":"boolean"},"fromDate":{"type":"string"},"toDate":{"type":"string"}}}},"components/schemas/CodeReportExportProcessDTOV3":{"id":"components/schemas/CodeReportExportProcessDTOV3","kind":"json-schema","title":"CodeReportExportProcessDTOV3","data":{"type":"object","properties":{"name":{"type":"string"},"format":{"type":"string","enum":["json","html","unknown","xml","excel","yaml","pdf","tv","rdf","csv","sarif","text"]},"sendEmailNotification":{"type":"boolean"},"labelsUuidList":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"List of label UUIDs used to scope the report. Pass an empty array ([]) to apply no label filtering (the report then covers the full scope). Note: the placeholder value \"string\" shown in the example schema is not a valid UUID — passing it (or any non-existent label UUID) matches no labels and produces an empty report."},"children":[]}]}]}],"example":[],"items":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"List of label UUIDs used to scope the report. Pass an empty array ([]) to apply no label filtering (the report then covers the full scope). Note: the placeholder value \"string\" shown in the example schema is not a valid UUID — passing it (or any non-existent label UUID) matches no labels and produces an empty report."},"children":[]}]}]}],"example":"[]"}},"excludeInactiveProjects":{"type":"boolean"},"complianceStandard":{"type":"string"},"reportLevel":{"type":"string"},"description":{"type":"string"}}}},"components/schemas/CreateAiBomReportDTO":{"id":"components/schemas/CreateAiBomReportDTO","kind":"json-schema","title":"CreateAiBomReportDTO","data":{"type":"object","properties":{"reportName":{"type":"string"},"format":{"type":"string"},"sendEmailNotification":{"type":"boolean"}}}},"components/schemas/InviteUserRequestDTO":{"id":"components/schemas/InviteUserRequestDTO","kind":"json-schema","title":"InviteUserRequestDTO","data":{"required":["email"],"type":"object","properties":{"email":{"title":"New User Email","type":"string","example":"jon.smith@mail.com"}}}},"components/schemas/DWRResponseV3UserInfoResponseDTO":{"id":"components/schemas/DWRResponseV3UserInfoResponseDTO","kind":"json-schema","title":"DWRResponseV3UserInfoResponseDTO","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/UserInfoResponseDTO"}}}},"components/schemas/UserInfoResponseDTO":{"id":"components/schemas/UserInfoResponseDTO","kind":"json-schema","title":"UserInfoResponseDTO","data":{"required":["uuid"],"type":"object","properties":{"uuid":{"title":"User UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"User Name","type":"string","example":"Jon Smith"},"email":{"title":"User Email","type":"string","example":"jon.smith@mail.com"},"userType":{"title":"Type Of User","type":"string","example":"REGULAR","enum":["REGULAR","SERVICE","SCAN_SUMMARY_RECEIVER"]},"existsInOrg":{"type":"boolean"}}}},"components/schemas/CreateUsersReportDTO":{"id":"components/schemas/CreateUsersReportDTO","kind":"json-schema","title":"CreateUsersReportDTO","data":{"type":"object","properties":{"name":{"type":"string"},"format":{"type":"string","enum":["json","html","unknown","xml","excel","yaml","pdf","tv","rdf","csv","sarif","text"]},"sendEmailNotification":{"type":"boolean"}}}},"components/schemas/DWRResponseV3UsersReportExportProcessDTO":{"id":"components/schemas/DWRResponseV3UsersReportExportProcessDTO","kind":"json-schema","title":"DWRResponseV3UsersReportExportProcessDTO","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/UsersReportExportProcessDTO"}}}},"components/schemas/UsersReportExportProcessDTO":{"id":"components/schemas/UsersReportExportProcessDTO","kind":"json-schema","title":"UsersReportExportProcessDTO","data":{"type":"object","properties":{"uuid":{"type":"string"},"name":{"type":"string"},"title":{"type":"string"},"reportType":{"type":"string","enum":["attribution","inventory","vulnerabilities","securityAlerts","sbom","Cbom","securityAlertsLibrary","Compliance","Findings","Suppressions","Resolved","spdx","spdx_2_3","cycloneDX","cycloneDX_1_5","cycloneDX_1_6","dueDiligence","unknown","imgAttribution","imgDueDiligence","imgSpdx","imgSpdx_2_3","imgCycloneDX","imgCycloneDX_1_5","aiInventory","aiFindings","aiBom","imgCycloneDX_1_6","risk","users","zeroDayCatalog","activityLog","unifiedFindings"]},"format":{"type":"string","enum":["json","html","unknown","xml","excel","yaml","pdf","tv","rdf","csv","sarif","text"]},"scopeType":{"type":"string","enum":["organization","product","project","unsupported","account"]},"scopeUuidList":{"type":"array","items":{"type":"string"}},"status":{"type":"string","enum":["PENDING","IN_PROGRESS","FAILED","FAILURE","SUCCESS"]},"createdBy":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"sendEmailNotification":{"type":"boolean"}}}},"components/schemas/CreateActivityLogReportDTO":{"id":"components/schemas/CreateActivityLogReportDTO","kind":"json-schema","title":"CreateActivityLogReportDTO","data":{"type":"object","properties":{"name":{"type":"string"},"format":{"type":"string","enum":["json","html","unknown","xml","excel","yaml","pdf","tv","rdf","csv","sarif","text"]},"sendEmailNotification":{"type":"boolean"},"labelsUuidList":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"List of label UUIDs used to scope the report. Pass an empty array ([]) to apply no label filtering (the report then covers the full scope). Note: the placeholder value \"string\" shown in the example schema is not a valid UUID — passing it (or any non-existent label UUID) matches no labels and produces an empty report."},"children":[]}]}]}],"example":[],"items":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"List of label UUIDs used to scope the report. Pass an empty array ([]) to apply no label filtering (the report then covers the full scope). Note: the placeholder value \"string\" shown in the example schema is not a valid UUID — passing it (or any non-existent label UUID) matches no labels and produces an empty report."},"children":[]}]}]}],"example":"[]"}},"excludeInactiveProjects":{"type":"boolean"},"timeframe":{"$ref":"#/components/schemas/TimeFrame"},"engineType":{"type":"array","items":{"type":"string"}},"applicationUuid":{"type":"string"},"projectUuids":{"type":"array","items":{"type":"string"}}}}},"components/schemas/TimeFrame":{"id":"components/schemas/TimeFrame","kind":"json-schema","title":"TimeFrame","data":{"type":"object","properties":{"from":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"}}}},"components/schemas/MultiContextRequestDTOV3":{"id":"components/schemas/MultiContextRequestDTOV3","kind":"json-schema","title":"MultiContextRequestDTOV3","data":{"type":"object","properties":{"applicationUuids":{"type":"array","items":{"title":"Application UUIDs","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"}},"projectUuids":{"type":"array","items":{"title":"Project UUIDs","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"}}},"description":"If projectUuids and applicationUuids are empty, action will apply to the whole organization, Provides the requested statistics for all projects that match at least one of the given identifiers."}},"components/schemas/DWRResponsePageableV3ListProjectSummaryDTOV3":{"id":"components/schemas/DWRResponsePageableV3ListProjectSummaryDTOV3","kind":"json-schema","title":"DWRResponsePageableV3ListProjectSummaryDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/ProjectSummaryDTOV3"}}}}},"components/schemas/EntityLabelDTOV3":{"id":"components/schemas/EntityLabelDTOV3","kind":"json-schema","title":"EntityLabelDTOV3","data":{"type":"object","properties":{"uuid":{"type":"string"},"namespace":{"type":"string"},"value":{"type":"string"},"displayName":{"type":"string"},"scopeType":{"type":"string","enum":["organization","application","project","account","unsupported"]},"system":{"type":"boolean"}}}},"components/schemas/EntityTagDTO":{"id":"components/schemas/EntityTagDTO","kind":"json-schema","title":"EntityTagDTO","data":{"type":"object","properties":{"key":{"title":"Entity Tag Key","type":"string","example":"key"},"value":{"title":"Entity Tag value","type":"string","example":"value"}}}},"components/schemas/ProjectSummaryDTOV3":{"id":"components/schemas/ProjectSummaryDTOV3","kind":"json-schema","title":"ProjectSummaryDTOV3","data":{"type":"object","properties":{"uuid":{"title":"Project UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"Project Name","type":"string","example":"My Project"},"path":{"title":"Application Name","type":"string","example":"My Application"},"applicationName":{"title":"Application Name","type":"string","example":"My Application"},"applicationUuid":{"title":"Application Uuid","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"creationDate":{"type":"string","format":"date-time"},"lastScanned":{"type":"string","format":"date-time","deprecated":true},"tags":{"type":"array","items":{"$ref":"#/components/schemas/EntityTagDTO"}},"labels":{"type":"array","items":{"$ref":"#/components/schemas/EntityLabelDTOV3"}},"statistics":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"type":"integer","format":"int64"}}}}}},"components/schemas/CreateProjectInOrgRequestDTOV3":{"id":"components/schemas/CreateProjectInOrgRequestDTOV3","kind":"json-schema","title":"CreateProjectInOrgRequestDTOV3","data":{"required":["name"],"type":"object","properties":{"name":{"title":"Project Name","type":"string","example":"My Project"},"description":{"title":"Project Description","type":"string","example":"Main scanning project for My Application"},"applicationName":{"title":"Application Name","type":"string","example":"My Application"}},"description":"If applicationName is empty a default Application will be used. If applicationName is provided and the Application does not exist, it will be created."}},"components/schemas/ApplicationDTOV3":{"id":"components/schemas/ApplicationDTOV3","kind":"json-schema","title":"ApplicationDTOV3","data":{"type":"object","properties":{"uuid":{"title":"Application Uuid","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"Application Name","type":"string","example":"Application A"}}}},"components/schemas/CreateProjectResponseDTOV3":{"id":"components/schemas/CreateProjectResponseDTOV3","kind":"json-schema","title":"CreateProjectResponseDTOV3","data":{"type":"object","properties":{"project":{"$ref":"#/components/schemas/ProjectDTOV3"},"application":{"$ref":"#/components/schemas/ApplicationDTOV3"}}}},"components/schemas/DWRResponseV3CreateProjectResponseDTOV3":{"id":"components/schemas/DWRResponseV3CreateProjectResponseDTOV3","kind":"json-schema","title":"DWRResponseV3CreateProjectResponseDTOV3","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/CreateProjectResponseDTOV3"}}}},"components/schemas/OrganizationLabelRequestDTO":{"id":"components/schemas/OrganizationLabelRequestDTO","kind":"json-schema","title":"OrganizationLabelRequestDTO","data":{"required":["namespace","value"],"type":"object","properties":{"namespace":{"title":"Label Namespace","type":"string","example":"Label Namespace A"},"value":{"title":"Label Value","type":"string","example":"Label Value A"}}}},"components/schemas/UserEmailsRequestDTO":{"id":"components/schemas/UserEmailsRequestDTO","kind":"json-schema","title":"UserEmailsRequestDTO","data":{"required":["userEmails"],"type":"object","properties":{"userEmails":{"uniqueItems":true,"type":"array","items":{"type":"string","example":"jon.smith@mail.com"}}}}},"components/schemas/DWRResponseV3GroupRoleDTOV3":{"id":"components/schemas/DWRResponseV3GroupRoleDTOV3","kind":"json-schema","title":"DWRResponseV3GroupRoleDTOV3","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/GroupRoleDTOV3"}}}},"components/schemas/GroupRoleDTOV3":{"id":"components/schemas/GroupRoleDTOV3","kind":"json-schema","title":"GroupRoleDTOV3","data":{"type":"object","properties":{"scopeUuid":{"type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"scopeName":{"title":"Context Name","type":"string","example":"My Project"},"scopeType":{"type":"string","description":"Type of entity the role will be associated with","example":"organization","enum":["organization","application","project","account","unsupported"]},"role":{"type":"string","enum":["ADMIN","SCAN_MANAGER","SECURITY_ANALYST","MEMBER"]}}}},"components/schemas/CreateGroupRequestDTO":{"id":"components/schemas/CreateGroupRequestDTO","kind":"json-schema","title":"CreateGroupRequestDTO","data":{"required":["description","name"],"type":"object","properties":{"name":{"title":"Group Name","type":"string","example":"Group A"},"description":{"title":"Group Description","type":"string","example":"Group description"}}}},"components/schemas/DWRResponseV3String":{"id":"components/schemas/DWRResponseV3String","kind":"json-schema","title":"DWRResponseV3String","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"string"}}}},"components/schemas/CreateProjectInApplicationRequestDTOV3":{"id":"components/schemas/CreateProjectInApplicationRequestDTOV3","kind":"json-schema","title":"CreateProjectInApplicationRequestDTOV3","data":{"required":["name"],"type":"object","properties":{"name":{"title":"Project Name","type":"string","example":"My Project"},"description":{"title":"Project Description","type":"string","example":"Main scanning project for My Application"}}}},"components/schemas/DWRResponseV3ProjectDTOV3":{"id":"components/schemas/DWRResponseV3ProjectDTOV3","kind":"json-schema","title":"DWRResponseV3ProjectDTOV3","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/ProjectDTOV3"}}}},"components/schemas/ApplicationSummaryDTOV3":{"id":"components/schemas/ApplicationSummaryDTOV3","kind":"json-schema","title":"ApplicationSummaryDTOV3","data":{"type":"object","properties":{"uuid":{"title":"Application Uuid","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"Application Name","type":"string","example":"Application A"},"creationDate":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/EntityTagDTO"}},"labels":{"type":"array","items":{"$ref":"#/components/schemas/EntityLabelDTOV3"}},"statistics":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"type":"integer","format":"int64"}}}}}},"components/schemas/DWRResponsePageableV3ListApplicationSummaryDTOV3":{"id":"components/schemas/DWRResponsePageableV3ListApplicationSummaryDTOV3","kind":"json-schema","title":"DWRResponsePageableV3ListApplicationSummaryDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/ApplicationSummaryDTOV3"}}}}},"components/schemas/CreateApplicationRequestDTOV3":{"id":"components/schemas/CreateApplicationRequestDTOV3","kind":"json-schema","title":"CreateApplicationRequestDTOV3","data":{"required":["name"],"type":"object","properties":{"name":{"title":"Application Name","type":"string","example":"My Application"}}}},"components/schemas/DWRResponseV3ApplicationDTOV3":{"id":"components/schemas/DWRResponseV3ApplicationDTOV3","kind":"json-schema","title":"DWRResponseV3ApplicationDTOV3","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/ApplicationDTOV3"}}}},"components/schemas/AdoptionWizardInviteRequestDTO":{"id":"components/schemas/AdoptionWizardInviteRequestDTO","kind":"json-schema","title":"AdoptionWizardInviteRequestDTO","data":{"type":"object","properties":{"email":{"type":"string"},"message":{"type":"string"}}}},"components/schemas/AccessTokenRequestDTO":{"id":"components/schemas/AccessTokenRequestDTO","kind":"json-schema","title":"AccessTokenRequestDTO","data":{"type":"object","properties":{"accessToken":{"type":"string"}},"description":"Previous Access Token"}},"components/schemas/AccessTokenResponseDTO":{"id":"components/schemas/AccessTokenResponseDTO","kind":"json-schema","title":"AccessTokenResponseDTO","data":{"type":"object","properties":{"userUuid":{"type":"string"},"username":{"type":"string"},"email":{"type":"string"},"jwtToken":{"type":"string"},"tokenType":{"type":"string"},"orgName":{"type":"string"},"orgUuid":{"type":"string"},"accountName":{"type":"string"},"accountUuid":{"type":"string"},"tokenTTL":{"type":"integer","format":"int64"},"systemAccess":{"type":"boolean"},"serviceSystemAccess":{"type":"boolean"},"sessionStartTime":{"type":"integer","format":"int64"},"systemAccessStartTime":{"type":"integer","format":"int64"}}}},"components/schemas/DWRResponseV3AccessTokenResponseDTO":{"id":"components/schemas/DWRResponseV3AccessTokenResponseDTO","kind":"json-schema","title":"DWRResponseV3AccessTokenResponseDTO","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/AccessTokenResponseDTO"}}}},"components/schemas/LoginModelDTOV3":{"id":"components/schemas/LoginModelDTOV3","kind":"json-schema","title":"LoginModelDTOV3","data":{"required":["email","userKey"],"type":"object","properties":{"email":{"title":"Email","type":"string","example":"jon.smith@mail.com"},"userKey":{"title":"User Key","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Equivalent to a personal access token. Avoid pasting as plain text where it might be compromised. For a service user (recommended), you can find the user key in the Mend SCA App in "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Admin > Users"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://docs.mend.io/bundle/mend_maintenance/page/managing_service_users.html"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Learn more"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". For local testing purposes, you could also use one of your own personal user keys from your user profile page in the Mend SCA App."},"children":[]}]}]}],"example":"***********"}},"description":"Login Model that provides user name and password for the Login process."}},"components/schemas/DWRResponseV3LoginResponseDTO":{"id":"components/schemas/DWRResponseV3LoginResponseDTO","kind":"json-schema","title":"DWRResponseV3LoginResponseDTO","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/LoginResponseDTO"}}}},"components/schemas/LoginResponseDTO":{"id":"components/schemas/LoginResponseDTO","kind":"json-schema","title":"LoginResponseDTO","data":{"type":"object","properties":{"userUuid":{"type":"string"},"userName":{"type":"string"},"email":{"type":"string"},"refreshToken":{"type":"string"},"jwtTTL":{"type":"integer","format":"int64"},"systemAccess":{"type":"boolean"},"serviceSystemAccess":{"type":"boolean"},"sessionStartTime":{"type":"integer","format":"int64"},"systemAccessStartTime":{"type":"integer","format":"int64"}}}},"components/schemas/DWRResponsePageableV3ListUserInfoDTOV3":{"id":"components/schemas/DWRResponsePageableV3ListUserInfoDTOV3","kind":"json-schema","title":"DWRResponsePageableV3ListUserInfoDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/UserInfoDTOV3"}}}}},"components/schemas/UserInfoDTOV3":{"id":"components/schemas/UserInfoDTOV3","kind":"json-schema","title":"UserInfoDTOV3","data":{"required":["uuid"],"type":"object","properties":{"uuid":{"title":"User UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"User Name","type":"string","example":"Jon Smith"},"email":{"title":"User Email","type":"string","example":"jon.smith@mail.com"},"userType":{"title":"Type Of User","type":"string","example":"REGULAR","enum":["REGULAR","SERVICE","SCAN_SUMMARY_RECEIVER"]},"accountStatus":{"title":"User Account Status","type":"string","example":"ACTIVE","enum":["ACTIVE","INVITED","DISABLED"]}}}},"components/schemas/DWRResponseV3ScanDiffResponseDTOV3":{"id":"components/schemas/DWRResponseV3ScanDiffResponseDTOV3","kind":"json-schema","title":"DWRResponseV3ScanDiffResponseDTOV3","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/ScanDiffResponseDTOV3"}}}},"components/schemas/DiffChangeDTOV3":{"id":"components/schemas/DiffChangeDTOV3","kind":"json-schema","title":"DiffChangeDTOV3","data":{"type":"object","properties":{"field":{"type":"string"},"before":{"type":"object"},"after":{"type":"object"}}}},"components/schemas/DiffUnifiedFindingDTOV3":{"id":"components/schemas/DiffUnifiedFindingDTOV3","kind":"json-schema","title":"DiffUnifiedFindingDTOV3","data":{"type":"object","properties":{"diffType":{"type":"string"},"finding":{"$ref":"#/components/schemas/UnifiedFindingDTOV3"},"changes":{"type":"array","items":{"$ref":"#/components/schemas/DiffChangeDTOV3"}}}}},"components/schemas/ProgressDTO":{"id":"components/schemas/ProgressDTO","kind":"json-schema","title":"ProgressDTO","data":{"required":["currentStage","overallPercentage"],"type":"object","properties":{"overallPercentage":{"maximum":100,"minimum":0,"type":"integer","format":"int32"},"currentStage":{"maxLength":255,"minLength":0,"type":"string"}}}},"components/schemas/ScanAgentInfo":{"id":"components/schemas/ScanAgentInfo","kind":"json-schema","title":"ScanAgentInfo","data":{"type":"object","properties":{"agentName":{"type":"string"},"agentVersion":{"type":"string"},"errorMessage":{"type":"string"}}}},"components/schemas/ScanDTOV3":{"id":"components/schemas/ScanDTOV3","kind":"json-schema","title":"ScanDTOV3","data":{"type":"object","properties":{"uuid":{"type":"string"},"name":{"type":"string"},"engine":{"type":"string","enum":["UNIFIED","SCA","SAST","IAC","IMG","AI","DAST"]},"status":{"type":"string","enum":["RUNNING","PARTIAL","PROCESSING","FINISHED","FAILED"]},"projectId":{"type":"integer","format":"int32"},"productId":{"type":"integer","format":"int32"},"domainId":{"type":"integer","format":"int32"},"projectUuid":{"type":"string"},"processUuid":{"type":"string"},"hasViolations":{"type":"boolean"},"startTime":{"type":"string","format":"date-time"},"endTime":{"type":"string","format":"date-time"},"lastModified":{"type":"string","format":"date-time"},"configurationName":{"type":"string"},"reference":{"type":"string"},"triggeredBy":{"type":"string"},"agentInfo":{"$ref":"#/components/schemas/ScanAgentInfo"},"progress":{"$ref":"#/components/schemas/ProgressDTO"}}}},"components/schemas/ScanDiffResponseDTOV3":{"id":"components/schemas/ScanDiffResponseDTOV3","kind":"json-schema","title":"ScanDiffResponseDTOV3","data":{"type":"object","properties":{"source":{"$ref":"#/components/schemas/ScanDTOV3"},"target":{"$ref":"#/components/schemas/ScanDTOV3"},"stats":{"$ref":"#/components/schemas/ScanDiffStatsDTOV3"},"findings":{"type":"array","items":{"$ref":"#/components/schemas/DiffUnifiedFindingDTOV3"}}}}},"components/schemas/ScanDiffStatsDTOV3":{"id":"components/schemas/ScanDiffStatsDTOV3","kind":"json-schema","title":"ScanDiffStatsDTOV3","data":{"type":"object","properties":{"added":{"type":"integer","format":"int32"},"removed":{"type":"integer","format":"int32"},"modified":{"type":"integer","format":"int32"},"unchanged":{"type":"integer","format":"int32"}}}},"components/schemas/SuppressMetadataDTO":{"id":"components/schemas/SuppressMetadataDTO","kind":"json-schema","title":"SuppressMetadataDTO","data":{"type":"object","properties":{"reason":{"type":"string"},"comment":{"type":"string"},"userEmail":{"type":"string"},"userUuid":{"type":"string"},"updatedAt":{"type":"string"}}}},"components/schemas/UnifiedFindingDTOV3":{"id":"components/schemas/UnifiedFindingDTOV3","kind":"json-schema","title":"UnifiedFindingDTOV3","data":{"type":"object","properties":{"uuid":{"type":"string"},"findingId":{"type":"string"},"findingName":{"type":"string"},"type":{"type":"string"},"severity":{"type":"string"},"score":{"type":"number","format":"float"},"element":{"type":"string"},"elementId":{"type":"string"},"refId":{"type":"string"},"grouping":{"type":"string"},"status":{"type":"string"},"state":{"type":"string"},"suppressMetadata":{"$ref":"#/components/schemas/SuppressMetadataDTO"},"paths":{"type":"array","items":{"type":"string"}},"sources":{"type":"array","items":{"type":"string"}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"dynamicFields":{"type":"object","additionalProperties":{"type":"object"}},"riskFactors":{"type":"array","items":{"type":"string"}},"riskFactorsJson":{"type":"object","additionalProperties":{"type":"object"}},"engine":{"type":"string","enum":["UNIFIED","SCA","SAST","IAC","IMG","AI","DAST"]},"vendor":{"type":"string"},"orgUuid":{"type":"string"},"projectUuid":{"type":"string"},"projectName":{"type":"string"},"branch":{"type":"string"},"scanUuid":{"type":"string"},"firstScanUuid":{"type":"string"},"findingCategory":{"type":"string"},"hasViolation":{"type":"boolean"},"numberOfViolations":{"type":"integer","format":"int32"},"violationWorkflowUuids":{"type":"array","items":{"type":"string"}},"applicationUuid":{"type":"string"},"applicationName":{"type":"string"},"isNew":{"type":"boolean"},"isDetectedAtFirstScan":{"type":"boolean"},"isRemediationAvailable":{"type":"boolean"}}}},"components/schemas/DWRResponseV3ReportExportProcessDTOV3":{"id":"components/schemas/DWRResponseV3ReportExportProcessDTOV3","kind":"json-schema","title":"DWRResponseV3ReportExportProcessDTOV3","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/ReportExportProcessDTOV3"}}}},"components/schemas/ReportExportProcessDTOV3":{"id":"components/schemas/ReportExportProcessDTOV3","kind":"json-schema","title":"ReportExportProcessDTOV3","data":{"type":"object","properties":{"uuid":{"type":"string"},"name":{"type":"string"},"scopeUuid":{"type":"string"},"scopeName":{"type":"string"},"subScopes":{"type":"array","items":{"$ref":"#/components/schemas/EntityTreeDTO"}},"title":{"type":"string"},"reportType":{"type":"string","enum":["attribution","inventory","vulnerabilities","securityAlerts","sbom","Cbom","securityAlertsLibrary","Compliance","Findings","Suppressions","Resolved","spdx","spdx_2_3","cycloneDX","cycloneDX_1_5","cycloneDX_1_6","dueDiligence","unknown","imgAttribution","imgDueDiligence","imgSpdx","imgSpdx_2_3","imgCycloneDX","imgCycloneDX_1_5","aiInventory","aiFindings","aiBom","imgCycloneDX_1_6","risk","users","zeroDayCatalog","activityLog","unifiedFindings"]},"format":{"type":"string","enum":["json","html","unknown","xml","excel","yaml","pdf","tv","rdf","csv","sarif","text"]},"scopeType":{"type":"string","enum":["organization","application","project","account","unsupported"]},"status":{"type":"string","enum":["PENDING","IN_PROGRESS","FAILED","FAILURE","SUCCESS"]},"createdBy":{"type":"string"},"createdAt":{"type":"string","format":"date-time"}}}},"components/schemas/DWRResponsePageableV3ListReportExportProcessDTOV3":{"id":"components/schemas/DWRResponsePageableV3ListReportExportProcessDTOV3","kind":"json-schema","title":"DWRResponsePageableV3ListReportExportProcessDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/ReportExportProcessDTOV3"}}}}},"components/schemas/DWRResponsePageableV3ListProjectViolationDTOV3":{"id":"components/schemas/DWRResponsePageableV3ListProjectViolationDTOV3","kind":"json-schema","title":"DWRResponsePageableV3ListProjectViolationDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/ProjectViolationDTOV3"}}}}},"components/schemas/ProjectViolationDTOV3":{"id":"components/schemas/ProjectViolationDTOV3","kind":"json-schema","title":"ProjectViolationDTOV3","data":{"required":["engine","findingType"],"type":"object","properties":{"uuid":{"type":"string"},"name":{"type":"string"},"projectUuid":{"type":"string"},"projectName":{"type":"string"},"engine":{"type":"string","description":"Type of engine the violation relates to","example":"SCA","enum":["UNIFIED","SCA","SAST","IAC","IMG","AI","DAST"]},"findingType":{"type":"string","description":"Type of finding","example":"SECURITY","enum":["SECURITY","LEGAL","LIBRARY"]},"originUuid":{"type":"string"},"originName":{"type":"string"},"risk":{"type":"string","description":"Risk of the violation. Can be one of: LOW, MEDIUM, HIGH, CRITICAL","example":"HIGH","enum":["LOW","MEDIUM","HIGH","CRITICAL"]},"sla":{"type":"string"},"workflowData":{"type":"array","items":{"$ref":"#/components/schemas/WorkflowData"}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"refId":{"type":"string"},"violationType":{"type":"string"},"isProjectActive":{"type":"boolean"}}}},"components/schemas/WorkflowData":{"id":"components/schemas/WorkflowData","kind":"json-schema","title":"WorkflowData","data":{"type":"object","properties":{"workflowUuid":{"type":"string"},"workflowName":{"type":"string"},"entityUuid":{"type":"string"}}}},"components/schemas/DWRResponsePageableV3ListScanTagDTO":{"id":"components/schemas/DWRResponsePageableV3ListScanTagDTO","kind":"json-schema","title":"DWRResponsePageableV3ListScanTagDTO","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/ScanTagDTO"}}}}},"components/schemas/ScanTagDTO":{"id":"components/schemas/ScanTagDTO","kind":"json-schema","title":"ScanTagDTO","data":{"type":"object","properties":{"key":{"title":"Scan Tag Key","type":"string","example":"commit"},"value":{"title":"Scan Tag Value","type":"string","example":"123abc"},"displayName":{"title":"Scan Tag Display Name","type":"string","example":"commit:123abc"},"createdAt":{"title":"Scan Tag Creation Date","type":"string","format":"date-time"}}}},"components/schemas/DWRResponseV3ScanSummaryDTOV3":{"id":"components/schemas/DWRResponseV3ScanSummaryDTOV3","kind":"json-schema","title":"DWRResponseV3ScanSummaryDTOV3","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/ScanSummaryDTOV3"}}}},"components/schemas/ScanSummaryDTOV3":{"id":"components/schemas/ScanSummaryDTOV3","kind":"json-schema","title":"ScanSummaryDTOV3","data":{"type":"object","properties":{"uuid":{"type":"string"},"name":{"type":"string"},"processUuid":{"type":"string"},"scanTime":{"type":"string","format":"date-time"},"scanStatus":{"type":"string"},"engine":{"type":"string","enum":["UNIFIED","SCA","SAST","IAC","IMG","AI","DAST"]},"scanMode":{"type":"string","enum":["baseline","preview"]},"scanDuration":{"type":"string"},"configurationName":{"type":"string"},"reference":{"type":"string"},"triggeredBy":{"type":"string"},"agentName":{"type":"string"},"agentVersion":{"type":"string"},"supportToken":{"type":"string"},"projectName":{"type":"string"},"projectUuid":{"type":"string"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/ScanTagDTO"}},"applicationName":{"type":"string"},"applicationUuid":{"type":"string"},"workflowUuids":{"type":"array","items":{"type":"string"}},"workflowNames":{"type":"array","items":{"type":"string"}},"statistics":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"type":"integer","format":"int64"}}}}}},"components/schemas/DWRResponseV3ScanDTOV3":{"id":"components/schemas/DWRResponseV3ScanDTOV3","kind":"json-schema","title":"DWRResponseV3ScanDTOV3","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/ScanDTOV3"}}}},"components/schemas/DWRResponsePageableV3ListScanSummaryDTOV3":{"id":"components/schemas/DWRResponsePageableV3ListScanSummaryDTOV3","kind":"json-schema","title":"DWRResponsePageableV3ListScanSummaryDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/ScanSummaryDTOV3"}}}}},"components/schemas/DWRResponseV3ListEntityLabelDTO":{"id":"components/schemas/DWRResponseV3ListEntityLabelDTO","kind":"json-schema","title":"DWRResponseV3ListEntityLabelDTO","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/EntityLabelDTO"}}}}},"components/schemas/EntityLabelDTO":{"id":"components/schemas/EntityLabelDTO","kind":"json-schema","title":"EntityLabelDTO","data":{"type":"object","properties":{"uuid":{"type":"string"},"namespace":{"type":"string"},"value":{"type":"string"},"displayName":{"type":"string"},"contextType":{"type":"string"},"system":{"type":"boolean"}}}},"components/schemas/DWRResponsePageableV3CollectionProjectApprovalRequestDTOV3":{"id":"components/schemas/DWRResponsePageableV3CollectionProjectApprovalRequestDTOV3","kind":"json-schema","title":"DWRResponsePageableV3CollectionProjectApprovalRequestDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/ProjectApprovalRequestDTOV3"}}}}},"components/schemas/ProjectApprovalRequestDTOV3":{"id":"components/schemas/ProjectApprovalRequestDTOV3","kind":"json-schema","title":"ProjectApprovalRequestDTOV3","data":{"required":["branchType","engine","state"],"type":"object","properties":{"uuid":{"type":"string"},"name":{"type":"string"},"projectUuid":{"type":"string"},"projectName":{"type":"string"},"applicationUuid":{"type":"string"},"applicationName":{"type":"string"},"engine":{"type":"string","description":"Type of engine the suppression request relates to","example":"SAST","enum":["UNIFIED","SCA","SAST","IAC","IMG","AI","DAST"]},"findingUuid":{"type":"string"},"findingCWE":{"type":"string"},"findingOrigin":{"type":"string"},"findingSeverity":{"type":"string","description":"Severity of the element requested for approval. Can be one of: LOW, MEDIUM, HIGH, CRITICAL","example":"HIGH","enum":["LOW","MEDIUM","HIGH","CRITICAL","LOW","MEDIUM","HIGH","CRITICAL"]},"findingDetectionDate":{"type":"string","format":"date-time"},"branchType":{"type":"string","description":"Type of branch","example":"BASE","enum":["BASE","FEATURE","BASE","FEATURE"]},"scanUuid":{"type":"string"},"externalUser":{"type":"string","description":"External/repository user identifier","example":"username"},"repoIssueId":{"type":"string","description":"Identifier of a corresponding repository issue of the element requested for suppression approval.","example":"1"},"reason":{"type":"string"},"state":{"type":"string","description":"State of suppression request","example":"PENDING","enum":["PENDING","APPROVED","REJECTED","REQUESTED_INFO","PENDING","APPROVED","REJECTED"]},"responseDate":{"type":"string","format":"date-time"},"createdAt":{"type":"string","format":"date-time"},"createdBy":{"type":"string"},"updatedBy":{"type":"string"}}}},"components/schemas/DWRResponseV3PeriodTotalsDTO":{"id":"components/schemas/DWRResponseV3PeriodTotalsDTO","kind":"json-schema","title":"DWRResponseV3PeriodTotalsDTO","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/PeriodTotalsDTO"}}}},"components/schemas/PeriodTotalsDTO":{"id":"components/schemas/PeriodTotalsDTO","kind":"json-schema","title":"PeriodTotalsDTO","data":{"type":"object","properties":{"currentCount":{"type":"integer"},"totalInCurrPeriod":{"type":"integer"},"totalInPrevPeriod":{"type":"integer"}}}},"components/schemas/DWRResponseV3ListProjectTotalsGroupedByDateDTO":{"id":"components/schemas/DWRResponseV3ListProjectTotalsGroupedByDateDTO","kind":"json-schema","title":"DWRResponseV3ListProjectTotalsGroupedByDateDTO","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/ProjectTotalsGroupedByDateDTO"}}}}},"components/schemas/ProjectTotalsGroupedByDateDTO":{"id":"components/schemas/ProjectTotalsGroupedByDateDTO","kind":"json-schema","title":"ProjectTotalsGroupedByDateDTO","data":{"type":"object","properties":{"creationDate":{"type":"string","format":"date-time"},"totals":{"type":"integer"}}}},"components/schemas/DWRResponsePageableV3CollectionProjectDTOV3":{"id":"components/schemas/DWRResponsePageableV3CollectionProjectDTOV3","kind":"json-schema","title":"DWRResponsePageableV3CollectionProjectDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/ProjectDTOV3"}}}}},"components/schemas/DWRResponsePageableV3ListOrganizationLabelDTOV3":{"id":"components/schemas/DWRResponsePageableV3ListOrganizationLabelDTOV3","kind":"json-schema","title":"DWRResponsePageableV3ListOrganizationLabelDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/OrganizationLabelDTOV3"}}}}},"components/schemas/OrganizationLabelDTOV3":{"id":"components/schemas/OrganizationLabelDTOV3","kind":"json-schema","title":"OrganizationLabelDTOV3","data":{"type":"object","properties":{"uuid":{"type":"string"},"namespace":{"type":"string"},"value":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"createdBy":{"type":"string"},"system":{"type":"boolean"},"applications":{"type":"integer","format":"int64"},"projects":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"}}}},"components/schemas/DWRResponseV3ListIntegrationDTOV3":{"id":"components/schemas/DWRResponseV3ListIntegrationDTOV3","kind":"json-schema","title":"DWRResponseV3ListIntegrationDTOV3","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/IntegrationDTOV3"}}}}},"components/schemas/IntegrationDTOV3":{"id":"components/schemas/IntegrationDTOV3","kind":"json-schema","title":"IntegrationDTOV3","data":{"type":"object","properties":{"uuid":{"type":"string"},"orgUuid":{"type":"string"},"status":{"type":"string","enum":["ACTIVE","SUSPENDED","DELETED"]},"type":{"type":"string","enum":["JIRA","GITHUB","INVICTI","WIZ"]},"variant":{"type":"string","enum":["JIRA_CLOUD","JIRA_CLOUD_SECURITY","JIRA_DC","WIZ_COMMERCIAL","WIZ_GOV","WIZ_COMM_ON_GOV","WIZ_DEMO"]},"extraData":{"type":"object"},"createdBy":{"type":"string"},"creationDate":{"type":"string","format":"date-time"},"lastUpdate":{"type":"string","format":"date-time"}}}},"components/schemas/DWRResponsePageableV3ListUserInfoDTO":{"id":"components/schemas/DWRResponsePageableV3ListUserInfoDTO","kind":"json-schema","title":"DWRResponsePageableV3ListUserInfoDTO","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/UserInfoDTO"}}}}},"components/schemas/UserInfoDTO":{"id":"components/schemas/UserInfoDTO","kind":"json-schema","title":"UserInfoDTO","data":{"required":["uuid"],"type":"object","properties":{"uuid":{"title":"User UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"User Name","type":"string","example":"Jon Smith"},"email":{"title":"User Email","type":"string","example":"jon.smith@mail.com"},"userType":{"title":"Type Of User","type":"string","example":"REGULAR","enum":["REGULAR","SERVICE","SCAN_SUMMARY_RECEIVER"]},"accountStatus":{"type":"string","enum":["ACTIVE","INACTIVE","LOCKOUT"]}}}},"components/schemas/DWRResponsePageableV3ListMultipleGroupRolesPerContextDTOV3":{"id":"components/schemas/DWRResponsePageableV3ListMultipleGroupRolesPerContextDTOV3","kind":"json-schema","title":"DWRResponsePageableV3ListMultipleGroupRolesPerContextDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/MultipleGroupRolesPerContextDTOV3"}}}}},"components/schemas/MultipleGroupRolesPerContextDTOV3":{"id":"components/schemas/MultipleGroupRolesPerContextDTOV3","kind":"json-schema","title":"MultipleGroupRolesPerContextDTOV3","data":{"required":["scopeType","scopeUuid"],"type":"object","properties":{"scopeUuid":{"type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"scopeName":{"title":"Scope Name","type":"string","example":"My Product"},"scopeType":{"type":"string","description":"Type of entity the role will be associated with","example":"organization","enum":["organization","application","project","account","unsupported"]},"roles":{"type":"array","items":{"title":"Role","type":"string","example":"ADMIN","enum":["ADMIN","SCAN_MANAGER","SECURITY_ANALYST","MEMBER"]}}}}},"components/schemas/DWRResponsePageableV3ListGroupWithRoleDefinitionsSummaryDTOV3":{"id":"components/schemas/DWRResponsePageableV3ListGroupWithRoleDefinitionsSummaryDTOV3","kind":"json-schema","title":"DWRResponsePageableV3ListGroupWithRoleDefinitionsSummaryDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/GroupWithRoleDefinitionsSummaryDTOV3"}}}}},"components/schemas/GroupScopeMultiRoleDefinitionDTOV3":{"id":"components/schemas/GroupScopeMultiRoleDefinitionDTOV3","kind":"json-schema","title":"GroupScopeMultiRoleDefinitionDTOV3","data":{"type":"object","properties":{"scopeUuid":{"type":"string"},"scopeName":{"type":"string"},"scopeType":{"type":"string","enum":["organization","application","project","account","unsupported"]},"roleDefinitions":{"type":"array","items":{"$ref":"#/components/schemas/RoleDefinitionDTOV3"}}}}},"components/schemas/GroupWithRoleDefinitionsSummaryDTOV3":{"id":"components/schemas/GroupWithRoleDefinitionsSummaryDTOV3","kind":"json-schema","title":"GroupWithRoleDefinitionsSummaryDTOV3","data":{"type":"object","properties":{"uuid":{"title":"Group UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"Group Name","type":"string","example":"Group A"},"description":{"title":"Group Description","type":"string","example":"Group description"},"users":{"title":"User Count","type":"integer","description":"The amount of users in that group","format":"int32","example":22},"affectedApplications":{"title":"Affected Applications","type":"integer","format":"int32","example":5},"roleDefinitions":{"type":"array","items":{"$ref":"#/components/schemas/GroupScopeMultiRoleDefinitionDTOV3"}}}}},"components/schemas/RoleDefinitionDTOV3":{"id":"components/schemas/RoleDefinitionDTOV3","kind":"json-schema","title":"RoleDefinitionDTOV3","data":{"type":"object","properties":{"uuid":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"},"scopeType":{"type":"string","enum":["organization","application","project","account","unsupported"]},"createdBy":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"originalRole":{"type":"string"},"capabilities":{"type":"array","items":{"type":"string"}}}}},"components/schemas/DWRResponsePageableV3ListGroupSummaryDTOV3":{"id":"components/schemas/DWRResponsePageableV3ListGroupSummaryDTOV3","kind":"json-schema","title":"DWRResponsePageableV3ListGroupSummaryDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/GroupSummaryDTOV3"}}}}},"components/schemas/GroupSummaryDTOV3":{"id":"components/schemas/GroupSummaryDTOV3","kind":"json-schema","title":"GroupSummaryDTOV3","data":{"type":"object","properties":{"uuid":{"title":"Group UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"Group Name","type":"string","example":"Group A"},"description":{"title":"Group Description","type":"string","example":"Group description"},"users":{"title":"User Count","type":"integer","description":"The amount of users in that group","format":"int32","example":22},"affectedApplications":{"title":"Affected Applications","type":"integer","format":"int32","example":5},"roles":{"type":"array","items":{"$ref":"#/components/schemas/GroupRoleDTOV3"}}}}},"components/schemas/ActionValueCreateViolationJsonDTO":{"id":"components/schemas/ActionValueCreateViolationJsonDTO","kind":"json-schema","title":"ActionValueCreateViolationJsonDTO","data":{"type":"object","allOf":[{"$ref":"#/components/schemas/AutomationActionValueJsonDTO"},{"type":"object","properties":{"failPipeline":{"type":"boolean"},"risk":{"type":"integer","format":"int32"},"slaRelativeDays":{"type":"integer","format":"int32"},"updateExisting":{"type":"boolean"}}}]}},"components/schemas/ActionValueEmailJsonDTO":{"id":"components/schemas/ActionValueEmailJsonDTO","kind":"json-schema","title":"ActionValueEmailJsonDTO","data":{"type":"object","allOf":[{"$ref":"#/components/schemas/AutomationActionValueJsonDTO"},{"type":"object","properties":{"selectedValues":{"type":"string"},"selectedLabelValueDTOs":{"type":"array","items":{"$ref":"#/components/schemas/LabelValueDTO"}},"context":{"type":"string"},"newFindingOnly":{"type":"boolean"}}}]}},"components/schemas/AutomationActionDTO":{"id":"components/schemas/AutomationActionDTO","kind":"json-schema","title":"AutomationActionDTO","data":{"type":"object","properties":{"uuid":{"type":"string"},"actionType":{"type":"string"},"flavor":{"type":"string"},"value":{"oneOf":[{"$ref":"#/components/schemas/AutomationActionValueJsonDTO"},{"$ref":"#/components/schemas/ActionValueCreateViolationJsonDTO"},{"$ref":"#/components/schemas/ActionValueEmailJsonDTO"},{"$ref":"#/components/schemas/AutomationActionValueJsonDefaultDTO"},{"$ref":"#/components/schemas/AutomationActionValueJsonTextDTO"}]},"priority":{"type":"integer","format":"int32"},"disabled":{"type":"string"},"exclusive":{"type":"boolean"}}}},"components/schemas/AutomationActionValueJsonDTO":{"id":"components/schemas/AutomationActionValueJsonDTO","kind":"json-schema","title":"AutomationActionValueJsonDTO","data":{"type":"object","properties":{"valueType":{"type":"string"}},"discriminator":{"propertyName":"valueType"}}},"components/schemas/AutomationActionValueJsonDefaultDTO":{"id":"components/schemas/AutomationActionValueJsonDefaultDTO","kind":"json-schema","title":"AutomationActionValueJsonDefaultDTO","data":{"type":"object","allOf":[{"$ref":"#/components/schemas/AutomationActionValueJsonDTO"},{"type":"object","properties":{"selectedValues":{"type":"string"},"selectedLabelValueDTOs":{"type":"array","items":{"$ref":"#/components/schemas/LabelValueDTO"}},"context":{"type":"string"}}}]}},"components/schemas/AutomationActionValueJsonTextDTO":{"id":"components/schemas/AutomationActionValueJsonTextDTO","kind":"json-schema","title":"AutomationActionValueJsonTextDTO","data":{"type":"object","allOf":[{"$ref":"#/components/schemas/AutomationActionValueJsonDTO"},{"type":"object","properties":{"selectedValues":{"type":"string"},"context":{"type":"string"}}}]}},"components/schemas/AutomationConditionDTO":{"id":"components/schemas/AutomationConditionDTO","kind":"json-schema","title":"AutomationConditionDTO","data":{"type":"object","properties":{"uuid":{"type":"string"},"leftOperatorName":{"type":"string"},"factProperty":{"type":"string"},"factComparatorName":{"type":"string"},"factValue":{"type":"array","items":{"$ref":"#/components/schemas/LabelValueDTO"}},"factValueString":{"type":"string"},"priority":{"type":"integer","format":"int32"},"enabled":{"type":"boolean"},"group":{"type":"string"},"displayName":{"type":"string"}}}},"components/schemas/AutomationConditionGroupDTO":{"id":"components/schemas/AutomationConditionGroupDTO","kind":"json-schema","title":"AutomationConditionGroupDTO","data":{"type":"object","properties":{"uuid":{"type":"string"},"leftOperatorName":{"type":"string"},"priority":{"type":"integer","format":"int32"},"enabled":{"type":"boolean"},"conditions":{"type":"array","items":{"$ref":"#/components/schemas/AutomationConditionDTO"}}}}},"components/schemas/AutomationTriggerDTO":{"id":"components/schemas/AutomationTriggerDTO","kind":"json-schema","title":"AutomationTriggerDTO","data":{"type":"object","properties":{"uuid":{"type":"string"},"eventKey":{"type":"string"},"engineType":{"type":"string"},"scopeType":{"type":"string"},"scopeValue":{"type":"string"},"orgUuid":{"type":"string"},"appUuid":{"type":"string"},"projectUuid":{"type":"string"},"enabled":{"type":"boolean"}}}},"components/schemas/AutomationWorkflowDTO":{"id":"components/schemas/AutomationWorkflowDTO","kind":"json-schema","title":"AutomationWorkflowDTO","data":{"type":"object","properties":{"uuid":{"type":"string"},"owner":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"enabled":{"type":"boolean"},"workflowLevel":{"type":"string"},"workflowType":{"type":"string","enum":["SECURITY","LEGAL","OPERATIONAL"]},"scope":{"type":"string"},"orgAdminCanActivate":{"type":"boolean"}}}},"components/schemas/AutomationWorkflowRequestDTO":{"id":"components/schemas/AutomationWorkflowRequestDTO","kind":"json-schema","title":"AutomationWorkflowRequestDTO","data":{"type":"object","properties":{"workflow":{"$ref":"#/components/schemas/AutomationWorkflowDTO"},"trigger":{"$ref":"#/components/schemas/AutomationTriggerDTO"},"conditionsGroups":{"type":"array","items":{"$ref":"#/components/schemas/AutomationConditionGroupDTO"}},"scopeConditionGroups":{"type":"array","items":{"$ref":"#/components/schemas/AutomationConditionGroupDTO"}},"actions":{"type":"array","items":{"$ref":"#/components/schemas/AutomationActionDTO"}},"canEdit":{"type":"boolean"}}}},"components/schemas/DWRResponseV3AutomationWorkflowRequestDTO":{"id":"components/schemas/DWRResponseV3AutomationWorkflowRequestDTO","kind":"json-schema","title":"DWRResponseV3AutomationWorkflowRequestDTO","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/AutomationWorkflowRequestDTO"}}}},"components/schemas/LabelValueDTO":{"id":"components/schemas/LabelValueDTO","kind":"json-schema","title":"LabelValueDTO","data":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"object"},"additionalValue":{"type":"object"}}}},"components/schemas/AutomationWorkflowSummaryDTO":{"id":"components/schemas/AutomationWorkflowSummaryDTO","kind":"json-schema","title":"AutomationWorkflowSummaryDTO","data":{"type":"object","properties":{"uuid":{"type":"string"},"updatedAt":{"type":"string","format":"date-time"},"createdAt":{"type":"string","format":"date-time"},"owner":{"type":"string"},"ownerName":{"type":"string"},"ownerEmail":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"priority":{"type":"integer","format":"int32"},"trigger":{"$ref":"#/components/schemas/AutomationTriggerDTO"},"enabled":{"type":"boolean"},"scopeConditionGroups":{"type":"array","items":{"$ref":"#/components/schemas/AutomationConditionGroupDTO"}},"workflowLevel":{"type":"string"},"scope":{"type":"string"},"orgAdminCanActivate":{"type":"boolean"},"canEdit":{"type":"boolean"},"canDelete":{"type":"boolean"},"canClone":{"type":"boolean"},"workflowType":{"type":"string","enum":["SECURITY","LEGAL","OPERATIONAL"]},"hasJiraAction":{"type":"boolean"},"orgJiraConfigured":{"type":"boolean"}}}},"components/schemas/DWRResponsePageableV3ListAutomationWorkflowSummaryDTO":{"id":"components/schemas/DWRResponsePageableV3ListAutomationWorkflowSummaryDTO","kind":"json-schema","title":"DWRResponsePageableV3ListAutomationWorkflowSummaryDTO","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/AutomationWorkflowSummaryDTO"}}}}},"components/schemas/DWRResponsePageableV3CollectionApplicationDTOV3":{"id":"components/schemas/DWRResponsePageableV3CollectionApplicationDTOV3","kind":"json-schema","title":"DWRResponsePageableV3CollectionApplicationDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/ApplicationDTOV3"}}}}},"components/schemas/AdoptionWizardStatusDTO":{"id":"components/schemas/AdoptionWizardStatusDTO","kind":"json-schema","title":"AdoptionWizardStatusDTO","data":{"type":"object","properties":{"status":{"type":"string"},"scanUuid":{"type":"string"},"updatedAt":{"type":"string","format":"date-time"},"progress":{"$ref":"#/components/schemas/ProgressDTO"},"invitedUserEmail":{"type":"string"},"projectUuid":{"type":"string"}}}},"components/schemas/DWRResponseV3AdoptionWizardStatusDTO":{"id":"components/schemas/DWRResponseV3AdoptionWizardStatusDTO","kind":"json-schema","title":"DWRResponseV3AdoptionWizardStatusDTO","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/AdoptionWizardStatusDTO"}}}},"components/schemas/AdoptionWizardRepositoriesDTO":{"id":"components/schemas/AdoptionWizardRepositoriesDTO","kind":"json-schema","title":"AdoptionWizardRepositoriesDTO","data":{"type":"object","properties":{"repositories":{"type":"array","items":{"$ref":"#/components/schemas/AdoptionWizardRepositoryDTO"}}}}},"components/schemas/AdoptionWizardRepositoryDTO":{"id":"components/schemas/AdoptionWizardRepositoryDTO","kind":"json-schema","title":"AdoptionWizardRepositoryDTO","data":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}}}},"components/schemas/DWRResponseV3AdoptionWizardRepositoriesDTO":{"id":"components/schemas/DWRResponseV3AdoptionWizardRepositoriesDTO","kind":"json-schema","title":"DWRResponseV3AdoptionWizardRepositoriesDTO","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/AdoptionWizardRepositoriesDTO"}}}},"components/schemas/AdoptionOptionDTO":{"id":"components/schemas/AdoptionOptionDTO","kind":"json-schema","title":"AdoptionOptionDTO","data":{"type":"object","properties":{"engine":{"type":"string"},"scanSource":{"type":"string"},"state":{"type":"string","enum":["ELIGIBLE","IN_PROGRESS","FINISHED"]}}}},"components/schemas/AdoptionWizardCapabilityDTO":{"id":"components/schemas/AdoptionWizardCapabilityDTO","kind":"json-schema","title":"AdoptionWizardCapabilityDTO","data":{"type":"object","properties":{"adoptionOptions":{"type":"array","items":{"$ref":"#/components/schemas/AdoptionOptionDTO"}}}}},"components/schemas/DWRResponseV3AdoptionWizardCapabilityDTO":{"id":"components/schemas/DWRResponseV3AdoptionWizardCapabilityDTO","kind":"json-schema","title":"DWRResponseV3AdoptionWizardCapabilityDTO","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/AdoptionWizardCapabilityDTO"}}}},"components/schemas/DWRResponseV3MapStringListString":{"id":"components/schemas/DWRResponseV3MapStringListString","kind":"json-schema","title":"DWRResponseV3MapStringListString","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}}}}}},"components/schemas/ActivityLogDTOV3":{"id":"components/schemas/ActivityLogDTOV3","kind":"json-schema","title":"ActivityLogDTOV3","data":{"type":"object","properties":{"uuid":{"title":"Event UUID","type":"string","description":"Unique event identifier","example":"0190f3a1-1c2d-7e4f-8a9b-1234567890ab"},"timestamp":{"title":"Event time","type":"string","description":"ISO-8601 UTC timestamp","example":"2026-05-31T14:22:05Z"},"event":{"title":"Event","type":"string","description":"Raw event name; the UI renders the display label","example":"LOGGED_IN"},"category":{"title":"Category","type":"string","description":"Raw category name; the UI renders the display label","example":"AUTHENTICATION"},"eventType":{"title":"Event Type","type":"string","enum":["ACTIVITY","AUDIT"]},"engineType":{"title":"Engine Type","type":"string","enum":["PLATFORM","SCA","SAST","IMG","CN","IAC","DAST","AI","LLM"]},"changeType":{"title":"Change Type","type":"string","description":"Raw change type for audit events","nullable":true,"enum":["CREATED","CHANGED","DELETED","ORDER"]},"userName":{"title":"User","type":"string","description":"Consolidated actor display value (user name, or Mend System / Mend Expert)","example":"John Smith"},"actorType":{"title":"Actor Type","type":"string","description":"Raw operator classification","enum":["USER","SYSTEM","EXPERT","IDP"]},"entityType":{"title":"Entity Type","type":"string","description":"Type of the modified object","nullable":true,"example":"LIBRARY"},"entityUuid":{"title":"Entity Uuid","type":"string","nullable":true},"entityName":{"title":"Entity Name","type":"string","nullable":true},"scopeType":{"title":"Scope Type","type":"string","description":"Raw context scope name in which the action occurred","nullable":true,"example":"ORGANIZATION"},"scopeUuid":{"title":"Scope Uuid","type":"string","nullable":true},"scopeName":{"title":"Scope Name","type":"string","nullable":true},"applicationUuid":{"title":"Application Uuid","type":"string","nullable":true},"applicationName":{"title":"Application Name","type":"string","nullable":true},"projectUuid":{"title":"Project Uuid","type":"string","nullable":true},"projectName":{"title":"Project Name","type":"string","nullable":true},"details":{"title":"Details","type":"object","additionalProperties":{"title":"Details","type":"object","description":"For AUDIT: before/after. For ACTIVITY: structured action payload"},"description":"For AUDIT: before/after. For ACTIVITY: structured action payload"},"requestToken":{"title":"Request Token","type":"string","description":"Per-event correlation token for support","nullable":true}}}},"components/schemas/DWRResponsePageableV3ListActivityLogDTOV3":{"id":"components/schemas/DWRResponsePageableV3ListActivityLogDTOV3","kind":"json-schema","title":"DWRResponsePageableV3ListActivityLogDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/ActivityLogDTOV3"}}}}},"components/schemas/AutomationWorkflowResponseDTO":{"id":"components/schemas/AutomationWorkflowResponseDTO","kind":"json-schema","title":"AutomationWorkflowResponseDTO","data":{"type":"object","properties":{"message":{"type":"string"},"workflows":{"type":"array","items":{"$ref":"#/components/schemas/AutomationWorkflowRequestDTO"}}}}},"components/schemas/DWRResponseV3AutomationWorkflowResponseDTO":{"id":"components/schemas/DWRResponseV3AutomationWorkflowResponseDTO","kind":"json-schema","title":"DWRResponseV3AutomationWorkflowResponseDTO","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/AutomationWorkflowResponseDTO"}}}},"components/schemas/UpdateFindingsRequestDTOV3":{"id":"components/schemas/UpdateFindingsRequestDTOV3","kind":"json-schema","title":"UpdateFindingsRequestDTOV3","data":{"type":"object","properties":{"status":{"title":"Finding Status","type":"string","enum":["MARK_AS_UNREVIEWED","MARK_AS_IN_REVIEW","SUPPRESS","UNSUPPRESS"]},"comment":{"title":"Finding Comment","maxLength":255,"type":"string","example":"This Finding is not important"},"isViolating":{"type":"boolean"}}}},"components/schemas/LibraryMatchSuggestionsRequestDTOV3_MatchSuggestions":{"id":"components/schemas/LibraryMatchSuggestionsRequestDTOV3_MatchSuggestions","kind":"json-schema","title":"LibraryMatchSuggestionsRequestDTOV3_MatchSuggestions","data":{"required":["recommendedForAllFiles","sourceFileUuids"],"type":"object","properties":{"sourceFileUuids":{"type":"array","items":{"title":"Source File UUIDs","type":"string","description":"List of source file UUIDs for which to get Mend library suggestions. Required field.","example":"123e4567-e89b-12d3-a456-426655440000"}},"recommendedForAllFiles":{"title":"Recommended For All Files","type":"boolean","description":"Flag indicating whether to get recommendations that apply to all specified files. Required field.","example":false},"applicationUuids":{"type":"array","items":{"title":"Application UUIDs","type":"string","description":"Scopes the by-library source-file resolution to these applications. When empty, the whole organization is used.","example":"123e4567-e89b-12d3-a456-426655440000"}}},"description":"Request payload for retrieving Mend library suggestions for source files. Requires sourceFileUuids and recommendedForAllFiles. Medium privilege users can optionally specify repository and version fields for more targeted suggestions."}},"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_MatchSuggestions":{"id":"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_MatchSuggestions","kind":"json-schema","title":"DWRResponseV3CollectionSourceLibraryResponseDTO_MatchSuggestions","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/SourceLibraryResponseDTO_MatchSuggestions"}}}}},"components/schemas/LiteLicenseDTO_MatchSuggestions":{"id":"components/schemas/LiteLicenseDTO_MatchSuggestions","kind":"json-schema","title":"LiteLicenseDTO_MatchSuggestions","data":{"required":["name"],"type":"object","properties":{"name":{"title":"Licenses","type":"string","example":"MIT"},"severity":{"title":"License Risk","type":"string","example":"High"}},"description":"Collection of licenses associated with this library"}},"components/schemas/SourceLibraryResponseDTO_MatchSuggestions":{"id":"components/schemas/SourceLibraryResponseDTO_MatchSuggestions","kind":"json-schema","title":"SourceLibraryResponseDTO_MatchSuggestions","data":{"type":"object","properties":{"name":{"type":"string","description":"Name of the library","example":"openssl"},"sha1":{"type":"string","description":"SHA-1 hash of the library","example":"49f6cb968ff63793f6671d9026fb2a7034dad79a"},"licenses":{"type":"array","description":"Collection of licenses associated with this library","items":{"$ref":"#/components/schemas/LiteLicenseDTO_MatchSuggestions"}},"version":{"type":"string","description":"Version of the library","example":"OpenSSL_1_0_1"},"owner":{"type":"string","description":"Owner/organization of the library","example":"openssl"},"url":{"type":"string","description":"URL to the library source","example":"https://github.com/openssl/openssl.git"},"date":{"type":"string","description":"Release date of the library","format":"date-time","example":"2012-03-14T12:39:00Z"},"nonOfficialRelease":{"type":"boolean","description":"Indicates whether this is a non-official release","example":false},"matchSuggestionId":{"type":"string","description":"Base64 encoded match suggestion ID used for remapping operations.","nullable":true,"example":"ZWJlMTZhZjYtMmE2YS00MWQ1LWFiNTQtYWQ3YWE3OWZhNzFl"}},"description":"Library match suggestion response containing library details and match metadata"}},"components/schemas/RiskReportExportProjectDTOV3":{"id":"components/schemas/RiskReportExportProjectDTOV3","kind":"json-schema","title":"RiskReportExportProjectDTOV3","data":{"type":"object","properties":{"name":{"type":"string"},"format":{"type":"string","description":"Output file format. The Risk report only supports pdf.","example":"pdf","enum":["pdf"]},"sendEmailNotification":{"type":"boolean"},"exportMode":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Export mode. \"split\" (default) produces a ZIP (PDF summary + Excel CVE detail). \"fullPdf\" produces a single PDF, subject to a project-count threshold."},"children":[]}]}]}],"example":"split","enum":["split","fullPdf"]}}}},"components/schemas/InventoryReportExportProjectDTOV3":{"id":"components/schemas/InventoryReportExportProjectDTOV3","kind":"json-schema","title":"InventoryReportExportProjectDTOV3","data":{"type":"object","properties":{"name":{"type":"string"},"format":{"type":"string","description":"Output file format. The Inventory report supports excel, json and xml.","example":"excel","enum":["excel","json","xml"]},"sendEmailNotification":{"type":"boolean"}}}},"components/schemas/FindingsReportExportProjectDTOV3":{"id":"components/schemas/FindingsReportExportProjectDTOV3","kind":"json-schema","title":"FindingsReportExportProjectDTOV3","data":{"type":"object","properties":{"name":{"type":"string"},"format":{"type":"string","description":"Output file format. The Findings report supports excel, json and xml.","example":"excel","enum":["excel","json","xml"]},"sendEmailNotification":{"type":"boolean"},"vulnerabilitiesState":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Alert states to include. Defaults to [OPEN] when omitted."},"children":[]}]}]}],"example":["OPEN"],"items":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Alert states to include. Defaults to [OPEN] when omitted."},"children":[]}]}]}],"example":"[\"OPEN\"]","enum":["OPEN","IGNORE"]}},"vulnerabilityTypes":{"type":"array","description":"Filter by one or more vulnerability types. ANY (default) includes all types.","example":["CVE","GHSA"],"items":{"type":"string","description":"Filter by one or more vulnerability types. ANY (default) includes all types.","example":"[\"CVE\",\"GHSA\"]","enum":["MSC","CVE","ANY","GHSA","WS","MAI"]}},"dateRange":{"type":"integer","description":"Include only vulnerabilities first detected within the last N days. 0 or omitted means no date filter.","format":"int32","example":30},"zeroDayIdentifier":{"type":"string","description":"Scope the report to a specific zero-day event, by event UUID or name."}}}},"components/schemas/DueDiligenceReportExportProjectDTOV3":{"id":"components/schemas/DueDiligenceReportExportProjectDTOV3","kind":"json-schema","title":"DueDiligenceReportExportProjectDTOV3","data":{"type":"object","properties":{"name":{"type":"string"},"format":{"type":"string","description":"Output file format. The Due Diligence report supports excel, json and xml.","example":"json","enum":["excel","json","xml"]},"sendEmailNotification":{"type":"boolean"}}}},"components/schemas/AttributionReportExportProjectDTOV3":{"id":"components/schemas/AttributionReportExportProjectDTOV3","kind":"json-schema","title":"AttributionReportExportProjectDTOV3","data":{"type":"object","properties":{"name":{"type":"string"},"format":{"type":"string","description":"Output file format. The Attribution report supports json, html and text.","example":"json","enum":["json","html","text"]},"sendEmailNotification":{"type":"boolean"},"licenses":{"type":"array","items":{"type":"string"}},"primaryAttribute":{"type":"string"},"library":{"type":"string"},"groupBy":{"type":"string"},"header":{"type":"string"},"title":{"type":"string"},"footer":{"type":"string"},"licenseReference":{"type":"string"},"licenseTextPlacement":{"type":"string"},"selectedColumns":{"type":"array","items":{"type":"string"}},"customAttribute":{"type":"string"},"includeSummary":{"type":"boolean"},"includeVersion":{"type":"boolean"},"hideEmptyFields":{"type":"boolean"},"groupByOrDefault":{"type":"string"},"licenseReferenceOrDefault":{"type":"string"},"licenseTextPlacementOrDefault":{"type":"string"},"selectedColumnsOrDefaultString":{"type":"string"}}}},"components/schemas/CreateProjectSbomReportDTOReport":{"id":"components/schemas/CreateProjectSbomReportDTOReport","kind":"json-schema","title":"CreateProjectSbomReportDTOReport","data":{"type":"object","properties":{"name":{"type":"string"},"format":{"type":"string","enum":["json","html","unknown","xml","excel","yaml","pdf","tv","rdf","csv","sarif","text"]},"sendEmailNotification":{"type":"boolean"},"reportType":{"type":"string","description":"SBOM report type. Only SPDX and CycloneDX variants are valid for this endpoint.","example":"spdx","enum":["attribution","inventory","vulnerabilities","securityAlerts","sbom","Cbom","securityAlertsLibrary","Compliance","Findings","Suppressions","Resolved","spdx","spdx_2_3","cycloneDX","cycloneDX_1_5","cycloneDX_1_6","dueDiligence","unknown","imgAttribution","imgDueDiligence","imgSpdx","imgSpdx_2_3","imgCycloneDX","imgCycloneDX_1_5","aiInventory","aiFindings","aiBom","imgCycloneDX_1_6","risk","users","zeroDayCatalog","activityLog","unifiedFindings","spdx","spdx_2_3","cycloneDX","cycloneDX_1_5","cycloneDX_1_6"]},"maxDepthLevel":{"maximum":4,"minimum":1,"type":"integer","description":"Maximum depth level of the dependency tree to include in the report. Applies to CycloneDX variants only and must be between 1 and 4; values outside this range (including 0) are rejected with a 400 error. Ignored for SPDX variants.","format":"int32","example":1},"includeVulnerabilities":{"type":"boolean"},"isMlBomReport":{"type":"boolean","description":"When true, generates an ML-BOM (AI/ML Bill of Materials) that includes only machine-learning model components. If the selected scope contains no ML/AI model components, the generated report will be empty (for CycloneDX/SPDX this yields an empty ZIP). Defaults to false.","example":false},"componentGranularity":{"type":"string","description":"Component granularity: 'library' (default) or 'file' for source-file-level coverage","example":"library","enum":["library","file"]}}}},"components/schemas/SourceFileRemappingOrgRequestDTOV3":{"id":"components/schemas/SourceFileRemappingOrgRequestDTOV3","kind":"json-schema","title":"SourceFileRemappingOrgRequestDTOV3","data":{"type":"object","properties":{"targetLibraryUuid":{"title":"Target Library UUID","type":"string","description":"The UUID of the library to which source files should be remapped. Exactly one of targetLibraryUuid or matchSuggestionId must be provided","example":"123e4567-e89b-12d3-a456-426655440000"},"matchSuggestionId":{"title":"Target Library Id","type":"string","description":"The Id of the library to which source files should be remapped. Exactly one of targetLibraryUuid or matchSuggestionId must be provided","example":"ZWJlMTZhZjYtMmE2YS00MWQ1LWFiNTQtYWQ3YWE3OWZhNzFl"},"sourceFileUuids":{"type":"array","items":{"title":"Source File UUIDs","type":"string","description":"List of source file UUIDs to be remapped","example":"123e4567-e89b-12d3-a456-426655440000"}},"comment":{"title":"Comment","type":"string","description":"Optional user comment explaining the reason for this remapping action"},"sendEmailNotification":{"title":"Send Email Notification","type":"boolean","description":"Whether to send email notification upon completion of the remapping operation","example":true},"originalLibraryUuid":{"title":"Original Library UUID","type":"string","description":"When set (remap-all-by-library), the server resolves all source files currently mapped to this library on its own; sourceFileUuids is ignored.","example":"123e4567-e89b-12d3-a456-426655440000"}},"description":"Request payload for remapping source files at organization level"}},"components/schemas/SourceFilesRemappingAsyncStatusDtoV3":{"id":"components/schemas/SourceFilesRemappingAsyncStatusDtoV3","kind":"json-schema","title":"SourceFilesRemappingAsyncStatusDtoV3","data":{"type":"object","properties":{"uuid":{"title":"Process UUID","type":"string","description":"The unique identifier of the async process","example":"caf69794-9882-4b55-82db-6b6da4fe2a92"},"status":{"title":"Process Status","type":"string","description":"The current status of the async process","example":"PENDING","enum":["PENDING","IN_PROGRESS","FAILED","FAILURE","SUCCESS"]},"userEmail":{"title":"User Email","type":"string","description":"Email of the user who initiated the process","example":"user@example.com"},"requestToken":{"title":"Request Token","type":"string","description":"Short token for tracking the request","example":"2cd6a43b"}},"description":"Async process status for source file remapping operations"}},"components/schemas/SourceFileRemappingAppRequestDTOV3":{"id":"components/schemas/SourceFileRemappingAppRequestDTOV3","kind":"json-schema","title":"SourceFileRemappingAppRequestDTOV3","data":{"type":"object","properties":{"applicationUuids":{"type":"array","items":{"title":"Application UUIDs","type":"string","description":"List of application UUIDs for which the remapping applies","example":"123e4567-e89b-12d3-a456-426655440000"}},"targetLibraryUuid":{"title":"Target Library UUID","type":"string","description":"The UUID of the library to which source files should be remapped. Exactly one of targetLibraryUuid or matchSuggestionId must be provided","example":"123e4567-e89b-12d3-a456-426655440000"},"matchSuggestionId":{"title":"Target Library Id","type":"string","description":"The Id of the library to which source files should be remapped. Exactly one of targetLibraryUuid or matchSuggestionId must be provided","example":"ZWJlMTZhZjYtMmE2YS00MWQ1LWFiNTQtYWQ3YWE3OWZhNzFl"},"sourceFileUuids":{"type":"array","items":{"title":"Source File UUIDs","type":"string","description":"List of source file UUIDs to be remapped","example":"123e4567-e89b-12d3-a456-426655440000"}},"comment":{"title":"Comment","type":"string","description":"Optional user comment explaining the reason for this remapping action"},"sendEmailNotification":{"title":"Send Email Notification","type":"boolean","description":"Whether to send email notification upon completion of the remapping operation","example":true},"originalLibraryUuid":{"title":"Original Library UUID","type":"string","description":"When set (remap-all-by-library), the server resolves all source files currently mapped to this library on its own; sourceFileUuids is ignored.","example":"123e4567-e89b-12d3-a456-426655440000"}},"description":"Request payload for remapping source files at application level"}},"components/schemas/RiskReportExportDTOV3":{"id":"components/schemas/RiskReportExportDTOV3","kind":"json-schema","title":"RiskReportExportDTOV3","data":{"type":"object","properties":{"name":{"type":"string"},"format":{"type":"string","description":"Output file format. The Risk report only supports pdf.","example":"pdf","enum":["pdf"]},"sendEmailNotification":{"type":"boolean"},"projectUuids":{"type":"array","items":{"type":"string"}},"exportMode":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Export mode. \"split\" (default) produces a ZIP (PDF summary + Excel CVE detail). \"fullPdf\" produces a single PDF, subject to a project-count threshold."},"children":[]}]}]}],"example":"split","enum":["split","fullPdf"]}}}},"components/schemas/InventoryReportExportDTOV3":{"id":"components/schemas/InventoryReportExportDTOV3","kind":"json-schema","title":"InventoryReportExportDTOV3","data":{"type":"object","properties":{"name":{"type":"string"},"format":{"type":"string","description":"Output file format. The Inventory report supports excel, json and xml.","example":"excel","enum":["excel","json","xml"]},"sendEmailNotification":{"type":"boolean"},"projectUuids":{"type":"array","items":{"type":"string"}}}}},"components/schemas/FindingsReportExportDTOV3":{"id":"components/schemas/FindingsReportExportDTOV3","kind":"json-schema","title":"FindingsReportExportDTOV3","data":{"type":"object","properties":{"name":{"type":"string"},"format":{"type":"string","description":"Output file format. The Findings report supports excel, json and xml.","example":"excel","enum":["excel","json","xml"]},"sendEmailNotification":{"type":"boolean"},"projectUuids":{"type":"array","items":{"type":"string"}},"vulnerabilitiesState":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Alert states to include. Defaults to [OPEN] when omitted."},"children":[]}]}]}],"example":["OPEN"],"items":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Alert states to include. Defaults to [OPEN] when omitted."},"children":[]}]}]}],"example":"[\"OPEN\"]","enum":["OPEN","IGNORE"]}},"vulnerabilityTypes":{"type":"array","description":"Filter by one or more vulnerability types. ANY (default) includes all types.","example":["CVE","GHSA"],"items":{"type":"string","description":"Filter by one or more vulnerability types. ANY (default) includes all types.","example":"[\"CVE\",\"GHSA\"]","enum":["MSC","CVE","ANY","GHSA","WS","MAI"]}},"dateRange":{"type":"integer","description":"Include only vulnerabilities first detected within the last N days. 0 or omitted means no date filter.","format":"int32","example":30},"zeroDayIdentifier":{"type":"string","description":"Scope the report to a specific zero-day event, by event UUID or name."}}}},"components/schemas/DueDiligenceReportExportDTOV3":{"id":"components/schemas/DueDiligenceReportExportDTOV3","kind":"json-schema","title":"DueDiligenceReportExportDTOV3","data":{"type":"object","properties":{"name":{"type":"string"},"format":{"type":"string","description":"Output file format. The Due Diligence report supports excel, json and xml.","example":"json","enum":["excel","json","xml"]},"sendEmailNotification":{"type":"boolean"},"projectUuids":{"type":"array","items":{"type":"string"}}}}},"components/schemas/AttributionReportExportDTOV3":{"id":"components/schemas/AttributionReportExportDTOV3","kind":"json-schema","title":"AttributionReportExportDTOV3","data":{"type":"object","properties":{"name":{"type":"string"},"format":{"type":"string","description":"Output file format. The Attribution report supports json, html and text.","example":"json","enum":["json","html","text"]},"sendEmailNotification":{"type":"boolean"},"projectUuids":{"type":"array","items":{"type":"string"}},"licenses":{"type":"array","items":{"type":"string"}},"primaryAttribute":{"type":"string"},"library":{"type":"string"},"groupBy":{"type":"string"},"header":{"type":"string"},"title":{"type":"string"},"footer":{"type":"string"},"licenseReference":{"type":"string"},"licenseTextPlacement":{"type":"string"},"selectedColumns":{"type":"array","items":{"type":"string"}},"customAttribute":{"type":"string"},"includeSummary":{"type":"boolean"},"includeVersion":{"type":"boolean"},"hideEmptyFields":{"type":"boolean"},"groupByOrDefault":{"type":"string"},"licenseReferenceOrDefault":{"type":"string"},"licenseTextPlacementOrDefault":{"type":"string"},"selectedColumnsOrDefaultString":{"type":"string"}}}},"components/schemas/CreateProductSbomReportDTOReport":{"id":"components/schemas/CreateProductSbomReportDTOReport","kind":"json-schema","title":"CreateProductSbomReportDTOReport","data":{"type":"object","properties":{"name":{"type":"string"},"format":{"type":"string","enum":["json","html","unknown","xml","excel","yaml","pdf","tv","rdf","csv","sarif","text"]},"sendEmailNotification":{"type":"boolean"},"projectUuids":{"type":"array","items":{"type":"string"}},"reportType":{"type":"string","description":"SBOM report type. Only SPDX and CycloneDX variants are valid for this endpoint.","example":"spdx","enum":["attribution","inventory","vulnerabilities","securityAlerts","sbom","Cbom","securityAlertsLibrary","Compliance","Findings","Suppressions","Resolved","spdx","spdx_2_3","cycloneDX","cycloneDX_1_5","cycloneDX_1_6","dueDiligence","unknown","imgAttribution","imgDueDiligence","imgSpdx","imgSpdx_2_3","imgCycloneDX","imgCycloneDX_1_5","aiInventory","aiFindings","aiBom","imgCycloneDX_1_6","risk","users","zeroDayCatalog","activityLog","unifiedFindings","spdx","spdx_2_3","cycloneDX","cycloneDX_1_5","cycloneDX_1_6"]},"maxDepthLevel":{"maximum":4,"minimum":1,"type":"integer","description":"Maximum depth level of the dependency tree to include in the report. Applies to CycloneDX variants only and must be between 1 and 4; values outside this range (including 0) are rejected with a 400 error. Ignored for SPDX variants.","format":"int32","example":1},"includeVulnerabilities":{"type":"boolean"},"isMlBomReport":{"type":"boolean","description":"When true, generates an ML-BOM (AI/ML Bill of Materials) that includes only machine-learning model components. If the selected scope contains no ML/AI model components, the generated report will be empty (for CycloneDX/SPDX this yields an empty ZIP). Defaults to false.","example":false},"componentGranularity":{"type":"string","description":"Component granularity: 'library' (default) or 'file' for source-file-level coverage","example":"library","enum":["library","file"]}}}},"components/schemas/CreateSecurityFindingsByLibraryReportDTOV3":{"id":"components/schemas/CreateSecurityFindingsByLibraryReportDTOV3","kind":"json-schema","title":"CreateSecurityFindingsByLibraryReportDTOV3","data":{"type":"object","properties":{"name":{"type":"string"},"sendEmailNotification":{"type":"boolean"},"format":{"type":"string","enum":["excel"]},"search":{"title":"Search Query","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Filter your search to return items whose property has a specific value."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Use the syntax: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[property][operator][value]"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Property"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": the name of the property of the item"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Operator"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":":"},"children":[]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"equals (==)"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" - Returns true if the value exactly matches this one. If the value contains a * character, it behaves like a wildcard (similar to the LIKE operator)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: entity==abc* — will return true for entities like \"abcd\" and \"abc_123\"."},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Value"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": the value of the property."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Logical operators AND (;) and OR (,) are supported in filters — param1=in=(val1,val2) and (param2==val3 or param3==val4), can also be written as — param1=in=(val1,val2);(param2==val3,param3==val4)"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This endpoint supports filtering on the following properties and its supported operators:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"libraryName: equals"},"children":[]}]}]}]}],"example":"libraryName==*log4j*"},"zeroDayIdentifier":{"title":"Zero-Day Identifier","type":"string","description":"UUID or Name of a Zero-Day Event","example":"CanisterWorm Supply Chain Attack"}}}},"components/schemas/CreateSecurityFindingsReportDTOV3":{"id":"components/schemas/CreateSecurityFindingsReportDTOV3","kind":"json-schema","title":"CreateSecurityFindingsReportDTOV3","data":{"type":"object","properties":{"name":{"type":"string"},"sendEmailNotification":{"type":"boolean"},"format":{"type":"string","enum":["excel"]},"search":{"title":"Search Query","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Filter your search to return items whose property has a specific value."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Use the syntax: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[property][operator][value]"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Property"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": the name of the property of the item"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Operator"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":":"},"children":[]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"equals (==)"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" - Returns true if the value exactly matches this one. If the value contains a * character, it behaves like a wildcard (similar to the LIKE operator)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: entity==abc* — will return true for entities like \"abcd\" and \"abc_123\"."},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Value"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": the value of the property."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Logical operators AND (;) and OR (,) are supported in filters — param1=in=(val1,val2) and (param2==val3 or param3==val4), can also be written as — param1=in=(val1,val2);(param2==val3,param3==val4)"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This endpoint supports filtering on the following properties and its supported operators:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"findingId: equals"},"children":[]}]}]}]}],"example":"findingId==CVE-2020-8908"},"zeroDayIdentifier":{"title":"Zero-Day Identifier","type":"string","description":"UUID or Name of a Zero-Day Event","example":"CanisterWorm Supply Chain Attack"}}}},"components/schemas/CreateInventoryReportDTOV3":{"id":"components/schemas/CreateInventoryReportDTOV3","kind":"json-schema","title":"CreateInventoryReportDTOV3","data":{"type":"object","properties":{"name":{"type":"string"},"sendEmailNotification":{"type":"boolean"},"format":{"type":"string","enum":["excel"]},"search":{"title":"Search Query","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Filter your search to return items whose property has a specific value."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Use the syntax: "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[property][operator][value]"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Property"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": the name of the property of the item"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Operator"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":":"},"children":[]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"equals (==)"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" - Returns true if the value exactly matches this one. If the value contains a * character, it behaves like a wildcard (similar to the LIKE operator)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example: entity==abc* — will return true for entities like \"abcd\" and \"abc_123\"."},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Value"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": the value of the property."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Logical operators AND (;) and OR (,) are supported in filters — param1=in=(val1,val2) and (param2==val3 or param3==val4), can also be written as — param1=in=(val1,val2);(param2==val3,param3==val4)"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This endpoint supports filtering on the following properties and its supported operators:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"libraryName: equals"},"children":[]}]}]}]}],"example":"libraryName==*log4j*"}}}},"components/schemas/StreamingResponseBody":{"id":"components/schemas/StreamingResponseBody","kind":"json-schema","title":"StreamingResponseBody","data":{"type":"object"}},"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_SearchForMatch":{"id":"components/schemas/DWRResponseV3CollectionSourceLibraryResponseDTO_SearchForMatch","kind":"json-schema","title":"DWRResponseV3CollectionSourceLibraryResponseDTO_SearchForMatch","data":{"type":"object","properties":{"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/SourceLibraryResponseDTO_SearchForMatch"}}}}},"components/schemas/LiteLicenseDTO_SearchForMatch":{"id":"components/schemas/LiteLicenseDTO_SearchForMatch","kind":"json-schema","title":"LiteLicenseDTO_SearchForMatch","data":{"required":["name"],"type":"object","properties":{"name":{"title":"Licenses","type":"string","example":"MIT"},"severity":{"title":"License Risk","type":"string","example":"High"}},"description":"Collection of licenses associated with this library"}},"components/schemas/SourceLibraryResponseDTO_SearchForMatch":{"id":"components/schemas/SourceLibraryResponseDTO_SearchForMatch","kind":"json-schema","title":"SourceLibraryResponseDTO_SearchForMatch","data":{"type":"object","properties":{"uuid":{"type":"string","description":"Unique identifier of the library. Only available in searchForMatch endpoint.","example":"b366b0ef-b211-4c37-a47c-0077e4de709f"},"name":{"type":"string","description":"Name of the library","example":"openssl"},"sha1":{"type":"string","description":"SHA-1 hash of the library","example":"49f6cb968ff63793f6671d9026fb2a7034dad79a"},"licenses":{"type":"array","description":"Collection of licenses associated with this library","items":{"$ref":"#/components/schemas/LiteLicenseDTO_SearchForMatch"}},"version":{"type":"string","description":"Version of the library","example":"OpenSSL_1_0_1"},"owner":{"type":"string","description":"Owner/organization of the library","example":"openssl"},"url":{"type":"string","description":"URL to the library source","example":"https://github.com/openssl/openssl.git"},"date":{"type":"string","description":"Release date of the library","format":"date-time","example":"2012-03-14T12:39:00Z"},"nonOfficialRelease":{"type":"boolean","description":"Indicates whether this is a non-official release","example":false}},"description":"Library match suggestion response containing library details and match metadata"}},"components/schemas/DWRResponsePageableV3CollectionSourceFileInventoryDTOV3":{"id":"components/schemas/DWRResponsePageableV3CollectionSourceFileInventoryDTOV3","kind":"json-schema","title":"DWRResponsePageableV3CollectionSourceFileInventoryDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/SourceFileInventoryDTOV3"}}}}},"components/schemas/DescriptionAndExplanationDTO":{"id":"components/schemas/DescriptionAndExplanationDTO","kind":"json-schema","title":"DescriptionAndExplanationDTO","data":{"type":"object","properties":{"explanation":{"title":"Explanation Link","type":"string","example":"http://en.wikipedia.org/wiki/Academic_Free_License"},"indicatingText":{"title":"Indicating Text","type":"string","example":"1) Grant of Copyright License..."},"description":{"title":"Description","type":"string","example":"Not a CopyLeft license."},"displayText":{"title":"Display Text","type":"string","example":"No"}}}},"components/schemas/LicenseDTO":{"id":"components/schemas/LicenseDTO","kind":"json-schema","title":"LicenseDTO","data":{"required":["name"],"type":"object","properties":{"uuid":{"title":"License Uuid","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"Licenses","type":"string","example":"MIT"},"spdxName":{"title":"Spdx Name","type":"string","example":"Glide"},"type":{"title":"Type","type":"string","example":"OPEN_SOURCE"},"suspected":{"title":"Suspected License","type":"boolean"},"osiApproved":{"title":"Approved Osi","type":"boolean"},"profile":{"$ref":"#/components/schemas/LicenseProfileDTO"}}}},"components/schemas/LicenseProfileDTO":{"id":"components/schemas/LicenseProfileDTO","kind":"json-schema","title":"LicenseProfileDTO","data":{"type":"object","properties":{"uuid":{"type":"string"},"name":{"type":"string"},"links":{"uniqueItems":true,"type":"array","items":{"title":"Links","type":"string","example":"http://www.opensource.org/licenses/AFL-3.0"}},"copyrightRiskScore":{"$ref":"#/components/schemas/RiskScoreExplanationDTO"},"patentAndRoyaltyRisk":{"$ref":"#/components/schemas/RiskScoreExplanationDTO"},"royaltyFree":{"title":"Royalty Free","type":"string","example":"Conditional"},"copyleft":{"$ref":"#/components/schemas/DescriptionAndExplanationDTO"},"linking":{"$ref":"#/components/schemas/DescriptionAndExplanationDTO"},"requiredNotices":{"type":"array","items":{"title":"Required Notices","type":"string","example":"Must identify specific modifications"}}}}},"components/schemas/RiskScoreExplanationDTO":{"id":"components/schemas/RiskScoreExplanationDTO","kind":"json-schema","title":"RiskScoreExplanationDTO","data":{"type":"object","properties":{"explanation":{"title":"Explanation Link","type":"string","example":"http://en.wikipedia.org/wiki/Academic_Free_License"},"indicatingText":{"title":"Indicating Text","type":"string","example":"1) Grant of Copyright License..."},"riskScore":{"title":"Risk Score","type":"integer","format":"int32","example":39}}}},"components/schemas/SourceFileInventoryDTOV3":{"id":"components/schemas/SourceFileInventoryDTOV3","kind":"json-schema","title":"SourceFileInventoryDTOV3","data":{"type":"object","properties":{"uuid":{"title":"Source File UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"Source File Name","type":"string","example":"common.js"},"matchType":{"title":"Match Type","type":"string","example":"MANUAL","enum":["MANUAL","AUTOMATIC"]},"sha1":{"title":"SourceFileSha1","type":"string","example":"e9537a5384f5a7569997e87fe639961e31b38887","enum":["MANUAL","AUTOMATIC"]},"localPath":{"title":"Local Path","type":"string","example":"C:\\Users\\"},"lastModified":{"title":"Source File Last Modification Date","type":"string","format":"date-time"},"library":{"$ref":"#/components/schemas/SourceFileLibraryDTO"},"comment":{"title":"Source File Comment","type":"string"},"contextType":{"title":"Context Type","type":"string","example":"Organization","enum":["SYSTEM","GLOBAL_ACCOUNT","DOMAIN","PRODUCT","PROJECT","SCAN","UNSUPPORTED_TYPE"]},"project":{"$ref":"#/components/schemas/ProjectDTOV3"}}}},"components/schemas/SourceFileLibraryDTO":{"id":"components/schemas/SourceFileLibraryDTO","kind":"json-schema","title":"SourceFileLibraryDTO","data":{"type":"object","properties":{"uuid":{"title":"Source Library UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"Source Library Name","type":"string","example":" actionview-v0.0.1"},"licenses":{"type":"array","items":{"$ref":"#/components/schemas/LicenseDTO"}},"description":{"type":"string"}}}},"components/schemas/ComponentReferencesDTO":{"id":"components/schemas/ComponentReferencesDTO","kind":"json-schema","title":"Component References","data":{"title":"Component References","type":"object","properties":{"url":{"title":"Reference Url","type":"string","example":"https://www.gnupg.org/related_software/pinentry/98"},"homePage":{"title":"Reference Home Page","type":"string","example":"https://www.gnupg.org/related_software/pinentry/89"},"downloadLink":{"title":"Reference Download Link","type":"string","example":"https://www.gnupg.org/related_software/pinentry/09"},"issueUrl":{"title":"Reference Issue Url","type":"string","example":"https://www.gnupg.org/related_software/pinentry/87"},"pomUrl":{"title":"Reference Pom Url","type":"string","example":"https://www.gnupg.org/related_software/pinentry/76"},"scmUrl":{"title":"Reference Scm Url","type":"string","example":"https://www.gnupg.org/related_software/pinentry/65"},"genericPackageIndex":{"title":"Reference Generic Package Index","type":"string","example":"5"},"nugetGallery":{"title":"Reference Nugget Gallery","type":"string"},"tags":{"title":"Reference Tags","type":"string","example":"Important"},"copyright":{"title":"Reference Copyright","type":"string","example":"Copyright 2002-2015 g10 Code GmbH"},"hasNotice":{"title":"Reference Has Notice","type":"boolean","example":false}}}},"components/schemas/DWRResponsePageableV3ListDueDiligenceDTOV3":{"id":"components/schemas/DWRResponsePageableV3ListDueDiligenceDTOV3","kind":"json-schema","title":"DWRResponsePageableV3ListDueDiligenceDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/DueDiligenceDTOV3"}}}}},"components/schemas/DueDiligenceDTOV3":{"id":"components/schemas/DueDiligenceDTOV3","kind":"json-schema","title":"DueDiligenceDTOV3","data":{"type":"object","properties":{"uuid":{"type":"string"},"name":{"type":"string"},"component":{"$ref":"#/components/schemas/LibraryComponentDTOV3"},"license":{"$ref":"#/components/schemas/LicenseReferenceDTO"},"riskScore":{"$ref":"#/components/schemas/RiskScoreExplanationDTO"},"copyrights":{"type":"array","items":{"title":"Copyright","type":"string","example":"Copyright 2010 Cloud Conscious, LLC"}},"extraData":{"$ref":"#/components/schemas/ResourceExtraDataDTO"},"project":{"$ref":"#/components/schemas/ProjectDTOV3"}}}},"components/schemas/LibraryComponentDTOV3":{"id":"components/schemas/LibraryComponentDTOV3","kind":"json-schema","title":"LibraryComponentDTOV3","data":{"type":"object","properties":{"uuid":{"title":"Component UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"Component Name","type":"string","example":"dbus-1.10.24-13.el7_6.x86_64.rpm"},"description":{"title":"Component Description","type":"string","example":"Component description"},"componentType":{"title":"Component Type","type":"string","example":"Library","enum":["Library"]},"libraryType":{"title":"Library Type","type":"string","example":"REDHAT_PACKAGE_MODULE","deprecated":true},"language":{"title":"Language","type":"string","example":"REDHAT_PACKAGE_MODULE"},"directDependency":{"type":"boolean"},"rootLibrary":{"title":"Root Library","type":"boolean"},"references":{"$ref":"#/components/schemas/ComponentReferencesDTO"},"groupId":{"title":"Component Name","type":"string","example":"org.springframework.boot"},"artifactId":{"title":"Component Artifact","type":"string","example":"spring-boot"},"version":{"title":"Component Version","type":"string","example":"3.0.5"},"path":{"title":"path","type":"string","example":"pom.xml"},"dependencyFile":{"type":"string"},"localPath":{"type":"string"},"dependencyType":{"title":"Dependency Type","type":"string","example":"Direct / Transitive"}}}},"components/schemas/LicenseReferenceDTO":{"id":"components/schemas/LicenseReferenceDTO","kind":"json-schema","title":"LicenseReferenceDTO","data":{"type":"object","properties":{"uuid":{"title":"License Reference UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"type":{"title":"License Reference Type","type":"string","example":"ARTIFACT_DESCRIPTOR"},"liabilityReference":{"title":"License Liability Reference","type":"string","example":"https://repo.maven.apache.org/maven2/org/jruby/ext/posix/jna-posix/1.0.3/jna-posix-1.0.3.pom"},"assignedBy":{"$ref":"#/components/schemas/UserInfoDTO"},"textUrl":{"title":"License Reference Text URL","type":"string"},"customDisclaimer":{"title":"License Reference Custom Disclaimer","type":"string"},"information":{"title":"License Reference information","type":"string","example":"distribution=repo&remoteUrl=https://repo.maven.apache.org/maven2/org/jruby/ext/posix/jna-posix/1.0.3/jna-posix-1.0.3.pom"}}}},"components/schemas/ResourceAuthorDTO":{"id":"components/schemas/ResourceAuthorDTO","kind":"json-schema","title":"ResourceAuthorDTO","data":{"type":"object","properties":{"author":{"title":"Resource Author","type":"string","example":"The Apache Software Foundation"},"authorUrl":{"title":"Author URL","type":"string","example":"http://www.apache.org/"}}}},"components/schemas/ResourceExtraDataDTO":{"id":"components/schemas/ResourceExtraDataDTO","kind":"json-schema","title":"ResourceExtraDataDTO","data":{"type":"object","properties":{"homepage":{"title":"Home Page","type":"string","example":"https://api.github.com/repos/SR-dude/AvP-Wine/zipball/original"},"authors":{"type":"array","items":{"$ref":"#/components/schemas/ResourceAuthorDTO"}}}}},"components/schemas/AttributionReportLibrarySettingRuleDTO":{"id":"components/schemas/AttributionReportLibrarySettingRuleDTO","kind":"json-schema","title":"Attribution report library settings ","data":{"title":"Attribution report library settings ","type":"object","properties":{"excluded":{"type":"boolean"}},"example":"{excluded: true}"}},"components/schemas/DWRResponsePageableV3ListLightLibraryDTO":{"id":"components/schemas/DWRResponsePageableV3ListLightLibraryDTO","kind":"json-schema","title":"DWRResponsePageableV3ListLightLibraryDTO","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/LightLibraryDTO"}}}}},"components/schemas/EntityDTO":{"id":"components/schemas/EntityDTO","kind":"json-schema","title":"EntityDTO","data":{"type":"object","properties":{"uuid":{"type":"string"},"name":{"type":"string"}}}},"components/schemas/LibraryExtraInfoDTO":{"id":"components/schemas/LibraryExtraInfoDTO","kind":"json-schema","title":"LibraryExtraInfoDTO","data":{"type":"object","properties":{"distributionUrl":{"type":"string"},"downloadUrl":{"type":"string"},"releaseDate":{"type":"string","format":"date-time"},"packageManagerRepository":{"type":"string"},"homePage":{"type":"string"},"repositoryUrl":{"type":"string"},"author":{"type":"string"},"owner":{"type":"string"},"sourceCodeHost":{"type":"string"},"languages":{"type":"array","items":{"type":"string"}},"systemPath":{"type":"string"},"maintainer":{"type":"string"},"bugsUrl":{"type":"string"},"organizationUrl":{"type":"string"},"issueUrl":{"type":"string"},"scmConnection":{"type":"string"},"scmDeveloperConnection":{"type":"string"},"scmTag":{"type":"string"},"pomUrl":{"type":"string"},"description":{"type":"string"},"releaseNotes":{"type":"string"},"summary":{"type":"string"},"iconUrl":{"type":"string"},"licenseUrl":{"type":"string"},"copyright":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}}}}},"components/schemas/LibraryLocationDTO":{"id":"components/schemas/LibraryLocationDTO","kind":"json-schema","title":"LibraryLocationDTO","data":{"type":"object","properties":{"localPath":{"title":"Local Path","type":"string","example":"C:\\\\Users\\\\user\\\\.m2\\\\repository\\\\commons-io-1.4.jar"},"dependencyFile":{"title":"Dependency File","type":"string","example":"C:\\\\GitHubRepos\\\\Pipline\\\\EUA\\\\plugins-automation\\\\fsa\\\\tests\\\\EUA\\\\Java\\\\bigProjectsMaven\\\\WST_417\\\\Data\\\\ksa\\\\ksa-web-core\\\\pom.xml"}}}},"components/schemas/LightLibraryDTO":{"id":"components/schemas/LightLibraryDTO","kind":"json-schema","title":"LightLibraryDTO","data":{"type":"object","properties":{"uuid":{"title":"Library UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"Library Name","type":"string","example":"dbus-1.10.24-13.el7_6.x86_64.rpm"},"artifactId":{"title":"Artifact Id","type":"string","example":"kind-of-6.0.2.tgz"},"groupId":{"title":"Group Id","type":"string","example":"kind-of"},"version":{"type":"string"},"architecture":{"title":"Architecture","type":"string"},"languageVersion":{"title":"Language Version","type":"string"},"classifier":{"type":"string"},"extension":{"type":"string"},"sha1":{"title":"Sha1","type":"string","example":"01146b36a6218e64e58f3a8d66de5d7fc6f6d051"},"description":{"title":"Description","type":"string","example":"Get the native type of a value."},"type":{"title":"Type","type":"string","example":"javascript/Node.js"},"libraryType":{"type":"string"},"directDependency":{"title":"Direct Dependency","type":"boolean"},"purl":{"title":"Package Url","type":"string","example":"pkg:maven/commons-beanutils/commons-beanutils@1.8.0?type=jar"},"extraInfo":{"type":"object","additionalProperties":{"type":"string"}},"extraInformation":{"$ref":"#/components/schemas/LibraryExtraInfoDTO"},"copyrightState":{"title":"Copyright State","type":"string","description":"The aggregated copyright state of the library, derived from its copyright references.","example":"HAS","enum":["HAS","NONE","UNSPECIFIED","HAS","NONE","UNSPECIFIED"]},"securityRisks":{"type":"array","items":{"$ref":"#/components/schemas/SecurityRiskDTO"}},"noticeReference":{"$ref":"#/components/schemas/NoticeDTO"},"proprietaryInfo":{"$ref":"#/components/schemas/ProprietaryInfoDTO"},"locations":{"type":"array","items":{"$ref":"#/components/schemas/LibraryLocationDTO"}},"attributionReportSettings":{"$ref":"#/components/schemas/AttributionReportLibrarySettingRuleDTO"},"dependencyType":{"type":"string"},"violations":{"title":"Number Of Violations","type":"integer","format":"int32","example":22},"workflowUuids":{"title":"Number Of Violated Workflows","type":"array","example":2,"items":{"title":"Number Of Violated Workflows","type":"string","example":"2"}},"violatingFindings":{"title":"Number Of Violating Findings","type":"integer","format":"int32","example":2},"trackedIssue":{"$ref":"#/components/schemas/TrackedIssueDTO"},"licenseRelationship":{"title":"License Relationship","type":"string","example":"Apache-2.0 AND MIT"}}}},"components/schemas/NoticeDTO":{"id":"components/schemas/NoticeDTO","kind":"json-schema","title":"NoticeDTO","data":{"required":["text"],"type":"object","properties":{"text":{"title":"Notice Text","type":"string","example":"Developed internally"},"reference":{"title":"Notice REFERENCE","type":"string","example":"https://github.com/..."}}}},"components/schemas/ProprietaryInfoDTO":{"id":"components/schemas/ProprietaryInfoDTO","kind":"json-schema","title":"ProprietaryInfoDTO","data":{"type":"object","properties":{"ruleDescription":{"type":"string"},"rulePattern":{"type":"string"},"comment":{"type":"string"},"userInfo":{"$ref":"#/components/schemas/UserInfoDTO"},"proprietaryMarkType":{"type":"string","enum":["BY_RULE","BY_USER"]}}}},"components/schemas/SecurityRiskDTO":{"id":"components/schemas/SecurityRiskDTO","kind":"json-schema","title":"SecurityRiskDTO","data":{"type":"object","properties":{"sourceUrl":{"type":"string"},"riskFactor":{"type":"string","enum":["NO_FINDINGS","UNCONFIRMED_UNSAFE","CONFIRMED_UNSAFE","KNOWN_FALSE_POSITIVE"]}}}},"components/schemas/TrackedIssueDTO":{"id":"components/schemas/TrackedIssueDTO","kind":"json-schema","title":"Tracked Issue Information","data":{"title":"Tracked Issue Information","type":"object","properties":{"uuid":{"type":"string"},"issueId":{"type":"string"},"origin":{"type":"string"},"issueKey":{"type":"string"},"account":{"$ref":"#/components/schemas/EntityDTO"},"domain":{"$ref":"#/components/schemas/EntityDTO"},"application":{"$ref":"#/components/schemas/EntityDTO"},"project":{"$ref":"#/components/schemas/EntityDTO"},"status":{"type":"string","enum":["PENDING","IN_PROGRESS","SUCCESS","FAILED","DELETED"]},"issueStatus":{"type":"string"},"failureReason":{"type":"string"},"errorMessage":{"type":"string"},"publicLink":{"type":"string"},"creationDate":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"createdBy":{"$ref":"#/components/schemas/EntityDTO"},"ticketType":{"type":"string","enum":["SECURITY","LEGAL"]}}}},"components/schemas/CopyrightReferenceDTO":{"id":"components/schemas/CopyrightReferenceDTO","kind":"json-schema","title":"CopyrightReferenceDTO","data":{"required":["copyright"],"type":"object","properties":{"type":{"title":"Copy Reference Type","type":"string","example":"PROJECT_HOMEPAGE","enum":["TEXT_IN_FILE","ARTIFACT_DESCRIPTOR","PROJECT_HOMEPAGE","USER","UNSPECIFIED"]},"copyright":{"title":"Copyright","type":"string","example":"Copyright 2021 x greater by the end of"},"customDisclaimer":{"title":"Copyright Custom Disclaimer","type":"string"},"createdAt":{"type":"string","format":"date-time"},"textUrl":{"title":"Copyright Text Url","type":"string"},"startYear":{"title":"Copyright Start Year","type":"string","example":"2021"},"endYear":{"title":"Copyright End Year","type":"string","example":"2022"},"author":{"title":"Copyright Author","type":"string","example":"x greater by the end of"},"referenceInfo":{"title":"Copyright Reference Info","type":"string","example":"x greater by the end of"}}}},"components/schemas/DWRResponsePageableV3ListLibraryDTOV3":{"id":"components/schemas/DWRResponsePageableV3ListLibraryDTOV3","kind":"json-schema","title":"DWRResponsePageableV3ListLibraryDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/LibraryDTOV3"}}}}},"components/schemas/LibraryDTOV3":{"id":"components/schemas/LibraryDTOV3","kind":"json-schema","title":"LibraryDTOV3","data":{"type":"object","properties":{"uuid":{"title":"Library UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"Library Name","type":"string","example":"dbus-1.10.24-13.el7_6.x86_64.rpm"},"artifactId":{"title":"Artifact Id","type":"string","example":"kind-of-6.0.2.tgz"},"groupId":{"title":"Group Id","type":"string","example":"kind-of"},"version":{"type":"string"},"architecture":{"title":"Architecture","type":"string"},"languageVersion":{"title":"Language Version","type":"string"},"classifier":{"type":"string"},"extension":{"type":"string"},"sha1":{"title":"Sha1","type":"string","example":"01146b36a6218e64e58f3a8d66de5d7fc6f6d051"},"description":{"title":"Description","type":"string","example":"Get the native type of a value."},"type":{"title":"Type","type":"string","example":"javascript/Node.js"},"libraryType":{"type":"string"},"directDependency":{"title":"Direct Dependency","type":"boolean"},"purl":{"title":"Package Url","type":"string","example":"pkg:maven/commons-beanutils/commons-beanutils@1.8.0?type=jar"},"extraInfo":{"type":"object","additionalProperties":{"type":"string"}},"extraInformation":{"$ref":"#/components/schemas/LibraryExtraInfoDTO"},"licenses":{"type":"array","items":{"$ref":"#/components/schemas/LibraryLicenseDTOV3"}},"copyrightReferences":{"type":"array","items":{"$ref":"#/components/schemas/CopyrightReferenceDTO"}},"copyrightState":{"title":"Copyright State","type":"string","description":"The aggregated copyright state of the library, derived from its copyright references.","example":"HAS","enum":["HAS","NONE","UNSPECIFIED","HAS","NONE","UNSPECIFIED"]},"securityRisks":{"type":"array","items":{"$ref":"#/components/schemas/SecurityRiskDTO"}},"noticeReference":{"$ref":"#/components/schemas/NoticeDTO"},"proprietaryInfo":{"$ref":"#/components/schemas/ProprietaryInfoDTO"},"locations":{"type":"array","items":{"$ref":"#/components/schemas/LibraryLocationDTO"}},"attributionReportSettings":{"$ref":"#/components/schemas/AttributionReportLibrarySettingRuleDTO"},"licenseSeverity":{"type":"string"},"licenseRelationship":{"title":"License Relationship","type":"string","example":"Apache-2.0 AND MIT"},"dependencyType":{"type":"string"},"violations":{"title":"Number Of Violations","type":"integer","format":"int32","example":22},"workflowUuids":{"title":"Number Of Violated Workflows","type":"array","example":2,"items":{"title":"Number Of Violated Workflows","type":"string","example":"2"}},"violatingFindings":{"title":"Number Of Violating Findings","type":"integer","format":"int32","example":2},"trackedIssue":{"$ref":"#/components/schemas/TrackedIssueDTO"}}}},"components/schemas/LibraryLicenseDTOV3":{"id":"components/schemas/LibraryLicenseDTOV3","kind":"json-schema","title":"LibraryLicenseDTOV3","data":{"type":"object","properties":{"uuid":{"title":"License UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"License Name","type":"string","example":"MIT"},"assignedByUser":{"title":"Assigned By User","type":"boolean"},"licenseReferences":{"type":"array","items":{"$ref":"#/components/schemas/LicenseReferenceDTO"}},"risk":{"type":"integer","format":"int32"},"severity":{"type":"string"}}}},"components/schemas/DWRResponsePageableV3CollectionRootLibrarySecurityFindingDTOV3":{"id":"components/schemas/DWRResponsePageableV3CollectionRootLibrarySecurityFindingDTOV3","kind":"json-schema","title":"DWRResponsePageableV3CollectionRootLibrarySecurityFindingDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/RootLibrarySecurityFindingDTOV3"}}}}},"components/schemas/RootLibrarySecurityFindingDTOV3":{"id":"components/schemas/RootLibrarySecurityFindingDTOV3","kind":"json-schema","title":"RootLibrarySecurityFindingDTOV3","data":{"type":"object","properties":{"rootLibraryName":{"title":"Root Library Name","type":"string","example":"com.google.guava:guava"},"rootLibraryUuid":{"title":"Root Library UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"project":{"$ref":"#/components/schemas/ProjectDTOV3"},"criticalNum":{"title":"Critical Vulnerabilities","type":"integer","format":"int32","example":2},"highNum":{"title":"High Vulnerabilities","type":"integer","format":"int32","example":1},"mediumNum":{"title":"Medium Vulnerabilities","type":"integer","format":"int32","example":1},"lowNum":{"title":"Low Vulnerabilities","type":"integer","format":"int32","example":1},"total":{"title":"Total Vulnerabilities","type":"integer","format":"int32","example":5},"violations":{"type":"integer","format":"int32"},"workflowUuids":{"type":"array","items":{"type":"string"}},"violatingFindings":{"type":"integer","format":"int32"},"language":{"title":"Language","type":"string","example":"Java"},"lastScan":{"title":"Last Scan Date","type":"string","format":"date-time"},"introducedDate":{"title":"Introduced Date","type":"string","format":"date-time"},"lastModifiedDate":{"title":"Last Modified Date","type":"string","format":"date-time"},"recommendedFix":{"title":"Recommended Fix","type":"string","example":"1.0.1"},"fixForMajorVersion":{"type":"string"},"rootLibraryVersion":{"title":"Root Library Version","type":"string","example":"1.0.0"},"suggestedFixFailed":{"title":"Suggested Fix Failed","type":"boolean","example":false},"groupId":{"title":"Group ID","type":"string","example":"com.google.guava"},"artifactId":{"title":"Artifact ID","type":"string","example":"guava"},"path":{"title":"Path","type":"string","example":"pom.xml"},"dependencyFile":{"type":"string"},"localPath":{"type":"string"},"fromResourceUsages":{"type":"boolean"},"severity":{"title":"Severity","type":"string","example":"CRITICAL"},"rootStatus":{"title":"Root Status","type":"string","example":"OPEN"},"rootComment":{"title":"Root Comment","type":"string","example":"This is a comment"},"rootNodeId":{"title":"Root Node ID","type":"integer","format":"int64","example":1},"rootInstancesCount":{"title":"Root Library Instances Count","type":"integer","format":"int32","example":2},"reachability":{"title":"Reachability","type":"string","example":"REACHABLE","enum":["REACHABLE","POTENTIALLY_REACHABLE","UNREACHABLE","REACHABILITY_UNAVAILABLE"]},"maliciousPackage":{"title":"Malicious Package","type":"boolean","example":false},"exploitable":{"title":"Is Root Library Exploitable","type":"boolean","example":true},"exploitCodeMaturity":{"title":"Exploit Code Maturity","type":"array","example":"POC_CODE, HIGH","items":{"title":"Exploit Code Maturity","type":"string","example":"POC_CODE, HIGH","enum":["UNPROVEN","POC_CODE","FUNCTIONAL","HIGH","NOT_DEFINED"]}},"numOfReachable":{"title":"Number of Reachable Vulnerabilities","type":"integer","format":"int32","example":1},"numOfPotentiallyReachable":{"title":"Number of Potentially Reachable Vulnerabilities","type":"integer","format":"int32","example":1},"numOfUnreachable":{"title":"Number of Unreachable Vulnerabilities","type":"integer","format":"int32","example":1},"numOfMalicious":{"title":"Number of Malicious Vulnerabilities","type":"integer","format":"int32","example":1},"malicious":{"title":"Is Root Library Malicious","type":"boolean","example":true},"linkedIssue":{"$ref":"#/components/schemas/TrackedIssueDTO"}}}},"components/schemas/DWRResponsePageableV3CollectionLibrarySecurityFindingDTOV3":{"id":"components/schemas/DWRResponsePageableV3CollectionLibrarySecurityFindingDTOV3","kind":"json-schema","title":"DWRResponsePageableV3CollectionLibrarySecurityFindingDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/LibrarySecurityFindingDTOV3"}}}}},"components/schemas/LibraryComponentDTO":{"id":"components/schemas/LibraryComponentDTO","kind":"json-schema","title":"LibraryComponentDTO","data":{"type":"object","properties":{"uuid":{"title":"Component UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"Component Name","type":"string","example":"dbus-1.10.24-13.el7_6.x86_64.rpm"},"description":{"title":"Component Description","type":"string","example":"Component description"},"componentType":{"title":"Component Type","type":"string","example":"Library","enum":["Library"]},"type":{"type":"string"},"libraryType":{"title":"Library Type","type":"string","example":"REDHAT_PACKAGE_MODULE"},"directDependency":{"title":"Direct Dependency","type":"boolean"},"dependencyType":{"title":"Dependency Type","type":"string","example":"Direct / Transitive"},"references":{"$ref":"#/components/schemas/ComponentReferencesDTO"},"groupId":{"title":"Component Name","type":"string","example":"org.springframework.boot"},"artifactId":{"title":"Component Artifact","type":"string","example":"spring-boot"},"version":{"title":"Component Version","type":"string","example":"3.0.5"},"dependencyFile":{"type":"string"},"localPath":{"type":"string"}}}},"components/schemas/LibrarySecurityFindingDTOV3":{"id":"components/schemas/LibrarySecurityFindingDTOV3","kind":"json-schema","title":"LibrarySecurityFindingDTOV3","data":{"type":"object","properties":{"uuid":{"type":"string"},"name":{"type":"string"},"component":{"$ref":"#/components/schemas/LibraryComponentDTO"},"language":{"title":"Language","type":"string","example":"javascript/Node.js"},"severity":{"type":"string"},"criticalNum":{"title":"Number Of Critical Vulnerabilities","type":"integer","format":"int32","example":22},"highNum":{"title":"Number Of High Vulnerabilities","type":"integer","format":"int32","example":22},"mediumNum":{"title":"Number Of MEDIUM Vulnerabilities","type":"integer","format":"int32","example":22},"lowNum":{"title":"Number Of Low Vulnerabilities","type":"integer","format":"int32","example":22},"total":{"title":"Number Of All Vulnerabilities","type":"integer","format":"int32","example":22},"suppressedNum":{"title":"Number Of Suppressed Vulnerabilities","type":"integer","format":"int32","example":22},"detectedAt":{"title":"First Alert Detection Date","type":"string","format":"date-time"},"modifiedAt":{"title":"Alert Modified Date","type":"string","format":"date-time"},"publishedAt":{"title":"First Vulnerability Published Date","type":"string","format":"date-time"},"lastCveUpdatedAt":{"title":"Last Vulnerability Updated Date","type":"string","format":"date-time"},"subRowsIds":{"type":"array","items":{"title":"Vulnerability Names","type":"string","example":"cev-2020-234"}},"project":{"$ref":"#/components/schemas/ProjectDTOV3"},"application":{"$ref":"#/components/schemas/ApplicationDTOV3"},"status":{"type":"string","enum":["UNREVIEWED","IN_REVIEW","SUPPRESSED","ISSUE_CREATED","REMEDIATED"]},"comment":{"title":"Comment on suppressed library","type":"string","example":"no time to fix"},"directName":{"title":"Direct Dependency Name","type":"string","description":"One of the direct dependencies this library is pulled in under","example":"postcss-loader-3.0.0.tgz"},"directNames":{"type":"array","items":{"title":"Direct Dependency Names","type":"string","description":"Every direct dependency this library is pulled in under","example":"postcss-loader-3.0.0.tgz"}},"lastScan":{"type":"string","format":"date-time"},"transitiveDependency":{"title":"Transitive Dependency","type":"boolean","example":true},"exploitCodeMaturity":{"type":"array","items":{"title":"Exploit Code Maturity List","type":"string","example":"HIGH, POC_CODE","enum":["UNPROVEN","POC_CODE","FUNCTIONAL","HIGH","NOT_DEFINED"]}},"exploitable":{"title":"Is Library Exploitable","type":"boolean","example":true},"numOfReachable":{"title":"Number Of Reachable Vulnerabilities","type":"integer","format":"int32","example":22},"numOfPotentiallyReachable":{"type":"integer","format":"int32"},"numOfUnreachable":{"type":"integer","format":"int32"},"reachability":{"title":"Reachability","type":"string","example":"15","enum":["REACHABLE","POTENTIALLY_REACHABLE","UNREACHABLE","REACHABILITY_UNAVAILABLE"]},"numOfMalicious":{"title":"Number Of Malicious Vulnerabilities","type":"integer","format":"int32","example":22},"malicious":{"title":"Is Library Malicious","type":"boolean","example":true},"violations":{"title":"Number Of Violations","type":"integer","format":"int32","example":22},"workflowUuids":{"title":"Number Of Violated Workflows","type":"array","example":2,"items":{"title":"Number Of Violated Workflows","type":"string","example":"2"}},"violatingFindings":{"title":"Number Of Violating Findings","type":"integer","format":"int32","example":2}}}},"components/schemas/BaseLocationComponentDTOV3":{"id":"components/schemas/BaseLocationComponentDTOV3","kind":"json-schema","title":"BaseLocationComponentDTOV3","data":{"type":"object","properties":{"uuid":{"title":"Component UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"Component Name","type":"string","example":"dbus-1.10.24-13.el7_6.x86_64.rpm"},"description":{"title":"Component Description","type":"string","example":"Component description"},"componentType":{"type":"string"},"libraryType":{"title":"Library Type","type":"string","example":"REDHAT_PACKAGE_MODULE","deprecated":true},"language":{"title":"Language","type":"string","example":"REDHAT_PACKAGE_MODULE"},"directDependency":{"type":"boolean"},"rootLibrary":{"title":"Root Library","type":"boolean"},"references":{"$ref":"#/components/schemas/ComponentReferencesDTO"},"groupId":{"title":"Component Name","type":"string","example":"org.springframework.boot"},"artifactId":{"title":"Component Artifact","type":"string","example":"spring-boot"},"version":{"title":"Component Version","type":"string","example":"3.0.5"},"path":{"title":"path","type":"string","example":"pom.xml"},"dependencyFile":{"type":"string"},"localPath":{"type":"string"},"dependencyType":{"title":"Dependency Type","type":"string","example":"Direct / Transitive"},"libraryLocations":{"type":"array","items":{"$ref":"#/components/schemas/LibraryLocationDTO"}}},"anyOf":[{"$ref":"#/components/schemas/LibraryLocationComponentDTOV3"},{"$ref":"#/components/schemas/SourceFileLocationComponentDTOV3"}]}},"components/schemas/DWRResponsePageableV3CollectionSecurityFindingDTOV3":{"id":"components/schemas/DWRResponsePageableV3CollectionSecurityFindingDTOV3","kind":"json-schema","title":"DWRResponsePageableV3CollectionSecurityFindingDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/SecurityFindingDTOV3"}}}}},"components/schemas/DependencyContextDTOV3":{"id":"components/schemas/DependencyContextDTOV3","kind":"json-schema","title":"DependencyContextDTOV3","data":{"type":"object","properties":{"dependencyType":{"title":"Dependency Type","type":"string","example":"DIRECT","enum":["DIRECT","TRANSITIVE"]},"isDirect":{"title":"Is Direct Dependency","type":"boolean","example":true},"isTransitive":{"title":"Is Transitive Dependency","type":"boolean","example":false},"directRoots":{"title":"Direct Root Libraries","type":"array","items":{"$ref":"#/components/schemas/DirectRootDTOV3"}}}}},"components/schemas/DirectRootDTOV3":{"id":"components/schemas/DirectRootDTOV3","kind":"json-schema","title":"Direct Root Libraries","data":{"title":"Direct Root Libraries","type":"object","properties":{"rootLibraryUuid":{"title":"Root Library UUID","type":"string"},"rootLibraryName":{"title":"Root Library Name","type":"string","example":"com.google.guava:guava"},"rootLibraryVersion":{"title":"Root Library Version","type":"string","example":"30.1-jre"}}}},"components/schemas/EffectiveVulnerabilityInfoDTO":{"id":"components/schemas/EffectiveVulnerabilityInfoDTO","kind":"json-schema","title":"EffectiveVulnerabilityInfoDTO","data":{"type":"object","properties":{"referenceCount":{"title":"Vulnerability Reference Count","type":"integer","format":"int32"},"shieldValue":{"title":"Shield Value","type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"RED(15), YELLOW(10), GREY(8), NO_SHIELD(6), GREEN(5)"},"children":[]}]}]}],"format":"int32"}}}},"components/schemas/FindingInfoDTOV3":{"id":"components/schemas/FindingInfoDTOV3","kind":"json-schema","title":"FindingInfoDTOV3","data":{"type":"object","properties":{"findingStatus":{"title":"Finding Status","type":"string","enum":["UNREVIEWED","IN_REVIEW","SUPPRESSED","ISSUE_CREATED","REMEDIATED"]},"status":{"title":"Deprecated Finding Status","type":"string","deprecated":true,"enum":["ACTIVE","IGNORED","LIBRARY_REMOVED","LIBRARY_IN_HOUSE","LIBRARY_WHITELIST"]},"comment":{"$ref":"#/components/schemas/UserCommentDTO"},"detectedAt":{"title":"Finding Detection Date","type":"string","format":"date-time"},"modifiedAt":{"title":"Finding Modification Date","type":"string","format":"date-time"}}}},"components/schemas/FindingIntegrationDTO":{"id":"components/schemas/FindingIntegrationDTO","kind":"json-schema","title":"FindingIntegrationDTO","data":{"type":"object","properties":{"status":{"title":"Risk Integration Status","type":"string","example":"SUCCESS","enum":["SUCCESS","FAILURE","PROCESSING"]},"issues":{"type":"array","items":{"$ref":"#/components/schemas/IssueTrackerDTO"}}}}},"components/schemas/IssueTrackerDTO":{"id":"components/schemas/IssueTrackerDTO","kind":"json-schema","title":"IssueTrackerDTO","data":{"type":"object","properties":{"issueStatus":{"title":"Issue Status","type":"string","example":"Open"},"url":{"title":"Issue URL","type":"string","example":"www.jira.com/projectA-22"},"issueTrackerType":{"title":"Issue Integration Type","type":"string","example":"Jira-cloud"},"issueIdentifier":{"title":"Issue Identifier","type":"string","example":"projectA-22"}}}},"components/schemas/LibraryLocationComponentDTOV3":{"id":"components/schemas/LibraryLocationComponentDTOV3","kind":"json-schema","title":"LibraryLocationComponentDTOV3","data":{"type":"object","properties":{"uuid":{"title":"Component UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"Component Name","type":"string","example":"dbus-1.10.24-13.el7_6.x86_64.rpm"},"description":{"title":"Component Description","type":"string","example":"Component description"},"componentType":{"title":"Component Type","type":"string","example":"Library","enum":["Library"]},"libraryType":{"title":"Library Type","type":"string","example":"REDHAT_PACKAGE_MODULE","deprecated":true},"language":{"title":"Language","type":"string","example":"REDHAT_PACKAGE_MODULE"},"directDependency":{"type":"boolean"},"rootLibrary":{"title":"Root Library","type":"boolean"},"references":{"$ref":"#/components/schemas/ComponentReferencesDTO"},"groupId":{"title":"Component Name","type":"string","example":"org.springframework.boot"},"artifactId":{"title":"Component Artifact","type":"string","example":"spring-boot"},"version":{"title":"Component Version","type":"string","example":"3.0.5"},"path":{"title":"path","type":"string","example":"pom.xml"},"dependencyFile":{"type":"string"},"localPath":{"type":"string"},"dependencyType":{"title":"Dependency Type","type":"string","example":"Direct / Transitive"},"libraryLocations":{"type":"array","items":{"$ref":"#/components/schemas/LibraryLocationDTO"}}}}},"components/schemas/SecurityFindingDTOV3":{"id":"components/schemas/SecurityFindingDTOV3","kind":"json-schema","title":"SecurityFindingDTOV3","data":{"type":"object","properties":{"uuid":{"title":"Finding Uuid","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"Finding Name","type":"string","description":"Identifier of the finding, changes based on finding type","example":"CVE-2021-42392"},"type":{"type":"string","example":"SECURITY_VULNERABILITY","enum":["SECURITY_VULNERABILITY"]},"findingInfo":{"$ref":"#/components/schemas/FindingInfoDTOV3"},"project":{"$ref":"#/components/schemas/ProjectDTOV3"},"application":{"$ref":"#/components/schemas/ApplicationDTOV3"},"component":{"$ref":"#/components/schemas/BaseLocationComponentDTOV3"},"vulnerability":{"$ref":"#/components/schemas/VulnerabilityProfileDTO"},"topFix":{"$ref":"#/components/schemas/VulnerabilityFixInfoDTO"},"updateToVersion":{"type":"string","description":"The version this library should be upgraded to for this vulnerability. Null when no fix has been published for this library."},"reachability":{"type":"string","enum":["REACHABLE","POTENTIALLY_REACHABLE","UNREACHABLE","REACHABILITY_UNAVAILABLE"]},"findingIntegration":{"$ref":"#/components/schemas/FindingIntegrationDTO"},"threatAssessment":{"$ref":"#/components/schemas/ThreatAssessmentDTO"},"exploitable":{"title":"Is Vulnerability Exploitable","type":"boolean","example":true},"malicious":{"title":"Is Vulnerability Malicious","type":"boolean","example":true},"scoreMetadataVector":{"type":"string"},"violations":{"title":"Number Of Violations","type":"integer","format":"int32","example":22},"workflowUuids":{"type":"array","items":{"type":"string"}},"dependencyContexts":{"type":"array","items":{"$ref":"#/components/schemas/DependencyContextDTOV3"}}}}},"components/schemas/SourceFileLocationComponentDTOV3":{"id":"components/schemas/SourceFileLocationComponentDTOV3","kind":"json-schema","title":"SourceFileLocationComponentDTOV3","data":{"type":"object","properties":{"uuid":{"title":"Component UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"title":"Component Name","type":"string","example":"dbus-1.10.24-13.el7_6.x86_64.rpm"},"description":{"title":"Component Description","type":"string","example":"Component description"},"componentType":{"title":"Component Type","type":"string","example":"Source File","enum":["Source File"]},"libraryType":{"title":"Library Type","type":"string","example":"REDHAT_PACKAGE_MODULE","deprecated":true},"language":{"title":"Language","type":"string","example":"REDHAT_PACKAGE_MODULE"},"directDependency":{"type":"boolean"},"rootLibrary":{"title":"Root Library","type":"boolean"},"references":{"$ref":"#/components/schemas/ComponentReferencesDTO"},"groupId":{"title":"Component Name","type":"string","example":"org.springframework.boot"},"artifactId":{"title":"Component Artifact","type":"string","example":"spring-boot"},"version":{"title":"Component Version","type":"string","example":"3.0.5"},"path":{"title":"path","type":"string","example":"pom.xml"},"dependencyFile":{"type":"string"},"localPath":{"type":"string"},"dependencyType":{"title":"Dependency Type","type":"string","example":"Direct / Transitive"},"libraryLocations":{"type":"array","items":{"$ref":"#/components/schemas/LibraryLocationDTO"}},"sourceFile":{"title":"Source File Name","type":"string","example":"DocXMLRPCServer.py"},"sourceFileUuid":{"title":"Source File UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"}}}},"components/schemas/ThreatAssessmentDTO":{"id":"components/schemas/ThreatAssessmentDTO","kind":"json-schema","title":"ThreatAssessmentDTO","data":{"type":"object","properties":{"exploitCodeMaturity":{"title":"Exploit Code Maturity","type":"string","example":"HIGH","enum":["UNPROVEN","POC_CODE","FUNCTIONAL","HIGH","NOT_DEFINED"]},"epssPercentage":{"title":"Epss Percentage","type":"number","format":"float","example":0.8}}}},"components/schemas/UserCommentDTO":{"id":"components/schemas/UserCommentDTO","kind":"json-schema","title":"UserCommentDTO","data":{"type":"object","properties":{"comment":{"title":"Comment","type":"string","example":"a comment"},"date":{"title":"comment date","type":"string","format":"date-time"},"userEmail":{"title":"User Email","type":"string","example":"jon.smith@mail.com"},"username":{"title":"User Email","type":"string","example":"jon"}}}},"components/schemas/VulnerabilityFixInfoDTO":{"id":"components/schemas/VulnerabilityFixInfoDTO","kind":"json-schema","title":"VulnerabilityFixInfoDTO","data":{"type":"object","properties":{"id":{"title":"Id","type":"integer","format":"int32","example":49422},"vulnerability":{"title":"Vulnerability Name","type":"string","example":"CVE-2021-42392"},"type":{"title":"Type","type":"string","example":"UPGRADE_VERSION","enum":["CHANGE_FILES","PATCH","UPGRADE_VERSION"]},"origin":{"title":"Origin","type":"string","example":"WHITESOURCE_EXPERT"},"url":{"title":"Url","type":"string","example":"https://github.com/codehaus-plexus/plexus-utils/commit/f933e5e78dc2637e485447ed821fe14904f110de"},"fixResolution":{"title":"Fix Resolution","type":"string","example":"3.0.24"},"date":{"title":"Date","type":"string","format":"date-time"},"message":{"title":"Message","type":"string","example":"Upgrade to version"},"extraData":{"type":"string"},"minimalFixVersionFromExtraData":{"type":"string"},"minimalAffectedVersionFromExtraData":{"type":"string"}}}},"components/schemas/VulnerabilityProfileDTO":{"id":"components/schemas/VulnerabilityProfileDTO","kind":"json-schema","title":"VulnerabilityProfileDTO","data":{"type":"object","properties":{"name":{"title":"Vulnerability Name","type":"string","example":"CVE-2021-42392"},"type":{"title":"VulnerabilityType","type":"string","example":"WS","enum":["CVE","WS"]},"description":{"title":"Vulnerability Description","type":"string","example":"Security vulnerability found in plexus-utils before 3.0.24. XML injection found in XmlWriterUtil.java"},"score":{"title":"Vulnerability Score","type":"number","format":"float","example":5},"severity":{"title":"Vulnerability Severity","type":"string","example":"MEDIUM","enum":["HIGH","MEDIUM","LOW"]},"publishDate":{"title":"Vulnerability Publish Date","type":"string","format":"date-time"},"modifiedDate":{"title":"Vulnerability Modified Date","type":"string","format":"date-time"},"vulnerabilityScoring":{"type":"array","items":{"$ref":"#/components/schemas/VulnerabilityScoringDTO"}},"references":{"type":"array","items":{"$ref":"#/components/schemas/VulnerabilityReferenceDTO"}},"effectiveInfo":{"$ref":"#/components/schemas/EffectiveVulnerabilityInfoDTO"},"threatAssessment":{"$ref":"#/components/schemas/ThreatAssessmentDTO"}}}},"components/schemas/VulnerabilityReferenceDTO":{"id":"components/schemas/VulnerabilityReferenceDTO","kind":"json-schema","title":"VulnerabilityReferenceDTO","data":{"type":"object","properties":{"value":{"title":"Vulnerability Reference Value","type":"string","example":"https://github.com/codehaus-plexus/plexus-utils/commit/f933e5e78dc2637e485447ed821fe14904f110de"},"source":{"title":"vulnerability reference source","type":"string","example":"CERT"},"url":{"title":"Vulnerability Reference Url","type":"string","example":"https://github.com/codehaus-plexus/plexus-utils/commit/f933e5e78dc2637e485447ed821fe14904f110de"},"signature":{"title":"Vulnerability Reference Signature","type":"boolean"},"advisory":{"title":"Vulnerability Reference Advisory","type":"boolean"},"patch":{"title":"Vulnerability Reference Patch","type":"boolean"}}}},"components/schemas/VulnerabilityScoringDTO":{"id":"components/schemas/VulnerabilityScoringDTO","kind":"json-schema","title":"VulnerabilityScoringDTO","data":{"type":"object","properties":{"score":{"title":"Vulnerability Score","type":"number","format":"float","example":5},"severity":{"title":"Vulnerability Severity","type":"string","example":"MEDIUM","enum":["LOW","HIGH","MEDIUM"]},"type":{"title":"Vulnerability Score Type","type":"string","example":"CVSS_2","enum":["CVSS_2","CVSS_3"]},"scoreMetadataVector":{"title":"Score Metadata Vector","type":"string","example":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"},"extraData":{"title":"Vulnerability Extra Data","type":"object","additionalProperties":{"title":"Vulnerability Extra Data","type":"string"}},"source":{"title":"CVSS Score Source","type":"string","example":"NVD","enum":["NVD","MITRE","MEND","GITHUB","OSV","VENDOR","EUVD"]},"url":{"title":"CVSS Score Source URL","type":"string","example":"https://nvd.nist.gov/vuln/detail/CVE-2021-44228"},"converted":{"title":"Whether the score was converted between CVSS versions","type":"boolean","example":false}}}},"components/schemas/CodeInvocationDTO":{"id":"components/schemas/CodeInvocationDTO","kind":"json-schema","title":"CodeInvocationDTO","data":{"type":"object","properties":{"invocationType":{"type":"string","enum":["APPLICATION","EXTENSION","NATIVE","FRAMEWORK"]},"methodName":{"title":"Method Name","type":"string","example":"org.springframework.util.StringUtils:cleanPath"},"order":{"title":"Order","type":"integer","format":"int32","example":0},"lineNumber":{"title":"Line Number","type":"integer","format":"int32","example":522},"fileName":{"title":"File Name","type":"string","example":"org\\springframework\\util\\StringUtils.class"}}}},"components/schemas/DWRResponsePageableV3ListProjectTraceDTOV3":{"id":"components/schemas/DWRResponsePageableV3ListProjectTraceDTOV3","kind":"json-schema","title":"DWRResponsePageableV3ListProjectTraceDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/ProjectTraceDTOV3"}}}}},"components/schemas/ProjectTraceDTOV3":{"id":"components/schemas/ProjectTraceDTOV3","kind":"json-schema","title":"ProjectTraceDTOV3","data":{"type":"object","properties":{"referenceEntityId":{"title":"Reference Entity Id","type":"string","example":"org.springframework.util.StringUtils:cleanPath ()"},"projectName":{"title":"Project Name","type":"string","example":"Project A"},"orgName":{"title":"Org Name","type":"string","example":"Organization A"},"traces":{"type":"array","items":{"$ref":"#/components/schemas/VulnerabilityTraceDTO"}},"shieldValue":{"type":"integer","format":"int32"},"applicationName":{"title":"Application Name","type":"string","example":"Product A"},"vulnerabilityId":{"title":"Vulnerability Id","type":"string","example":"CVE-2021-42392"},"libraryUuid":{"title":"Library Uuid","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"projectUuid":{"title":"Project UUID","type":"string","example":"123e4567-e89b-12d3-a456-426655440000"}}}},"components/schemas/VulnerabilityTraceDTO":{"id":"components/schemas/VulnerabilityTraceDTO","kind":"json-schema","title":"VulnerabilityTraceDTO","data":{"type":"object","properties":{"codeInvocations":{"type":"array","items":{"$ref":"#/components/schemas/CodeInvocationDTO"}}}}},"components/schemas/Component":{"id":"components/schemas/Component","kind":"json-schema","title":"Component","data":{"type":"object","properties":{"name":{"type":"string","description":"Component name","example":"abc-v1.2.3.tgz"},"sha1":{"type":"string","description":"Component SHA1 hash","example":"124dgfgtr3545trtgt345g"}},"description":"Component details"}},"components/schemas/DWRResponsePageableV3ListZeroDayEventFindingDTOV3":{"id":"components/schemas/DWRResponsePageableV3ListZeroDayEventFindingDTOV3","kind":"json-schema","title":"DWRResponsePageableV3ListZeroDayEventFindingDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/ZeroDayEventFindingDTOV3"}}}}},"components/schemas/Vulnerability":{"id":"components/schemas/Vulnerability","kind":"json-schema","title":"Vulnerability","data":{"type":"object","properties":{"name":{"type":"string","description":"Vulnerability name (CVE)","example":"CVE-2021-44228"}},"description":"Vulnerability details"}},"components/schemas/ZeroDayEventFindingDTOV3":{"id":"components/schemas/ZeroDayEventFindingDTOV3","kind":"json-schema","title":"ZeroDayEventFindingDTOV3","data":{"type":"object","properties":{"component":{"$ref":"#/components/schemas/Component"},"vulnerability":{"$ref":"#/components/schemas/Vulnerability"},"addedAt":{"type":"string","description":"Date added to the Zero-Day event","format":"date-time"}},"description":"Zero-Day Event Finding"}},"components/schemas/DWRResponsePageableV3ListZeroDayEventDTOV3":{"id":"components/schemas/DWRResponsePageableV3ListZeroDayEventDTOV3","kind":"json-schema","title":"DWRResponsePageableV3ListZeroDayEventDTOV3","data":{"type":"object","properties":{"additionalData":{"title":"Provides insights into endpoint-supported pagination information.","type":"object","description":[{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"+"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"totalItems"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": The total count of data points returned in an API response."},"children":[]}]}]}]}],"example":{"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3}},"supportToken":{"title":"Support Token","type":"string","example":"1171c60d"},"response":{"type":"array","items":{"$ref":"#/components/schemas/ZeroDayEventDTOV3"}}}}},"components/schemas/ZeroDayEventDTOV3":{"id":"components/schemas/ZeroDayEventDTOV3","kind":"json-schema","title":"ZeroDayEventDTOV3","data":{"type":"object","properties":{"uuid":{"type":"string","description":"UUID for external integrations","example":"550e8400-e29b-41d4-a716-446655440000"},"name":{"type":"string","description":"Event name","example":"Log4Shell"},"description":{"type":"string","description":"Event description"},"publishedAt":{"type":"string","description":"Publish date","format":"date-time"},"updatedAt":{"type":"string","description":"Updated date","format":"date-time"}},"description":"Zero-Day Event"}},"components/schemas/dto.AzureDevOpsWorkItem":{"id":"components/schemas/dto.AzureDevOpsWorkItem","kind":"json-schema","title":"dto.AzureDevOpsWorkItem","data":{"properties":{"project":{"type":"string"},"workItemId":{"type":"integer"}},"type":"object"}},"components/schemas/dto.BulkPatchFinding":{"id":"components/schemas/dto.BulkPatchFinding","kind":"json-schema","title":"dto.BulkPatchFinding","data":{"properties":{"findings":{"description":"IDs of findings to modify.","items":{"type":"string"},"type":"array"},"patchOperation":{"$ref":"#/components/schemas/dto.PatchFinding"}},"type":"object"}},"components/schemas/dto.CallStackItem":{"id":"components/schemas/dto.CallStackItem","kind":"json-schema","title":"dto.CallStackItem","data":{"properties":{"endLine":{"type":"integer"},"file":{"type":"string"},"kind":{"type":"string"},"line":{"type":"integer"},"name":{"type":"string"},"snippet":{"type":"string"},"startLine":{"type":"integer"}},"type":"object"}},"components/schemas/dto.CapecInfo":{"id":"components/schemas/dto.CapecInfo","kind":"json-schema","title":"dto.CapecInfo","data":{"properties":{"id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"}},"components/schemas/dto.CweInfo":{"id":"components/schemas/dto.CweInfo","kind":"json-schema","title":"dto.CweInfo","data":{"properties":{"id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"}},"components/schemas/dto.DataFlow":{"id":"components/schemas/dto.DataFlow","kind":"json-schema","title":"dto.DataFlow","data":{"properties":{"ageRating":{"description":"Between 0 and 10","type":"number"},"confidenceRating":{"description":"Between 0 and 10","type":"number"},"createdTime":{"type":"string"},"filter":{"$ref":"#/components/schemas/dto.Filter"},"functionCalls":{"items":{"$ref":"#/components/schemas/dto.CallStackItem"},"type":"array"},"id":{"type":"string"},"inputFlow":{"items":{"$ref":"#/components/schemas/dto.CallStackItem"},"type":"array"},"inputKind":{"type":"string"},"inputSource":{"type":"string"},"isNew":{"type":"boolean"},"rating":{"description":"Between 0 and 10","type":"number"},"sink":{"type":"string"},"sinkFile":{"type":"string"},"sinkKind":{"type":"string"},"sinkLine":{"type":"integer"},"sinkSnippet":{"type":"string"}},"type":"object"}},"components/schemas/dto.ErrorResponse":{"id":"components/schemas/dto.ErrorResponse","kind":"json-schema","title":"dto.ErrorResponse","data":{"properties":{"message":{"example":"Something went wrong","type":"string"},"result":{"example":"error","type":"string"},"success":{"example":false,"type":"boolean"}},"type":"object"}},"components/schemas/dto.Filter":{"id":"components/schemas/dto.Filter","kind":"json-schema","title":"dto.Filter","data":{"properties":{"filterTypes":{"items":{"$ref":"#/components/schemas/dto.FilterType"},"type":"array"},"isFiltered":{"type":"boolean"}},"type":"object"}},"components/schemas/dto.FilterType":{"id":"components/schemas/dto.FilterType","kind":"json-schema","title":"dto.FilterType","data":{"properties":{"code":{"type":"integer"},"name":{"type":"string"}},"type":"object"}},"components/schemas/dto.FindingAlmIssues":{"id":"components/schemas/dto.FindingAlmIssues","kind":"json-schema","title":"dto.FindingAlmIssues","data":{"properties":{"azure":{"$ref":"#/components/schemas/dto.AzureDevOpsWorkItem"},"jira":{"$ref":"#/components/schemas/dto.JiraIssue"},"jiraPlatform":{"$ref":"#/components/schemas/dto.JiraPlatformIssue"}},"type":"object"}},"components/schemas/dto.FindingComment":{"id":"components/schemas/dto.FindingComment","kind":"json-schema","title":"dto.FindingComment","data":{"properties":{"body":{"type":"string"},"createdBy":{"type":"string"},"createdTime":{"type":"string"}},"type":"object"}},"components/schemas/dto.FindingSharedStep":{"id":"components/schemas/dto.FindingSharedStep","kind":"json-schema","title":"dto.FindingSharedStep","data":{"properties":{"endLine":{"type":"integer"},"file":{"type":"string"},"kind":{"type":"string"},"line":{"type":"integer"},"lineBlame":{"$ref":"#/components/schemas/dto.LineBlame"},"name":{"type":"string"},"snippet":{"type":"string"},"startLine":{"type":"integer"}},"type":"object"}},"components/schemas/dto.FindingV3":{"id":"components/schemas/dto.FindingV3","kind":"json-schema","title":"dto.FindingV3","data":{"properties":{"ageRating":{"description":"Between 0 and 10","type":"number"},"almIssues":{"$ref":"#/components/schemas/dto.FindingAlmIssues"},"appId":{"type":"string"},"baseline":{"type":"boolean"},"comments":{"items":{"$ref":"#/components/schemas/dto.FindingComment"},"type":"array"},"confidenceRating":{"description":"Between 0 and 10","type":"number"},"correlatedDastFindingUuids":{"items":{"type":"string"},"type":"array"},"createdTime":{"type":"string"},"dataFlows":{"items":{"$ref":"#/components/schemas/dto.DataFlow"},"type":"array"},"description":{"type":"string"},"hasRemediation":{"type":"boolean"},"id":{"description":"Uniquely identifies the finding across multiple scans","type":"string"},"isNew":{"type":"boolean"},"issueStatus":{"type":"integer"},"projectId":{"type":"string"},"rating":{"description":"Between 0 and 10","type":"number"},"refId":{"description":"Uniquely identifies the finding across multiple scans","type":"string"},"reviewed":{"type":"boolean"},"riskFactors":{"$ref":"#/components/schemas/dto.RiskFactors"},"scanId":{"description":"Uniquely identifies the scan this finding was loaded from","type":"string"},"severity":{"type":"string"},"severityRating":{"description":"Between 0 and 10","type":"number"},"sharedStep":{"$ref":"#/components/schemas/dto.FindingSharedStep"},"snapshotId":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Uniquely identifies the finding within a scan, it's equivalent to the pair of "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"em","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"id"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"em","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"scanId"},"children":[]}]}]}]}],"type":"string"},"suppressed":{"type":"boolean"},"suppressedBy":{"type":"string"},"suppressionMessage":{"description":"Always empty if suppressed is not set","type":"string"},"suppressionRejected":{"type":"boolean"},"suppressionRequestComment":{"type":"string"},"suppressionRequested":{"type":"boolean"},"suppressionTime":{"type":"string"},"type":{"$ref":"#/components/schemas/dto.VulnerabilityTypeDefinition"},"workflowViolations":{"items":{"$ref":"#/components/schemas/dto.Workflow"},"type":"array"},"workflowViolationsCount":{"type":"integer"}},"type":"object"}},"components/schemas/dto.HipaaInfo":{"id":"components/schemas/dto.HipaaInfo","kind":"json-schema","title":"dto.HipaaInfo","data":{"properties":{"control":{"type":"string"},"title":{"type":"string"}},"type":"object"}},"components/schemas/dto.HitrustInfo":{"id":"components/schemas/dto.HitrustInfo","kind":"json-schema","title":"dto.HitrustInfo","data":{"properties":{"control":{"type":"string"},"title":{"type":"string"}},"type":"object"}},"components/schemas/dto.JiraIssue":{"id":"components/schemas/dto.JiraIssue","kind":"json-schema","title":"dto.JiraIssue","data":{"properties":{"issueId":{"type":"string"},"project":{"type":"string"}},"type":"object"}},"components/schemas/dto.JiraPlatformIssue":{"id":"components/schemas/dto.JiraPlatformIssue","kind":"json-schema","title":"dto.JiraPlatformIssue","data":{"properties":{"createdBy":{"type":"string"},"createdByName":{"type":"string"},"createdTime":{"type":"string"},"errorMessage":{"type":"string"},"internalStatus":{"type":"string"},"issueKey":{"type":"string"},"issueStatus":{"type":"string"},"publicLink":{"type":"string"}},"type":"object"}},"components/schemas/dto.LineBlame":{"id":"components/schemas/dto.LineBlame","kind":"json-schema","title":"dto.LineBlame","data":{"properties":{"commitId":{"type":"string"},"file":{"type":"string"},"line":{"type":"integer"}},"type":"object"}},"components/schemas/dto.MendCursoredResponse-array_dto_FindingV3":{"id":"components/schemas/dto.MendCursoredResponse-array_dto_FindingV3","kind":"json-schema","title":"dto.MendCursoredResponse-array_dto_FindingV3","data":{"properties":{"additionalData":{"properties":{"cursor":{"example":1,"type":"integer"},"next":{"example":"https://domain.com/api/v3.0/resources?cursor=1","type":"string"}},"type":"object"},"response":{"items":{"$ref":"#/components/schemas/dto.FindingV3"},"type":"array"},"supportToken":{"type":"string"}},"type":"object"}},"components/schemas/dto.MendErrorResponse-dto_ErrorResponse":{"id":"components/schemas/dto.MendErrorResponse-dto_ErrorResponse","kind":"json-schema","title":"dto.MendErrorResponse-dto_ErrorResponse","data":{"properties":{"additionalData":{"$ref":"#/components/schemas/dto.ErrorResponse"},"response":{},"supportToken":{"type":"string"}},"type":"object"}},"components/schemas/dto.MendResponse-dto_FindingV3":{"id":"components/schemas/dto.MendResponse-dto_FindingV3","kind":"json-schema","title":"dto.MendResponse-dto_FindingV3","data":{"properties":{"additionalData":{"additionalProperties":true,"type":"object"},"response":{"$ref":"#/components/schemas/dto.FindingV3"},"supportToken":{"type":"string"}},"type":"object"}},"components/schemas/dto.MendResponse-dto_SuccessResponse":{"id":"components/schemas/dto.MendResponse-dto_SuccessResponse","kind":"json-schema","title":"dto.MendResponse-dto_SuccessResponse","data":{"properties":{"additionalData":{"additionalProperties":true,"type":"object"},"response":{"$ref":"#/components/schemas/dto.SuccessResponse"},"supportToken":{"type":"string"}},"type":"object"}},"components/schemas/dto.NistInfo":{"id":"components/schemas/dto.NistInfo","kind":"json-schema","title":"dto.NistInfo","data":{"properties":{"control":{"type":"string"},"priority":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"}},"components/schemas/dto.Owasp2021Info":{"id":"components/schemas/dto.Owasp2021Info","kind":"json-schema","title":"dto.Owasp2021Info","data":{"properties":{"index":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"}},"components/schemas/dto.OwaspInfo":{"id":"components/schemas/dto.OwaspInfo","kind":"json-schema","title":"dto.OwaspInfo","data":{"properties":{"index":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"}},"components/schemas/dto.PatchFinding":{"id":"components/schemas/dto.PatchFinding","kind":"json-schema","title":"dto.PatchFinding","data":{"properties":{"customSeverity":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If set, it has to be either "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"em","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"High"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"em","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Medium"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" or "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"em","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Low"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Case insensitive, all values are converted to have the first letter uppercase and others lowercase, e.g. "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"em","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"High"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"type":"string"},"origin":{"description":"Optional, origin used for telemetry.","type":"string"},"reviewed":{"type":"boolean"},"suppressed":{"type":"boolean"},"suppressionReason":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Has to be unset or empty if "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"b","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"suppressed"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" is not set or if it's false."},"children":[]}]}]}],"type":"string"}},"type":"object"}},"components/schemas/dto.PcidssInfo":{"id":"components/schemas/dto.PcidssInfo","kind":"json-schema","title":"dto.PcidssInfo","data":{"properties":{"section":{"type":"string"},"title":{"type":"string"}},"type":"object"}},"components/schemas/dto.RiskFactorEndpoint":{"id":"components/schemas/dto.RiskFactorEndpoint","kind":"json-schema","title":"dto.RiskFactorEndpoint","data":{"properties":{"endpoint":{"type":"string"},"method":{"type":"string"}},"type":"object"}},"components/schemas/dto.RiskFactors":{"id":"components/schemas/dto.RiskFactors","kind":"json-schema","title":"dto.RiskFactors","data":{"properties":{"endpoints":{"items":{"$ref":"#/components/schemas/dto.RiskFactorEndpoint"},"type":"array"},"hasEndpoints":{"type":"boolean"},"isExploitable":{"type":"boolean"},"probability":{"type":"string"}},"type":"object"}},"components/schemas/dto.SansTop25Info":{"id":"components/schemas/dto.SansTop25Info","kind":"json-schema","title":"dto.SansTop25Info","data":{"properties":{"rank":{"type":"integer"},"title":{"type":"string"}},"type":"object"}},"components/schemas/dto.SuccessResponse":{"id":"components/schemas/dto.SuccessResponse","kind":"json-schema","title":"dto.SuccessResponse","data":{"properties":{"message":{"example":"Operation succeeded","type":"string"},"result":{},"success":{"example":true,"type":"boolean"}},"type":"object"}},"components/schemas/dto.VulnerabilityTypeDefinition":{"id":"components/schemas/dto.VulnerabilityTypeDefinition","kind":"json-schema","title":"dto.VulnerabilityTypeDefinition","data":{"properties":{"capec":{"$ref":"#/components/schemas/dto.CapecInfo"},"commonId":{"type":"string"},"cwe":{"$ref":"#/components/schemas/dto.CweInfo"},"description":{"type":"string"},"driver":{"type":"string"},"engineId":{"type":"integer"},"hipaa":{"$ref":"#/components/schemas/dto.HipaaInfo"},"hitrust":{"$ref":"#/components/schemas/dto.HitrustInfo"},"id":{"type":"integer"},"language":{"type":"string"},"name":{"type":"string"},"nist":{"$ref":"#/components/schemas/dto.NistInfo"},"order":{"type":"integer"},"owasp":{"$ref":"#/components/schemas/dto.OwaspInfo"},"owasp2021":{"$ref":"#/components/schemas/dto.Owasp2021Info"},"pcidss":{"$ref":"#/components/schemas/dto.PcidssInfo"},"recommendations":{"items":{"type":"string"},"type":"array"},"references":{"items":{"type":"string"},"type":"array"},"sansTop25":{"$ref":"#/components/schemas/dto.SansTop25Info"},"sarif":{"type":"string"},"sarifLevel":{"type":"string"},"severity":{"type":"string"},"severityRating":{"type":"number"}},"type":"object"}},"components/schemas/dto.Workflow":{"id":"components/schemas/dto.Workflow","kind":"json-schema","title":"dto.Workflow","data":{"properties":{"name":{"type":"string"},"uuid":{"type":"string"}},"type":"object"}},"components/schemas/common.AdditionalData":{"id":"components/schemas/common.AdditionalData","kind":"json-schema","title":"common.AdditionalData","data":{"type":"object","properties":{"error":{"type":"string"},"paging":{"$ref":"#/components/schemas/common.Paging"},"totalItems":{"type":"integer","example":100}}}},"components/schemas/common.BaseApiResponseV3":{"id":"components/schemas/common.BaseApiResponseV3","kind":"json-schema","title":"common.BaseApiResponseV3","data":{"type":"object","properties":{"additionalData":{"$ref":"#/components/schemas/common.AdditionalData"},"response":{},"supportToken":{"type":"string","example":"659C0A4730"}}}},"components/schemas/common.Paging":{"id":"components/schemas/common.Paging","kind":"json-schema","title":"common.Paging","data":{"type":"object","properties":{"cursor":{"type":"integer","example":5},"next":{"type":"string","example":"https://api-saas.mend.io/api/v3.0/projects/<project_uuid>>/images/deployments?cursor=6"}}}},"components/schemas/common.DWRResponseBase":{"id":"components/schemas/common.DWRResponseBase","kind":"json-schema","title":"common.DWRResponseBase","data":{"type":"object","properties":{"supportToken":{"type":"string","example":"1171c60d"}}}},"components/schemas/model.ProjectDTOV3":{"id":"components/schemas/model.ProjectDTOV3","kind":"json-schema","title":"model.ProjectDTOV3","data":{"type":"object","properties":{"uuid":{"type":"string","example":"123e4567-e89b-12d3-a456-426655440000"},"name":{"type":"string","example":"My Project"},"path":{"type":"string","example":"My Application"},"applicationName":{"type":"string","example":"My Application"},"applicationUuid":{"type":"string","example":"123e4567-e89b-12d3-a456-426655440000"}}}},"components/schemas/model.SbomScanInfoDTO":{"id":"components/schemas/model.SbomScanInfoDTO","kind":"json-schema","title":"model.SbomScanInfoDTO","data":{"type":"object","properties":{"scanUuid":{"type":"string","description":"Scan identifier","example":"45e0c7f0-2a64-4a1c-bb2b-22e1c4f02126"},"createdAt":{"type":"string","description":"Scan creation timestamp","example":"2025-10-27T18:50:05Z"}}}},"components/schemas/model.SbomScanLinksDTO":{"id":"components/schemas/model.SbomScanLinksDTO","kind":"json-schema","title":"model.SbomScanLinksDTO","data":{"type":"object","properties":{"logs":{"type":"string","description":"Link to scan logs"}}}},"components/schemas/model.SbomScanResponseDTO":{"id":"components/schemas/model.SbomScanResponseDTO","kind":"json-schema","title":"model.SbomScanResponseDTO","data":{"type":"object","properties":{"supportToken":{"type":"string","example":"1171c60d"},"project":{"$ref":"#/components/schemas/model.ProjectDTOV3"},"scan":{"$ref":"#/components/schemas/model.SbomScanInfoDTO"},"link":{"$ref":"#/components/schemas/model.SbomScanLinksDTO"}}}},"components/schemas/model.DWRResponseV3SbomScanResponseDTO":{"id":"components/schemas/model.DWRResponseV3SbomScanResponseDTO","kind":"json-schema","title":"model.DWRResponseV3SbomScanResponseDTO","data":{"type":"object","properties":{"supportToken":{"type":"string","example":"1171c60d"},"response":{"$ref":"#/components/schemas/model.SbomScanResponseDTO"}}}},"components/schemas/github_com_mend_cloud-native_modules_common_model.FindingStatus":{"id":"components/schemas/github_com_mend_cloud-native_modules_common_model.FindingStatus","kind":"json-schema","title":"github_com_mend_cloud-native_modules_common_model.FindingStatus","data":{"type":"object","properties":{"applicationuuid":{"type":"string"},"comment":{"type":"string"},"createdAt":{"type":"string","example":"2020-01-01T00:00:00Z"},"detectTime":{"type":"string"},"distribution":{"type":"string"},"distributionVersion":{"type":"string"},"email":{"type":"string"},"orguuid":{"type":"string"},"packageDistroID":{"type":"integer"},"packageName":{"type":"string"},"packageUUID":{"type":"string"},"packageVersion":{"type":"string"},"projectuuid":{"type":"string"},"reason":{"type":"string"},"scanuuid":{"type":"string"},"secretUUID":{"type":"string"},"severity":{"type":"string"},"status":{"type":"string"},"updatedAt":{"type":"string","example":"2020-01-01T00:00:00Z"},"uuid":{"type":"string","example":"c4f93b6d-8236-4d0c-a67b-3978def476a3"},"vulnerabilityID":{"type":"string"}}}},"components/schemas/github_com_mend_cloud-native_modules_scanner_model.Package":{"id":"components/schemas/github_com_mend_cloud-native_modules_scanner_model.Package","kind":"json-schema","title":"github_com_mend_cloud-native_modules_scanner_model.Package","data":{"type":"object","properties":{"name":{"type":"string"},"reachable":{"type":"boolean"},"type":{"type":"string"},"version":{"type":"string"}}}},"components/schemas/github_com_mend_cloud-native_modules_scanner_model.SecretFinding":{"id":"components/schemas/github_com_mend_cloud-native_modules_scanner_model.SecretFinding","kind":"json-schema","title":"github_com_mend_cloud-native_modules_scanner_model.SecretFinding","data":{"type":"object","properties":{"category":{"type":"string","example":"AWS"},"createdAt":{"type":"string","example":"2020-01-01T00:00:00Z"},"description":{"type":"string","example":"AWS Access Key"},"endLine":{"type":"integer","example":35},"filePath":{"type":"string","example":"/home/ubuntu/.aws/credentials"},"isFromBaseLayer":{"type":"integer","example":0},"layerId":{"type":"integer","example":123456},"layerNumber":{"type":"integer","example":1},"projectName":{"type":"string"},"ruleId":{"type":"string","example":"123456"},"severity":{"type":"string","example":"HIGH"},"startLine":{"type":"integer","example":15},"updatedAt":{"type":"string","example":"2020-01-01T00:00:00Z"},"uuid":{"type":"string","example":"c4f93b6d-8236-4d0c-a67b-3978def476a3"}}}},"components/schemas/inputs.FindingStatusInputV3":{"id":"components/schemas/inputs.FindingStatusInputV3","kind":"json-schema","title":"inputs.FindingStatusInputV3","data":{"type":"object","required":["status"],"properties":{"comment":{"type":"string"},"packageUUID":{"type":"string"},"reason":{"$ref":"#/components/schemas/model.FindingSuppressionReason"},"status":{"$ref":"#/components/schemas/model.FindingStatusType"},"vulnerabilityName":{"type":"string"}}}},"components/schemas/model.BulkStatusUpdate":{"id":"components/schemas/model.BulkStatusUpdate","kind":"json-schema","title":"model.BulkStatusUpdate","data":{"type":"object","properties":{"failedPackageUUID":{"type":"array","items":{"type":"string"}},"updatedStatuses":{"type":"array","items":{"$ref":"#/components/schemas/github_com_mend_cloud-native_modules_common_model.FindingStatus"}}}}},"components/schemas/model.FindingStatusType":{"id":"components/schemas/model.FindingStatusType","kind":"json-schema","title":"model.FindingStatusType","data":{"type":"string","enum":["suppressed","unreviewed","reviewed","suppress","Issue Created"],"x-enum-varnames":["FindingStatusSuppressed","FindingStatusUnreviewed","FindingStatusReviewed","FindingStatusSuppress","FindingStatusIssueCreated"]}},"components/schemas/model.FindingSuppressionReason":{"id":"components/schemas/model.FindingSuppressionReason","kind":"json-schema","title":"model.FindingSuppressionReason","data":{"type":"string","enum":["Acceptable risk","No fix available","No risk","Ignore"],"x-enum-varnames":["FindingSuppressionReasonAcceptableRisk","FindingSuppressionReasonNoFixAvailable","FindingSuppressionReasonNoRisk","FindingSuppressionReasonIgnore"]}},"components/schemas/model.SecurityFindingExternal":{"id":"components/schemas/model.SecurityFindingExternal","kind":"json-schema","title":"model.SecurityFindingExternal","data":{"type":"object","properties":{"createdAt":{"type":"string","example":"2019-12-18 16:15:26.963000"},"cvss":{"type":"number","example":6.5},"cvssDetails":{"type":"string","example":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},"description":{"type":"string","example":"A vulnerability in the foo subsystem of bar could allow an unauthenticated, remote attacker to cause a denial of service (DoS) condition on an affected device."},"detectionDate":{"type":"string","example":"2019-12-18 16:15:26.963000"},"epss":{"type":"number","example":5.1},"fixVersion":{"type":"string","example":"1.2.4"},"hasFix":{"type":"boolean","example":true},"imageName":{"type":"string","example":"foo:1.2.3"},"lastModifiedDate":{"type":"string","example":"2019-12-18 16:15:26.963000"},"packageName":{"type":"string","example":"foo"},"packageVersion":{"type":"string","example":"1.2.3"},"projectUUID":{"type":"string","example":"edcd08f7-0688-4a30-932b-541256072846"},"publishedDate":{"type":"string"},"reachabilityConfidence":{"type":"number"},"reachabilityGraph":{"type":"string"},"reachabilityStatus":{"type":"string"},"severity":{"type":"string","example":"HIGH"},"uuid":{"type":"string","example":"edcd08f7-0688-4a30-932b-541256072846"},"vulnerabilityID":{"type":"string","example":"CVE-2019-1234"}}}},"components/schemas/v3.DTO_AIComponent":{"id":"components/schemas/v3.DTO_AIComponent","kind":"json-schema","title":"v3.DTO_AIComponent","data":{"type":"object","properties":{"componentId":{"type":"string"},"componentName":{"type":"string"},"componentType":{"type":"string"},"componentVersion":{"type":"string"}}}},"components/schemas/v3.DTO_AIModel":{"id":"components/schemas/v3.DTO_AIModel","kind":"json-schema","title":"v3.DTO_AIModel","data":{"type":"object","properties":{"uuid":{"type":"string"},"modelName":{"type":"string"},"provider":{"type":"string"},"category":{"type":"string"},"originType":{"type":"string"},"modelUuid":{"type":"string"},"verified":{"type":"boolean"},"version":{"type":"string"},"description":{"type":"string"},"author":{"type":"string"},"homePage":{"type":"string"},"tos":{"type":"string"},"projectName":{"type":"string"},"projectUuid":{"type":"string"},"origins":{"type":"array","items":{"type":"string"}},"violations":{"type":"integer"},"violatingFindings":{"type":"integer"},"licenses":{"type":"array","items":{"$ref":"#/components/schemas/v3.DTO_AIModelLicense"}},"licenseRisk":{"$ref":"#/components/schemas/v3.DTO_AILicenseRisk"},"securityRiskFactors":{"type":"array","items":{"$ref":"#/components/schemas/v3.DTO_AISecurityRiskFactors"}},"securityFindings":{"type":"object","additionalProperties":{"type":"integer"}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}},"components/schemas/v3.DTO_AIModelLicense":{"id":"components/schemas/v3.DTO_AIModelLicense","kind":"json-schema","title":"v3.DTO_AIModelLicense","data":{"type":"object","properties":{"uuid":{"type":"string"},"name":{"type":"string"},"score":{"type":"number","format":"double"},"severity":{"type":"string"}}}},"components/schemas/v3.DTO_AILicenseRisk":{"id":"components/schemas/v3.DTO_AILicenseRisk","kind":"json-schema","title":"v3.DTO_AILicenseRisk","data":{"type":"object","properties":{"severity":{"type":"string"}}}},"components/schemas/v3.DTO_AISecurityRiskFactors":{"id":"components/schemas/v3.DTO_AISecurityRiskFactors","kind":"json-schema","title":"v3.DTO_AISecurityRiskFactors","data":{"type":"object","properties":{"sourceUrl":{"type":"string"},"riskFactor":{"type":"string"}}}},"components/schemas/v3.DTO_AIVulnerabilitiesResponse":{"id":"components/schemas/v3.DTO_AIVulnerabilitiesResponse","kind":"json-schema","title":"v3.DTO_AIVulnerabilitiesResponse","data":{"type":"object","properties":{"vulnerabilities":{"type":"array","items":{"$ref":"#/components/schemas/v3.DTO_AIVulnerabilityListItem"}},"totalCount":{"type":"integer"},"projectUuid":{"type":"string"},"limit":{"type":"integer"},"offset":{"type":"integer"}}}},"components/schemas/v3.DTO_AIVulnerabilityListItem":{"id":"components/schemas/v3.DTO_AIVulnerabilityListItem","kind":"json-schema","title":"v3.DTO_AIVulnerabilityListItem","data":{"type":"object","properties":{"uuid":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"scanUuid":{"type":"string"},"scanTime":{"type":"string","format":"date-time"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}},"components/schemas/v3.DTO_AIVulnerabilityDetailResponse":{"id":"components/schemas/v3.DTO_AIVulnerabilityDetailResponse","kind":"json-schema","title":"v3.DTO_AIVulnerabilityDetailResponse","data":{"type":"object","properties":{"additionalData":{"$ref":"#/components/schemas/v3.DTO_AdditionalData"},"response":{"$ref":"#/components/schemas/v3.DTO_VulnerabilityDetail"},"supportToken":{"type":"string"}}}},"components/schemas/v3.DTO_AdditionalData":{"id":"components/schemas/v3.DTO_AdditionalData","kind":"json-schema","title":"v3.DTO_AdditionalData","data":{"type":"object","properties":{"paging":{"$ref":"#/components/schemas/v3.DTO_Paging"},"totalItems":{"type":"integer"}}}},"components/schemas/v3.DTO_Paging":{"id":"components/schemas/v3.DTO_Paging","kind":"json-schema","title":"v3.DTO_Paging","data":{"type":"object","properties":{"cursor":{"type":"integer"},"next":{"type":"string"},"limit":{"type":"integer"}}}},"components/schemas/v3.DTO_VulnerabilityDetail":{"id":"components/schemas/v3.DTO_VulnerabilityDetail","kind":"json-schema","title":"v3.DTO_VulnerabilityDetail","data":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"description":{"type":"string"},"publishDate":{"type":"integer","format":"int64"},"lastUpdated":{"type":"integer","format":"int64"},"sequenceId":{"type":"string"},"vulnerabilityReference":{"type":"array","items":{"$ref":"#/components/schemas/v3.DTO_VulnerabilityReference"}},"vulnerabilityScoring":{"type":"array","items":{"$ref":"#/components/schemas/v3.DTO_VulnerabilityScoring"}}}}},"components/schemas/v3.DTO_VulnerabilityReference":{"id":"components/schemas/v3.DTO_VulnerabilityReference","kind":"json-schema","title":"v3.DTO_VulnerabilityReference","data":{"type":"object","properties":{"id":{"type":"string"},"profileId":{"type":"string"},"url":{"type":"string"},"sourceName":{"type":"string"},"signature":{"type":"boolean"},"advisory":{"type":"boolean"},"patch":{"type":"boolean"},"value":{"type":"string"}}}},"components/schemas/v3.DTO_VulnerabilityScoring":{"id":"components/schemas/v3.DTO_VulnerabilityScoring","kind":"json-schema","title":"v3.DTO_VulnerabilityScoring","data":{"type":"object","properties":{"id":{"type":"string"},"profileId":{"type":"string"},"score":{"type":"number","format":"double"},"severity":{"type":"string"},"type":{"type":"string"},"extraData":{"type":"object","additionalProperties":{"type":"string"}}}}},"components/schemas/v3.V3BaseResponse-array_v3_DTO_AIComponent":{"id":"components/schemas/v3.V3BaseResponse-array_v3_DTO_AIComponent","kind":"json-schema","title":"v3.V3BaseResponse-array_v3_DTO_AIComponent","data":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/v3.DTO_AIComponent"}},"pagination":{"$ref":"#/components/schemas/v3.V3Pagination"}}}},"components/schemas/v3.V3BaseResponse-array_v3_DTO_AIModel":{"id":"components/schemas/v3.V3BaseResponse-array_v3_DTO_AIModel","kind":"json-schema","title":"v3.V3BaseResponse-array_v3_DTO_AIModel","data":{"type":"object","properties":{"response":{"type":"array","items":{"$ref":"#/components/schemas/v3.DTO_AIModel"}},"supportToken":{"type":"string"},"additionalData":{"$ref":"#/components/schemas/v3.DTO_AdditionalData"}}}},"components/schemas/v3.V3Pagination":{"id":"components/schemas/v3.V3Pagination","kind":"json-schema","title":"v3.V3Pagination","data":{"type":"object","properties":{"cursor":{"type":"integer"},"hasMore":{"type":"boolean"},"limit":{"type":"integer"},"total":{"type":"integer"}}}},"components/schemas/v3.V3Response-array_v3_V3ImplementationFindingResponse":{"id":"components/schemas/v3.V3Response-array_v3_V3ImplementationFindingResponse","kind":"json-schema","title":"v3.V3Response-array_v3_V3ImplementationFindingResponse","data":{"type":"object","properties":{"response":{"type":"array","items":{"$ref":"#/components/schemas/v3.V3ImplementationFindingResponse"}},"supportToken":{"type":"string"},"additionalData":{"$ref":"#/components/schemas/v3.DTO_AdditionalData"}}}},"components/schemas/v3.V3ImplementationFindingResponse":{"id":"components/schemas/v3.V3ImplementationFindingResponse","kind":"json-schema","title":"v3.V3ImplementationFindingResponse","data":{"type":"object","properties":{"snippetUuid":{"type":"string"},"origin":{"type":"string"},"implementationType":{"type":"string"},"snippet":{"type":"string"},"severity":{"type":"string"},"totalSeverity":{"type":"integer"},"criticalSeverity":{"type":"integer"},"highSeverity":{"type":"integer"},"mediumSeverity":{"type":"integer"},"lowSeverity":{"type":"integer"},"riskFactors":{"type":"array","items":{"type":"string"}},"project":{"$ref":"#/components/schemas/v3.V3ProjectInfo"},"scanUuid":{"type":"string"},"findings":{"type":"array","items":{"$ref":"#/components/schemas/v3.V3FindingResponse"}}}}},"components/schemas/v3.V3ProjectInfo":{"id":"components/schemas/v3.V3ProjectInfo","kind":"json-schema","title":"v3.V3ProjectInfo","data":{"type":"object","properties":{"projectUuid":{"type":"string"},"projectName":{"type":"string"}}}},"components/schemas/v3.V3FindingResponse":{"id":"components/schemas/v3.V3FindingResponse","kind":"json-schema","title":"v3.V3FindingResponse","data":{"type":"object","properties":{"findingId":{"type":"string"},"findingName":{"type":"string"},"severity":{"type":"string"},"element":{"type":"string"},"elementUuid":{"type":"string"}}}},"components/schemas/v3.V3ImplementationWeaknessResponse":{"id":"components/schemas/v3.V3ImplementationWeaknessResponse","kind":"json-schema","title":"v3.V3ImplementationWeaknessResponse","data":{"type":"object","properties":{"weaknessID":{"type":"string"},"weaknessCategory":{"type":"string"},"weaknessSeverity":{"type":"string"},"weaknessScore":{"type":"string"},"weaknessTitle":{"type":"string"},"owaspCategory":{"type":"string"},"weaknessDescription":{"type":"string"},"weaknessPotentialImpact":{"type":"string"},"weaknessBestPractices":{"type":"string"},"weaknessReferences":{"type":"string"}}}},"components/schemas/v3.V3TestRunTriggerRequest":{"id":"components/schemas/v3.V3TestRunTriggerRequest","kind":"json-schema","title":"v3.V3TestRunTriggerRequest","data":{"type":"object","required":["name","targetId","probeIds"],"properties":{"name":{"type":"string","description":"Name of the test run"},"targetId":{"type":"integer","description":"Target ID for the test run"},"probeIds":{"type":"array","description":"List of probe IDs to run","minItems":1,"items":{"type":"integer"}}}}},"components/schemas/v3.V3TestRunTriggerResponse":{"id":"components/schemas/v3.V3TestRunTriggerResponse","kind":"json-schema","title":"v3.V3TestRunTriggerResponse","data":{"type":"object","properties":{"testRunId":{"type":"integer","description":"ID of the triggered test run"}}}},"components/schemas/v3.V3BaseResponse-v3_V3TestRunTriggerResponse":{"id":"components/schemas/v3.V3BaseResponse-v3_V3TestRunTriggerResponse","kind":"json-schema","title":"v3.V3BaseResponse-v3_V3TestRunTriggerResponse","data":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/v3.V3TestRunTriggerResponse"},"supportToken":{"type":"string"}}}},"schema_79":{"kind":"json-schema","data":{"type":"string"},"id":"schema_79"},"schema_80":{"kind":"json-schema","data":{"maximum":10000,"type":"string","default":"50"},"id":"schema_80"},"schema_81":{"kind":"json-schema","data":{"type":"string","enum":["security","legal","library"]},"id":"schema_81"},"schema_82":{"kind":"json-schema","data":{"type":"string","default":"true"},"id":"schema_82"},"schema_83":{"kind":"json-schema","data":{"required":["sbomFile"],"type":"object","properties":{"sbomFile":{"type":"string","description":"The container SBOM file to upload (CycloneDX JSON or SPDX). Only one file per request.","format":"binary"}}},"id":"schema_83"},"schema_84":{"kind":"json-schema","data":{"required":["sbomFile"],"type":"object","properties":{"sbomFile":{"type":"string","description":"The SBOM file to upload (SPDX or CycloneDX). Only one file per request.","format":"binary"}}},"id":"schema_84"},"schema_85":{"kind":"json-schema","data":{"type":"object","properties":{"imageName":{"description":"Optional image name associated with the SBOM being imported","type":"string"},"sbomFile":{"description":"The container SBOM file to upload (SPDX or CycloneDX). Only one file per request.","type":"string","format":"binary"}},"required":["sbomFile"]},"id":"schema_85"},"schema_86":{"kind":"json-schema","data":{"required":["projectName","sbomFile"],"type":"object","properties":{"projectName":{"type":"string","description":"Name of the project to create under this application"},"projectDescription":{"type":"string","description":"Optional project description"},"sbomFile":{"type":"string","description":"The container SBOM file to upload (CycloneDX JSON or SPDX). Only one file per request.","format":"binary"}}},"id":"schema_86"},"schema_87":{"kind":"json-schema","data":{"required":["projectName","sbomFile"],"type":"object","properties":{"projectName":{"type":"string","description":"Name of the project to create under this application"},"projectDescription":{"type":"string","description":"Optional project description"},"sbomFile":{"type":"string","description":"The SBOM file to upload (SPDX or CycloneDX). Only one file per request.","format":"binary"}}},"id":"schema_87"},"schema_88":{"kind":"json-schema","data":{"type":"object","properties":{"projectName":{"description":"Name of the project to create under this application","type":"string"},"projectDescription":{"description":"Optional project description","type":"string"},"imageName":{"description":"Optional image name associated with the SBOM being imported","type":"string"},"sbomFile":{"description":"The container SBOM file to upload (SPDX or CycloneDX). Only one file per request.","type":"string","format":"binary"}},"required":["projectName","sbomFile"]},"id":"schema_88"},"schema_89":{"kind":"json-schema","data":{},"id":"schema_89"},"schema_90":{"kind":"json-schema","data":{"type":"boolean"},"id":"schema_90"},"schema_91":{"kind":"json-schema","data":{"type":"integer"},"id":"schema_91"},"schema_92":{"kind":"json-schema","data":{"type":"array","items":{"$ref":"#/components/schemas/inputs.FindingStatusInputV3"}},"id":"schema_92"},"schema_93":{"kind":"json-schema","data":{"allOf":[{"$ref":"#/components/schemas/common.BaseApiResponseV3"},{"type":"object","properties":{"response":{"$ref":"#/components/schemas/model.BulkStatusUpdate"}}}]},"id":"schema_93"},"schema_94":{"kind":"json-schema","data":{"type":"object","properties":{"additionalData":{"type":"object","properties":{"error":{"type":"string"}}},"response":{"type":"array","items":{}},"supportToken":{"type":"string"}}},"id":"schema_94"},"schema_95":{"kind":"json-schema","data":{"allOf":[{"$ref":"#/components/schemas/common.BaseApiResponseV3"},{"type":"object","properties":{"response":{"$ref":"#/components/schemas/github_com_mend_cloud-native_modules_common_model.FindingStatus"}}}]},"id":"schema_95"},"schema_96":{"kind":"json-schema","data":{"type":"integer","default":1000},"id":"schema_96"},"schema_97":{"kind":"json-schema","data":{"allOf":[{"$ref":"#/components/schemas/common.BaseApiResponseV3"},{"type":"object","properties":{"response":{"type":"array","items":{"$ref":"#/components/schemas/github_com_mend_cloud-native_modules_scanner_model.SecretFinding"}}}}]},"id":"schema_97"},"schema_98":{"kind":"json-schema","data":{"allOf":[{"$ref":"#/components/schemas/common.BaseApiResponseV3"},{"type":"object","properties":{"response":{"type":"array","items":{"$ref":"#/components/schemas/model.SecurityFindingExternal"}}}}]},"id":"schema_98"},"schema_99":{"kind":"json-schema","data":{"allOf":[{"$ref":"#/components/schemas/common.BaseApiResponseV3"},{"type":"object","properties":{"response":{"type":"array","items":{"$ref":"#/components/schemas/github_com_mend_cloud-native_modules_scanner_model.Package"}}}}]},"id":"schema_99"},"schema_100":{"kind":"json-schema","data":{"type":"string","format":"date-time"},"id":"schema_100"},"schema_101":{"kind":"json-schema","data":{"type":"integer","format":"int32"},"id":"schema_101"},"schema_102":{"kind":"json-schema","data":{"type":"string","enum":["sast"]},"id":"schema_102"},"schema_103":{"kind":"json-schema","data":{"type":"string","enum":["developer-platform"]},"id":"schema_103"},"schema_104":{"kind":"json-schema","data":{"type":"array","items":{"$ref":"#/components/schemas/v3.V3ImplementationWeaknessResponse"}},"id":"schema_104"}},"exampleStore":{},"securitySchemeStore":{"bearer-key":{"id":"bearer-key","type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT token Bearer"}},"servers":[{"url":"https://baseUrl","description":"Generated server url"}]},"options":{"codeSamples":{"languages":[{"lang":"Payload","label":"Payload"},{"lang":"curl","label":"cURL"},{"lang":"JavaScript","label":"JS"},{"lang":"Go"},{"lang":"Ruby"},{"lang":"Java8+Apache","label":"Java 8"}]},"hideSidebar":true,"mockServer":{"url":"/_mock/platform/3.0","position":"off","description":"Mock server"},"disableRouter":true,"downloadUrls":[{"url":"/_bundle/platform/3.0.json?download"},{"url":"/_bundle/platform/3.0.yaml?download"}],"excludeFromSearch":false,"specType":"openapi","markdocOptions":{"tags":{},"nodes":{},"components":{}},"metadata":{"title":"Mend API ","description":"Mend's enhanced API enables automation of workflows in a REST compliant format. The API features:\n+ Access for any user with Mend credentials, via a user key available in the user's profile page in the Mend Platform.\n+ Improved security with a JWT token per organization, which expires every 10 minutes.\n+ Added scalability with support for cursor pagination and limiting results size.\n+ Broader functionality available programmatically.\n+ New standard API documentation for easy navigation and search.\n\n**Note:** To help you get started with the Mend API 3.0, we recommend reviewing our onboarding guide -> [Getting Started with API 3.0](https://docs.mend.io/platform/latest/getting-started-with-mend-api-3-0).\nThis resource covers initial setup, authentication instructions, and helpful tips to help you successfully begin working with the Mend API 3.0. If you have a dedicated instance of Mend, contact your Mend representative to access this API on your instance."}},"baseSlug":"/platform/3.0","routesMapping":{}}