@@ -53646,6 +53646,10 @@ paths:
5364653646 limitParam: page[limit]
5364753647 pageOffsetParam: page[offset]
5364853648 resultsPath: data
53649+ x-permission:
53650+ operator: OR
53651+ permissions:
53652+ - apm_service_catalog_read
5364953653 post:
5365053654 description: Create or update entities in Software Catalog.
5365153655 operationId: UpsertCatalogEntity
@@ -53678,6 +53682,10 @@ paths:
5367853682 tags:
5367953683 - Software Catalog
5368053684 x-codegen-request-body-name: body
53685+ x-permission:
53686+ operator: OR
53687+ permissions:
53688+ - apm_service_catalog_write
5368153689 /api/v2/catalog/entity/{entity_id}:
5368253690 delete:
5368353691 description: Delete a single entity in Software Catalog.
@@ -53745,6 +53753,10 @@ paths:
5374553753 limitParam: page[limit]
5374653754 pageOffsetParam: page[offset]
5374753755 resultsPath: data
53756+ x-permission:
53757+ operator: OR
53758+ permissions:
53759+ - apm_service_catalog_read
5374853760 post:
5374953761 description: Create or update kinds in Software Catalog.
5375053762 operationId: UpsertCatalogKind
@@ -53777,6 +53789,10 @@ paths:
5377753789 tags:
5377853790 - Software Catalog
5377953791 x-codegen-request-body-name: body
53792+ x-permission:
53793+ operator: OR
53794+ permissions:
53795+ - apm_service_catalog_write
5378053796 /api/v2/catalog/kind/{kind_id}:
5378153797 delete:
5378253798 description: Delete a single kind in Software Catalog.
@@ -53844,6 +53860,10 @@ paths:
5384453860 limitParam: page[limit]
5384553861 pageOffsetParam: page[offset]
5384653862 resultsPath: data
53863+ x-permission:
53864+ operator: OR
53865+ permissions:
53866+ - apm_service_catalog_read
5384753867 /api/v2/ci/pipeline:
5384853868 post:
5384953869 description: 'Send your pipeline event to your Datadog platform over HTTP. For
0 commit comments