Skip to content

Commit

Permalink
Link the main documentation in the CreateAPI section (#1837)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored May 29, 2024
1 parent d51d070 commit 08aed38
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
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-05-29 12:19:34.090961",
"spec_repo_commit": "5a618bf5"
"regenerated": "2024-05-29 17:07:16.366909",
"spec_repo_commit": "faa2d929"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-05-29 12:19:34.109387",
"spec_repo_commit": "5a618bf5"
"regenerated": "2024-05-29 17:07:16.384472",
"spec_repo_commit": "faa2d929"
}
}
}
7 changes: 3 additions & 4 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23222,11 +23222,10 @@ paths:
description: 'Create a new API from the [OpenAPI](https://spec.openapis.org/oas/latest.html)
specification given.

It supports version `2.0`, `3.0` and `3.1` of the specification. A specific
extension section, `x-datadog`,
See the [API Catalog documentation](https://docs.datadoghq.com/api_catalog/add_metadata/)
for additional

let you specify the `teamHandle` for your team responsible for the API in
Datadog.
information about the possible metadata.

It returns the created API ID.

Expand Down
4 changes: 2 additions & 2 deletions lib/datadog_api_client/v2/api/api_management_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def create_open_api(opts = {})
# Create a new API.
#
# Create a new API from the [OpenAPI](https://spec.openapis.org/oas/latest.html) specification given.
# It supports version `2.0`, `3.0` and `3.1` of the specification. A specific extension section, `x-datadog`,
# let you specify the `teamHandle` for your team responsible for the API in Datadog.
# See the [API Catalog documentation](https://docs.datadoghq.com/api_catalog/add_metadata/) for additional
# information about the possible metadata.
# It returns the created API ID.
#
#
Expand Down

0 comments on commit 08aed38

Please sign in to comment.