Skip to content

Commit

Permalink
Regenerate client from commit ea0a5add of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Aug 6, 2024
1 parent fef50f6 commit 48165f9
Show file tree
Hide file tree
Showing 14 changed files with 5,130 additions and 1,058 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-06 15:06:58.588036",
"spec_repo_commit": "0e8a9cfa"
"regenerated": "2024-08-06 20:56:03.858943",
"spec_repo_commit": "ea0a5add"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-08-06 15:07:06.620239",
"spec_repo_commit": "0e8a9cfa"
"regenerated": "2024-08-06 20:56:11.442573",
"spec_repo_commit": "ea0a5add"
}
}
}
12 changes: 8 additions & 4 deletions content/en/api/v2/downtimes/examples.json

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions content/en/api/v2/incident-services/examples.json

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions content/en/api/v2/incident-teams/examples.json

Large diffs are not rendered by default.

45 changes: 30 additions & 15 deletions content/en/api/v2/incidents/examples.json

Large diffs are not rendered by default.

33 changes: 22 additions & 11 deletions content/en/api/v2/key-management/examples.json

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions content/en/api/v2/powerpack/examples.json

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions content/en/api/v2/roles/examples.json

Large diffs are not rendered by default.

15 changes: 10 additions & 5 deletions content/en/api/v2/service-accounts/examples.json

Large diffs are not rendered by default.

15 changes: 10 additions & 5 deletions content/en/api/v2/teams/examples.json

Large diffs are not rendered by default.

15 changes: 10 additions & 5 deletions content/en/api/v2/users/examples.json

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,8 @@ components:
- id
- type
type: object
x-merge-override:
required: false
ApplicationKeyUpdateRequest:
description: Request used to update an application key.
properties:
Expand Down Expand Up @@ -8510,12 +8512,15 @@ components:
type:
$ref: '#/components/schemas/ApplicationKeysType'
type: object
x-merge-override:
required: false
FullApplicationKeyAttributes:
description: Attributes of a full application key.
properties:
created_at:
description: Creation date of the application key.
example: '2020-11-23T10:00:00.000Z'
format: date-time
readOnly: true
type: string
key:
Expand Down Expand Up @@ -16706,6 +16711,8 @@ components:
- id
- type
type: object
x-merge-override:
required: false
RelationshipToUserTeamPermission:
description: Relationship between a user team permission and a team
properties:
Expand Down Expand Up @@ -23614,6 +23621,8 @@ components:
type:
$ref: '#/components/schemas/UsersType'
type: object
x-merge-override:
required: false
UserAttributes:
description: Attributes of user object returned by the API.
properties:
Expand All @@ -23633,6 +23642,10 @@ components:
icon:
description: URL of the user's icon.
type: string
mfa_enabled:
description: If user has MFA enabled.
readOnly: true
type: boolean
modified_at:
description: Time that the user was last modified.
format: date-time
Expand Down Expand Up @@ -23835,6 +23848,8 @@ components:
roles:
$ref: '#/components/schemas/RelationshipToRoles'
type: object
x-merge-override:
properties: false
UserTeam:
description: A user's relationship with a team
properties:
Expand Down Expand Up @@ -27668,6 +27683,7 @@ paths:
type: idempotent
x-merge-override:
delete: true
patch: true
/api/v2/dashboard/lists/manual/{dashboard_list_id}/dashboards:
delete:
description: Delete dashboards from an existing dashboard list.
Expand Down
Loading

0 comments on commit 48165f9

Please sign in to comment.