Skip to content

Commit

Permalink
Regenerate client from commit 4bf834bd of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 19, 2023
1 parent 149f864 commit d4a1594
Show file tree
Hide file tree
Showing 6 changed files with 1,321 additions and 11 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": "2023-12-18 13:48:16.687856",
"spec_repo_commit": "f363f7b4"
"regenerated": "2023-12-19 14:26:33.519647",
"spec_repo_commit": "4bf834bd"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2023-12-18 13:48:25.506435",
"spec_repo_commit": "f363f7b4"
"regenerated": "2023-12-19 14:26:43.507552",
"spec_repo_commit": "4bf834bd"
}
}
}
2 changes: 1 addition & 1 deletion config/_default/menus/menus.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1554,7 +1554,7 @@ main:
url: tracing/trace_collection/automatic_instrumentation/dd_libraries/
parent: automatic_instrumentation
identifier: auto_dd_libraries
weight: 102
weight: 102
- name: Custom Instrumentation
url: tracing/trace_collection/custom_instrumentation/
parent: tracing_trace_collection
Expand Down
56 changes: 50 additions & 6 deletions content/en/api/v2/teams/examples.json

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13676,6 +13676,27 @@ components:
- id
- type
type: object
RelationshipToUserTeamTeam:
description: Relationship between team membership and team
properties:
data:
$ref: '#/components/schemas/RelationshipToUserTeamTeamData'
required:
- data
type: object
RelationshipToUserTeamTeamData:
description: The team associated with the membership
properties:
id:
description: The ID of the team associated with the membership
example: d7e15d9d-d346-43da-81d8-3d9e71d9a5e9
type: string
type:
$ref: '#/components/schemas/UserTeamTeamType'
required:
- id
- type
type: object
RelationshipToUserTeamUser:
description: Relationship between team membership and user
properties:
Expand Down Expand Up @@ -19822,6 +19843,18 @@ components:
UserTeamAttributes:
description: Team membership attributes
properties:
provisioned_by:
description: 'The mechanism responsible for provisioning the team relationship.

Possible values: null for added by a user, "service_account" if added
by a service account, and "saml_mapping" if provisioned via SAML mapping.'
readOnly: true
type: string
provisioned_by_id:
description: UUID of the User or Service Account who provisioned this team
membership, or null if provisioned via SAML mapping.
readOnly: true
type: string
role:
$ref: '#/components/schemas/UserTeamRole'
type: object
Expand Down Expand Up @@ -19873,6 +19906,8 @@ components:
UserTeamRelationships:
description: Relationship between membership and a user
properties:
team:
$ref: '#/components/schemas/RelationshipToUserTeamTeam'
user:
$ref: '#/components/schemas/RelationshipToUserTeamUser'
type: object
Expand All @@ -19898,6 +19933,15 @@ components:
type: string
x-enum-varnames:
- ADMIN
UserTeamTeamType:
default: team
description: User team team type
enum:
- team
example: team
type: string
x-enum-varnames:
- TEAM
UserTeamType:
default: team_memberships
description: Team membership type
Expand Down
Loading

0 comments on commit d4a1594

Please sign in to comment.