Skip to content

Deprecate API management endpoints #520

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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": "2025-02-18 22:25:34.178570",
"spec_repo_commit": "98988fd6"
"regenerated": "2025-02-19 14:28:25.987126",
"spec_repo_commit": "f57f6771"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-02-18 22:25:34.194004",
"spec_repo_commit": "98988fd6"
"regenerated": "2025-02-19 14:28:26.002122",
"spec_repo_commit": "f57f6771"
}
}
}
25 changes: 10 additions & 15 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32796,6 +32796,7 @@ paths:
- api_keys_write
/api/v2/apicatalog/api:
get:
deprecated: true
description: List APIs and their IDs.
operationId: ListAPIs
parameters:
Expand Down Expand Up @@ -32857,11 +32858,10 @@ paths:
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/).'
x-unstable: '**Note**: This endpoint is deprecated.'
/api/v2/apicatalog/api/{id}:
delete:
deprecated: true
description: Delete a specific API by ID.
operationId: DeleteOpenAPI
parameters:
Expand Down Expand Up @@ -32906,11 +32906,10 @@ paths:
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/).'
x-unstable: '**Note**: This endpoint is deprecated.'
/api/v2/apicatalog/api/{id}/openapi:
get:
deprecated: true
description: Retrieve information about a specific API in [OpenAPI](https://spec.openapis.org/oas/latest.html)
format file.
operationId: GetOpenAPI
Expand Down Expand Up @@ -32961,10 +32960,9 @@ paths:
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/).'
x-unstable: '**Note**: This endpoint is deprecated.'
put:
deprecated: true
description: 'Update information about a specific API. The given content will
replace all API content of the given ID.

Expand Down Expand Up @@ -33025,11 +33023,10 @@ paths:
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/).'
x-unstable: '**Note**: This endpoint is deprecated.'
/api/v2/apicatalog/openapi:
post:
deprecated: true
description: 'Create a new API from the [OpenAPI](https://spec.openapis.org/oas/latest.html)
specification given.

Expand Down Expand Up @@ -33081,9 +33078,7 @@ paths:
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/).'
x-unstable: '**Note**: This endpoint is deprecated.'
/api/v2/apm/config/metrics:
get:
description: Get the list of configured span-based metrics with their definitions.
Expand Down
Loading