Skip to content

Commit

Permalink
[scorecards] Update Service Scorecards docs link (#1896)
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 Mar 6, 2024
1 parent 689207b commit 853d819
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 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-03-05 16:47:49.304618",
"spec_repo_commit": "acf036aa"
"regenerated": "2024-03-06 21:27:59.909956",
"spec_repo_commit": "d76a4666"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-03-05 16:47:49.330020",
"spec_repo_commit": "acf036aa"
"regenerated": "2024-03-06 21:27:59.934443",
"spec_repo_commit": "d76a4666"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35047,7 +35047,7 @@ tags:
externalDocs:
url: https://docs.datadoghq.com/tracing/service_catalog/
name: Service Definition
- description: 'API to create, update scorecard rules and outcomes. See [Service Scorecards](https://docs.datadoghq.com/account_management/org_settings/service_accounts/)
- description: 'API to create, update scorecard rules and outcomes. See [Service Scorecards](https://docs.datadoghq.com/service_catalog/scorecards)
for more information.


Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v2/api/service_scorecards_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

class ServiceScorecardsApi:
"""
API to create, update scorecard rules and outcomes. See `Service Scorecards <https://docs.datadoghq.com/account_management/org_settings/service_accounts/>`_ for more information.
API to create, update scorecard rules and outcomes. See `Service Scorecards <https://docs.datadoghq.com/service_catalog/scorecards>`_ for more information.
This feature is currently in BETA. If you have any feedback, contact `Datadog support <https://docs.datadoghq.com/help/>`_.
"""
Expand Down
9 changes: 4 additions & 5 deletions tests/v2/features/service_scorecards.feature
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
@endpoint(service-scorecards) @endpoint(service-scorecards-v2)
Feature: Service Scorecards
API to create, update scorecard rules and outcomes. See [Service Scorecard
s](https://docs.datadoghq.com/account_management/org_settings/service_acco
unts/) for more information. This feature is currently in BETA. If you
have any feedback, contact [Datadog
support](https://docs.datadoghq.com/help/).
API to create, update scorecard rules and outcomes. See [Service
Scorecards](https://docs.datadoghq.com/service_catalog/scorecards) for
more information. This feature is currently in BETA. If you have any
feedback, contact [Datadog support](https://docs.datadoghq.com/help/).

Background:
Given a valid "apiKeyAuth" key in the system
Expand Down

0 comments on commit 853d819

Please sign in to comment.