Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-05 16:15:46.931965",
"spec_repo_commit": "843392e2"
"regenerated": "2024-12-05 20:22:35.825531",
"spec_repo_commit": "970515f9"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-05 16:15:46.951025",
"spec_repo_commit": "843392e2"
"regenerated": "2024-12-05 20:22:35.844871",
"spec_repo_commit": "970515f9"
}
}
}
20 changes: 20 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27947,6 +27947,10 @@ paths:
summary: List APIs
tags:
- API Management
x-permission:
operator: OR
permissions:
- apm_api_catalog_read
x-unstable: '**Note**: This endpoint is in public beta.

If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
Expand Down Expand Up @@ -27992,6 +27996,10 @@ paths:
summary: Delete an API
tags:
- API Management
x-permission:
operator: OR
permissions:
- apm_api_catalog_write
x-unstable: '**Note**: This endpoint is in public beta.

If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
Expand Down Expand Up @@ -28043,6 +28051,10 @@ paths:
summary: Get an API
tags:
- API Management
x-permission:
operator: OR
permissions:
- apm_api_catalog_read
x-unstable: '**Note**: This endpoint is in public beta.

If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
Expand Down Expand Up @@ -28103,6 +28115,10 @@ paths:
summary: Update an API
tags:
- API Management
x-permission:
operator: OR
permissions:
- apm_api_catalog_write
x-unstable: '**Note**: This endpoint is in public beta.

If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
Expand Down Expand Up @@ -28155,6 +28171,10 @@ paths:
summary: Create a new API
tags:
- API Management
x-permission:
operator: OR
permissions:
- apm_api_catalog_write
x-unstable: '**Note**: This endpoint is in public beta.

If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
Expand Down
Loading