@@ -53646,6 +53646,10 @@ paths:
53646
53646
limitParam: page[limit]
53647
53647
pageOffsetParam: page[offset]
53648
53648
resultsPath: data
53649
+ x-permission:
53650
+ operator: OR
53651
+ permissions:
53652
+ - apm_service_catalog_read
53649
53653
post:
53650
53654
description: Create or update entities in Software Catalog.
53651
53655
operationId: UpsertCatalogEntity
@@ -53678,6 +53682,10 @@ paths:
53678
53682
tags:
53679
53683
- Software Catalog
53680
53684
x-codegen-request-body-name: body
53685
+ x-permission:
53686
+ operator: OR
53687
+ permissions:
53688
+ - apm_service_catalog_write
53681
53689
/api/v2/catalog/entity/{entity_id}:
53682
53690
delete:
53683
53691
description: Delete a single entity in Software Catalog.
@@ -53745,6 +53753,10 @@ paths:
53745
53753
limitParam: page[limit]
53746
53754
pageOffsetParam: page[offset]
53747
53755
resultsPath: data
53756
+ x-permission:
53757
+ operator: OR
53758
+ permissions:
53759
+ - apm_service_catalog_read
53748
53760
post:
53749
53761
description: Create or update kinds in Software Catalog.
53750
53762
operationId: UpsertCatalogKind
@@ -53777,6 +53789,10 @@ paths:
53777
53789
tags:
53778
53790
- Software Catalog
53779
53791
x-codegen-request-body-name: body
53792
+ x-permission:
53793
+ operator: OR
53794
+ permissions:
53795
+ - apm_service_catalog_write
53780
53796
/api/v2/catalog/kind/{kind_id}:
53781
53797
delete:
53782
53798
description: Delete a single kind in Software Catalog.
@@ -53844,6 +53860,10 @@ paths:
53844
53860
limitParam: page[limit]
53845
53861
pageOffsetParam: page[offset]
53846
53862
resultsPath: data
53863
+ x-permission:
53864
+ operator: OR
53865
+ permissions:
53866
+ - apm_service_catalog_read
53847
53867
/api/v2/ci/pipeline:
53848
53868
post:
53849
53869
description: 'Send your pipeline event to your Datadog platform over HTTP. For
0 commit comments