diff --git a/.apigentools-info b/.apigentools-info index 25349acb5f90..7d928e08456c 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.5.1.dev2", - "regenerated": "2021-12-21 23:32:18.360330", - "spec_repo_commit": "4bb7a8e" + "regenerated": "2021-12-22 10:38:47.726829", + "spec_repo_commit": "e61cc09" }, "v2": { "apigentools_version": "1.5.1.dev2", - "regenerated": "2021-12-21 23:32:18.397761", - "spec_repo_commit": "4bb7a8e" + "regenerated": "2021-12-22 10:38:47.761564", + "spec_repo_commit": "e61cc09" } } } \ No newline at end of file diff --git a/docs/v2/RoleClone.md b/docs/v2/RoleClone.md index acfb9b7372d5..9ff1b2f6658d 100644 --- a/docs/v2/RoleClone.md +++ b/docs/v2/RoleClone.md @@ -2,10 +2,10 @@ ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **attributes** | [**RoleCloneAttributes**](RoleCloneAttributes.md) | | | -| **type** | [**RolesType**](RolesType.md) | | [default to 'roles'] | +| Name | Type | Description | Notes | +| -------------- | ------------------------------------------------- | ----------- | ---------------------------- | +| **attributes** | [**RoleCloneAttributes**](RoleCloneAttributes.md) | | | +| **type** | [**RolesType**](RolesType.md) | | [default to 'roles'] | ## Example @@ -17,4 +17,3 @@ instance = DatadogAPIClient::V2::RoleClone.new( type: null ) ``` - diff --git a/docs/v2/RoleCloneAttributes.md b/docs/v2/RoleCloneAttributes.md index 813d8430e33e..e09a9d706922 100644 --- a/docs/v2/RoleCloneAttributes.md +++ b/docs/v2/RoleCloneAttributes.md @@ -2,9 +2,9 @@ ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **name** | **String** | Name of the new role that is cloned. | | +| Name | Type | Description | Notes | +| -------- | ---------- | ------------------------------------ | ----- | +| **name** | **String** | Name of the new role that is cloned. | | ## Example @@ -15,4 +15,3 @@ instance = DatadogAPIClient::V2::RoleCloneAttributes.new( name: cloned-role ) ``` - diff --git a/docs/v2/RoleCloneRequest.md b/docs/v2/RoleCloneRequest.md index 6797e1bcb986..3f379b6a326d 100644 --- a/docs/v2/RoleCloneRequest.md +++ b/docs/v2/RoleCloneRequest.md @@ -2,9 +2,9 @@ ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **data** | [**RoleClone**](RoleClone.md) | | | +| Name | Type | Description | Notes | +| -------- | ----------------------------- | ----------- | ----- | +| **data** | [**RoleClone**](RoleClone.md) | | | ## Example @@ -15,4 +15,3 @@ instance = DatadogAPIClient::V2::RoleCloneRequest.new( data: null ) ``` -