@@ -53553,6 +53553,10 @@ paths:
5355353553 limitParam: page[limit]
5355453554 pageOffsetParam: page[offset]
5355553555 resultsPath: data
53556+ x-permission:
53557+ operator: OR
53558+ permissions:
53559+ - apm_service_catalog_read
5355653560 post:
5355753561 description: Create or update entities in Software Catalog.
5355853562 operationId: UpsertCatalogEntity
@@ -53585,6 +53589,10 @@ paths:
5358553589 tags:
5358653590 - Software Catalog
5358753591 x-codegen-request-body-name: body
53592+ x-permission:
53593+ operator: OR
53594+ permissions:
53595+ - apm_service_catalog_write
5358853596 /api/v2/catalog/entity/{entity_id}:
5358953597 delete:
5359053598 description: Delete a single entity in Software Catalog.
@@ -53652,6 +53660,10 @@ paths:
5365253660 limitParam: page[limit]
5365353661 pageOffsetParam: page[offset]
5365453662 resultsPath: data
53663+ x-permission:
53664+ operator: OR
53665+ permissions:
53666+ - apm_service_catalog_read
5365553667 post:
5365653668 description: Create or update kinds in Software Catalog.
5365753669 operationId: UpsertCatalogKind
@@ -53684,6 +53696,10 @@ paths:
5368453696 tags:
5368553697 - Software Catalog
5368653698 x-codegen-request-body-name: body
53699+ x-permission:
53700+ operator: OR
53701+ permissions:
53702+ - apm_service_catalog_write
5368753703 /api/v2/catalog/kind/{kind_id}:
5368853704 delete:
5368953705 description: Delete a single kind in Software Catalog.
@@ -53751,6 +53767,10 @@ paths:
5375153767 limitParam: page[limit]
5375253768 pageOffsetParam: page[offset]
5375353769 resultsPath: data
53770+ x-permission:
53771+ operator: OR
53772+ permissions:
53773+ - apm_service_catalog_read
5375453774 /api/v2/ci/pipeline:
5375553775 post:
5375653776 description: 'Send your pipeline event to your Datadog platform over HTTP. For
0 commit comments