Skip to content

Commit 8d9aebb

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 0dab352 of spec repo
1 parent 63b8bee commit 8d9aebb

33 files changed

Lines changed: 188 additions & 1191 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,9 +1118,9 @@ components:
11181118
schema:
11191119
type: string
11201120
PersonalAccessTokenID:
1121-
description: The UUID of the personal access token.
1121+
description: The ID of the personal access token.
11221122
in: path
1123-
name: pat_uuid
1123+
name: pat_id
11241124
required: true
11251125
schema:
11261126
example: "00000000-0000-1234-0000-000000000000"
@@ -28760,11 +28760,6 @@ components:
2876028760
FullPersonalAccessTokenAttributes:
2876128761
description: Attributes of a full personal access token, including the token key.
2876228762
properties:
28763-
alias:
28764-
description: The alias (short identifier) of the personal access token.
28765-
example: "2H9MCNMBM8FQjQ16YucXkX"
28766-
readOnly: true
28767-
type: string
2876828763
created_at:
2876928764
description: Creation date of the personal access token.
2877028765
example: "2024-01-01T00:00:00+00:00"
@@ -52460,11 +52455,6 @@ components:
5246052455
PersonalAccessTokenAttributes:
5246152456
description: Attributes of a personal access token.
5246252457
properties:
52463-
alias:
52464-
description: The alias (short identifier) of the personal access token.
52465-
example: "2H9MCNMBM8FQjQ16YucXkX"
52466-
readOnly: true
52467-
type: string
5246852458
created_at:
5246952459
description: Creation date of the personal access token.
5247052460
example: "2024-01-01T00:00:00+00:00"
@@ -76731,6 +76721,10 @@ components:
7673176721
description: Title of the user.
7673276722
nullable: true
7673376723
type: string
76724+
uuid:
76725+
description: UUID of the user.
76726+
readOnly: true
76727+
type: string
7673476728
verified:
7673576729
description: Whether the user is verified.
7673676730
type: boolean
@@ -104768,7 +104762,7 @@ paths:
104768104762
operator: OR
104769104763
permissions:
104770104764
- user_app_keys
104771-
/api/v2/personal_access_tokens/{pat_uuid}:
104765+
/api/v2/personal_access_tokens/{pat_id}:
104772104766
delete:
104773104767
description: Revoke a specific personal access token.
104774104768
operationId: RevokePersonalAccessToken
@@ -114323,7 +114317,7 @@ paths:
114323114317
operator: OR
114324114318
permissions:
114325114319
- service_account_write
114326-
/api/v2/service_accounts/{service_account_id}/access_tokens/{pat_uuid}:
114320+
/api/v2/service_accounts/{service_account_id}/access_tokens/{pat_id}:
114327114321
delete:
114328114322
description: Revoke a specific access token for a service account.
114329114323
operationId: RevokeServiceAccountAccessToken

cassettes/v2/Service-Accounts_4018121712/Create-an-access-token-for-a-service-account-returns-Created-response_1042964283/frozen.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

cassettes/v2/Service-Accounts_4018121712/Create-an-access-token-for-a-service-account-returns-Created-response_1042964283/recording.har

Lines changed: 0 additions & 194 deletions
This file was deleted.

cassettes/v2/Service-Accounts_4018121712/Get-an-access-token-for-a-service-account-returns-OK-response_3450780675/frozen.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)