@@ -53553,6 +53553,10 @@ paths:
53553
53553
limitParam: page[limit]
53554
53554
pageOffsetParam: page[offset]
53555
53555
resultsPath: data
53556
+ x-permission:
53557
+ operator: OR
53558
+ permissions:
53559
+ - apm_service_catalog_read
53556
53560
post:
53557
53561
description: Create or update entities in Software Catalog.
53558
53562
operationId: UpsertCatalogEntity
@@ -53585,6 +53589,10 @@ paths:
53585
53589
tags:
53586
53590
- Software Catalog
53587
53591
x-codegen-request-body-name: body
53592
+ x-permission:
53593
+ operator: OR
53594
+ permissions:
53595
+ - apm_service_catalog_write
53588
53596
/api/v2/catalog/entity/{entity_id}:
53589
53597
delete:
53590
53598
description: Delete a single entity in Software Catalog.
@@ -53652,6 +53660,10 @@ paths:
53652
53660
limitParam: page[limit]
53653
53661
pageOffsetParam: page[offset]
53654
53662
resultsPath: data
53663
+ x-permission:
53664
+ operator: OR
53665
+ permissions:
53666
+ - apm_service_catalog_read
53655
53667
post:
53656
53668
description: Create or update kinds in Software Catalog.
53657
53669
operationId: UpsertCatalogKind
@@ -53684,6 +53696,10 @@ paths:
53684
53696
tags:
53685
53697
- Software Catalog
53686
53698
x-codegen-request-body-name: body
53699
+ x-permission:
53700
+ operator: OR
53701
+ permissions:
53702
+ - apm_service_catalog_write
53687
53703
/api/v2/catalog/kind/{kind_id}:
53688
53704
delete:
53689
53705
description: Delete a single kind in Software Catalog.
@@ -53751,6 +53767,10 @@ paths:
53751
53767
limitParam: page[limit]
53752
53768
pageOffsetParam: page[offset]
53753
53769
resultsPath: data
53770
+ x-permission:
53771
+ operator: OR
53772
+ permissions:
53773
+ - apm_service_catalog_read
53754
53774
/api/v2/ci/pipeline:
53755
53775
post:
53756
53776
description: 'Send your pipeline event to your Datadog platform over HTTP. For
0 commit comments