Skip to content

Commit

Permalink
Sync OpenAPI specification with backend (#1736)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
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 Oct 31, 2022
1 parent b7e6bb0 commit 0b329f7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 39 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.4",
"regenerated": "2022-10-31 15:17:18.792675",
"spec_repo_commit": "41479b46"
"regenerated": "2022-10-31 18:53:29.504722",
"spec_repo_commit": "06929484"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2022-10-31 15:17:18.805121",
"spec_repo_commit": "41479b46"
"regenerated": "2022-10-31 18:53:29.521764",
"spec_repo_commit": "06929484"
}
}
}
4 changes: 3 additions & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18139,6 +18139,7 @@ components:
user_access_invite: Invite other users to your organization.
user_access_manage: Disable users, manage user roles, manage SAML-to-role
mappings, and configure logs restriction queries.
user_access_read: View users and their roles and settings.
tokenUrl: /oauth2/v1/token
type: oauth2
apiKeyAuth:
Expand Down Expand Up @@ -29010,7 +29011,8 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
- AuthZ:
- user_access_read
summary: List all users
tags:
- Users
Expand Down
42 changes: 8 additions & 34 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10181,6 +10181,7 @@ components:
user_access_invite: Invite other users to your organization.
user_access_manage: Disable users, manage user roles, manage SAML-to-role
mappings, and configure logs restriction queries.
user_access_read: View users and their roles and settings.
tokenUrl: /oauth2/v1/token
type: oauth2
apiKeyAuth:
Expand Down Expand Up @@ -12061,9 +12062,6 @@ paths:
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
summary: List Confluent accounts
tags:
- Confluent Cloud
Expand Down Expand Up @@ -12092,9 +12090,6 @@ paths:
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
summary: Add Confluent account
tags:
- Confluent Cloud
Expand All @@ -12116,9 +12111,6 @@ paths:
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
summary: Delete Confluent account
tags:
- Confluent Cloud
Expand All @@ -12142,9 +12134,6 @@ paths:
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
summary: Get Confluent account
tags:
- Confluent Cloud
Expand Down Expand Up @@ -12175,9 +12164,6 @@ paths:
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
summary: Update Confluent account
tags:
- Confluent Cloud
Expand All @@ -12204,9 +12190,6 @@ paths:
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
summary: List Confluent Account resources
tags:
- Confluent Cloud
Expand Down Expand Up @@ -12238,9 +12221,6 @@ paths:
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
summary: Add resource to Confluent account
tags:
- Confluent Cloud
Expand All @@ -12264,9 +12244,6 @@ paths:
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
summary: Delete resource from Confluent account
tags:
- Confluent Cloud
Expand All @@ -12292,9 +12269,6 @@ paths:
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
summary: Get resource from Confluent account
tags:
- Confluent Cloud
Expand Down Expand Up @@ -12327,9 +12301,6 @@ paths:
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
summary: Update resource in Confluent account
tags:
- Confluent Cloud
Expand Down Expand Up @@ -15476,7 +15447,7 @@ paths:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- security_monitoring_rules_read
- security_monitoring_signals_read
summary: Get a signal's details
tags:
- Security Monitoring
Expand Down Expand Up @@ -17019,7 +16990,8 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
- AuthZ:
- user_access_read
summary: List all users
tags:
- Users
Expand Down Expand Up @@ -17126,7 +17098,8 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
- AuthZ:
- user_access_read
summary: Get user details
tags:
- Users
Expand Down Expand Up @@ -17255,7 +17228,8 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
- AuthZ:
- user_access_read
summary: Get a user permissions
tags:
- Users
Expand Down

0 comments on commit 0b329f7

Please sign in to comment.