Skip to content

Commit cc220dc

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Define required fields for v2 requests (#81)
* Regenerate client from commit c6c8f47 of spec repo Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent bdf0578 commit cc220dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+220
-582
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.2.0",
7-
"regenerated": "2020-09-21 10:58:15.842017",
8-
"spec_repo_commit": "f05e569"
7+
"regenerated": "2020-09-23 13:49:10.874257",
8+
"spec_repo_commit": "c6c8f47"
99
},
1010
"v2": {
1111
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-09-21 10:58:26.934240",
13-
"spec_repo_commit": "f05e569"
12+
"regenerated": "2020-09-23 13:49:22.529799",
13+
"spec_repo_commit": "c6c8f47"
1414
}
1515
}
1616
}

.openapi-generator/FILES

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ datadog_api_client/v2/model/user_invitation_response_data.py
185185
datadog_api_client/v2/model/user_invitations_request.py
186186
datadog_api_client/v2/model/user_invitations_response.py
187187
datadog_api_client/v2/model/user_invitations_type.py
188-
datadog_api_client/v2/model/user_relationship.py
189-
datadog_api_client/v2/model/user_relationship_data.py
190188
datadog_api_client/v2/model/user_relationships.py
191189
datadog_api_client/v2/model/user_response.py
192190
datadog_api_client/v2/model/user_response_included_item.py
@@ -376,8 +374,6 @@ docs/UserInvitationResponseData.md
376374
docs/UserInvitationsRequest.md
377375
docs/UserInvitationsResponse.md
378376
docs/UserInvitationsType.md
379-
docs/UserRelationship.md
380-
docs/UserRelationshipData.md
381377
docs/UserRelationships.md
382378
docs/UserResponse.md
383379
docs/UserResponseIncludedItem.md
@@ -566,8 +562,6 @@ test/test_user_invitation_response_data.py
566562
test/test_user_invitations_request.py
567563
test/test_user_invitations_response.py
568564
test/test_user_invitations_type.py
569-
test/test_user_relationship.py
570-
test/test_user_relationship_data.py
571565
test/test_user_relationships.py
572566
test/test_user_response.py
573567
test/test_user_response_included_item.py

docs/v2/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,6 @@ This time is calculated from the first seen timestamp..md)
351351
- [UserInvitationsRequest](Object to invite users to join the organization..md)
352352
- [UserInvitationsResponse](User invitations as returned by the API..md)
353353
- [UserInvitationsType](User invitations type..md)
354-
- [UserRelationship](A relationship reference for users..md)
355-
- [UserRelationshipData](The User relationship data..md)
356354
- [UserRelationships](Relationships of the user object..md)
357355
- [UserResponse](Response containing information about a single user..md)
358356
- [UserResponseIncludedItem](An object related to a user..md)

docs/v2/RelationshipToOrganization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Relationship to an organization.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**data** | [**RelationshipToOrganizationData**](RelationshipToOrganizationData.md) | | [optional]
7+
**data** | [**RelationshipToOrganizationData**](RelationshipToOrganizationData.md) | |
88

99
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
1010

docs/v2/RelationshipToOrganizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Relationship to organizations.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**data** | [**[RelationshipToOrganizationData]**](RelationshipToOrganizationData.md) | Relationships to organization objects. | [optional]
7+
**data** | [**[RelationshipToOrganizationData]**](RelationshipToOrganizationData.md) | Relationships to organization objects. |
88

99
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
1010

docs/v2/RelationshipToUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Relationship to user.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**data** | [**RelationshipToUserData**](RelationshipToUserData.md) | | [optional]
7+
**data** | [**RelationshipToUserData**](RelationshipToUserData.md) | |
88

99
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
1010

docs/v2/RelationshipToUserData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Relationship to user object.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**id** | **str** | ID of the user. |
7+
**id** | **str** | A unique identifier that represents the user. |
88
**type** | [**UsersType**](UsersType.md) | |
99

1010
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

docs/v2/RelationshipToUsers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Relationship to users.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**data** | [**[RelationshipToUserData]**](RelationshipToUserData.md) | Relationships to user objects. | [optional]
7+
**data** | [**[RelationshipToUserData]**](RelationshipToUserData.md) | Relationships to user objects. |
88

99
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
1010

docs/v2/RoleCreateAttributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Attributes of the created role.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**name** | **str** | Name of the role. |
78
**created_at** | **datetime** | Creation time of the role. | [optional] [readonly]
89
**modified_at** | **datetime** | Time of last role modification. | [optional] [readonly]
9-
**name** | **str** | Name of the role. | [optional]
1010

1111
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
1212

docs/v2/RoleCreateData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Data related to the creation of a role.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**attributes** | [**RoleCreateAttributes**](RoleCreateAttributes.md) | | [optional]
7+
**attributes** | [**RoleCreateAttributes**](RoleCreateAttributes.md) | |
88
**relationships** | [**RoleRelationships**](RoleRelationships.md) | | [optional]
99
**type** | [**RolesType**](RolesType.md) | | [optional]
1010

0 commit comments

Comments
 (0)