Skip to content

Commit

Permalink
Remove validation of service in service catalog (#2643)
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 Aug 21, 2024
1 parent 07cfeeb commit ed17333
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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-08-21 13:16:22.479900",
"spec_repo_commit": "be697120"
"regenerated": "2024-08-21 14:09:52.640376",
"spec_repo_commit": "5bcbcb40"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-08-21 13:16:22.498303",
"spec_repo_commit": "be697120"
"regenerated": "2024-08-21 14:09:52.661574",
"spec_repo_commit": "5bcbcb40"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6423,7 +6423,7 @@ components:
description: Deployment ID.
type: string
service:
description: Service name from a service available in the Service Catalog.
description: Service name.
example: shopist
type: string
started_at:
Expand Down
2 changes: 1 addition & 1 deletion api/datadogV2/model_dora_deployment_request_attributes.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type DORADeploymentRequestAttributes struct {
Git *DORAGitInfo `json:"git,omitempty"`
// Deployment ID.
Id *string `json:"id,omitempty"`
// Service name from a service available in the Service Catalog.
// Service name.
Service string `json:"service"`
// Unix timestamp when the deployment started. It must be in nanoseconds, milliseconds, or seconds.
StartedAt int64 `json:"started_at"`
Expand Down

0 comments on commit ed17333

Please sign in to comment.