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

[TEST][VULN-9360] Change to open api spec - DO NOT MERGE #478

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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-03 19:47:07.663734",
"spec_repo_commit": "b52549d9"
"regenerated": "2025-02-04 13:45:58.026576",
"spec_repo_commit": "cba682f9"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-02-03 19:47:07.678594",
"spec_repo_commit": "b52549d9"
"regenerated": "2025-02-04 13:45:58.042215",
"spec_repo_commit": "cba682f9"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@ components:
- base_severity
type: object
ApiID:
description: API identifier.
description: Test
example: 90646597-5fdb-4a17-a240-647003f8c028
format: uuid
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub struct CreateOpenAPIResponseData {
/// Attributes for `CreateOpenAPI`.
#[serde(rename = "attributes")]
pub attributes: Option<crate::datadogV2::model::CreateOpenAPIResponseAttributes>,
/// API identifier.
/// Test
#[serde(rename = "id")]
pub id: Option<uuid::Uuid>,
#[serde(flatten)]
Expand Down
2 changes: 1 addition & 1 deletion src/datadogV2/model/model_list_apis_response_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub struct ListAPIsResponseData {
/// Attributes for `ListAPIsResponseData`.
#[serde(rename = "attributes")]
pub attributes: Option<crate::datadogV2::model::ListAPIsResponseDataAttributes>,
/// API identifier.
/// Test
#[serde(rename = "id")]
pub id: Option<uuid::Uuid>,
#[serde(flatten)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub struct UpdateOpenAPIResponseData {
/// Attributes for `UpdateOpenAPI`.
#[serde(rename = "attributes")]
pub attributes: Option<crate::datadogV2::model::UpdateOpenAPIResponseAttributes>,
/// API identifier.
/// Test
#[serde(rename = "id")]
pub id: Option<uuid::Uuid>,
#[serde(flatten)]
Expand Down
Loading