Skip to content

Commit

Permalink
ACCESS-2490: Updating documentation with required scope (#2495)
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 17, 2024
1 parent 8e84dfe commit a113f95
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 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-15 14:47:01.599856",
"spec_repo_commit": "4e2ffe7b"
"regenerated": "2024-05-17 20:25:16.081111",
"spec_repo_commit": "77064b00"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-05-15 14:47:01.618687",
"spec_repo_commit": "4e2ffe7b"
"regenerated": "2024-05-17 20:25:16.099343",
"spec_repo_commit": "77064b00"
}
}
}
10 changes: 10 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34134,6 +34134,11 @@ paths:
$ref: '#/components/responses/SpansUnprocessableEntityResponse'
'429':
$ref: '#/components/responses/SpansTooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- apm_read
summary: Get a list of spans
tags:
- Spans
Expand Down Expand Up @@ -34177,6 +34182,11 @@ paths:
$ref: '#/components/responses/SpansUnprocessableEntityResponse'
'429':
$ref: '#/components/responses/SpansTooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- apm_read
summary: Search spans
tags:
- Spans
Expand Down

0 comments on commit a113f95

Please sign in to comment.