Skip to content
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

[SC] Documentation change from private BETA to public BETA #1830

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": "2024-01-12 15:18:17.417974",
"spec_repo_commit": "b125495e"
"regenerated": "2024-01-12 20:45:42.549804",
"spec_repo_commit": "bdf7d582"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-01-12 15:18:17.459019",
"spec_repo_commit": "b125495e"
"regenerated": "2024-01-12 20:45:42.564088",
"spec_repo_commit": "bdf7d582"
}
}
}
15 changes: 6 additions & 9 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29055,10 +29055,9 @@ paths:
tags:
- Service Scorecards
x-codegen-request-body-name: body
x-unstable: '**Note**: This endpoint is in private beta. To request access,
fill out this [sign-up form](https://forms.gle/CcEyp1uJmZpxRv8U8),
x-unstable: '**Note**: This endpoint is in public beta.

and we will be in touch. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
/api/v2/scorecard/rules:
get:
description: Fetch all rules.
Expand Down Expand Up @@ -29183,10 +29182,9 @@ paths:
tags:
- Service Scorecards
x-codegen-request-body-name: body
x-unstable: '**Note**: This endpoint is in private beta. To request access,
fill out this [sign-up form](https://forms.gle/CcEyp1uJmZpxRv8U8),
x-unstable: '**Note**: This endpoint is in public beta.

and we will be in touch. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
/api/v2/scorecard/rules/{rule_id}:
delete:
description: Deletes a single rule.
Expand All @@ -29212,10 +29210,9 @@ paths:
summary: Delete a rule
tags:
- Service Scorecards
x-unstable: '**Note**: This endpoint is in private beta. To request access,
fill out this [sign-up form](https://forms.gle/CcEyp1uJmZpxRv8U8),
x-unstable: '**Note**: This endpoint is in public beta.

and we will be in touch. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
/api/v2/security/cloud_workload/policy/download:
get:
description: 'The download endpoint generates a Cloud Workload Security policy
Expand Down
Loading