| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,7 +6,7 @@ TenantDeleteResponse is the message returned from the request to delete a tenant | |||
| 6 | 6 | ||
| 7 | 7 | Name | Type | Description | Notes | |
| 8 | 8 | ------------ | ------------- | ------------- | ------------- | |
| 9 | - **tenant** | [**Tenant**](Tenant.md) | | [optional] | ||
| 9 | + **tenant_id** | **str** | tenant_id is the tenant id that was deleted. | [optional] | ||
| 10 | 10 | ||
| 11 | 11 | ## Example | |
| 12 | 12 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ | |||
| 3 | 3 | "info": { | |
| 4 | 4 | "title": "Permify API", | |
| 5 | 5 | "description": "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.", | |
| 6 | - "version": "v1.4.3", | ||
| 6 | + "version": "v1.4.4", | ||
| 7 | 7 | "contact": { | |
| 8 | 8 | "name": "API Support", | |
| 9 | 9 | "url": "https://github.com/Permify/permify/issues", | |
@@ -3211,9 +3211,9 @@ | |||
| 3211 | 3211 | "TenantDeleteResponse": { | |
| 3212 | 3212 | "type": "object", | |
| 3213 | 3213 | "properties": { | |
| 3214 | - "tenant": { | ||
| 3215 | - "$ref": "#/definitions/Tenant", | ||
| 3216 | - "description": "tenant is the tenant information that was deleted." | ||
| 3214 | + "tenant_id": { | ||
| 3215 | + "type": "string", | ||
| 3216 | + "description": "tenant_id is the tenant id that was deleted." | ||
| 3217 | 3217 | } | |
| 3218 | 3218 | }, | |
| 3219 | 3219 | "description": "TenantDeleteResponse is the message returned from the request to delete a tenant." | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,15 +7,15 @@ | |||
| 7 | 7 | ||
| 8 | 8 | Permify is an open source authorization service for creating fine-grained and scalable authorization systems. | |
| 9 | 9 | ||
| 10 | - The version of the OpenAPI document: v1.4.3 | ||
| 10 | + The version of the OpenAPI document: v1.4.4 | ||
| 11 | 11 | Contact: hello@permify.co | |
| 12 | 12 | Generated by OpenAPI Generator (https://openapi-generator.tech) | |
| 13 | 13 | ||
| 14 | 14 | Do not edit the class manually. | |
| 15 | 15 | """ # noqa: E501 | |
| 16 | 16 | ||
| 17 | 17 | ||
| 18 | - __version__ = "v1.4.3" | ||
| 18 | + __version__ = "v1.4.4" | ||
| 19 | 19 | ||
| 20 | 20 | # import apis into sdk package | |
| 21 | 21 | from permify.api.bundle_api import BundleApi | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | 6 | Permify is an open source authorization service for creating fine-grained and scalable authorization systems. | |
| 7 | 7 | ||
| 8 | - The version of the OpenAPI document: v1.4.3 | ||
| 8 | + The version of the OpenAPI document: v1.4.4 | ||
| 9 | 9 | Contact: hello@permify.co | |
| 10 | 10 | Generated by OpenAPI Generator (https://openapi-generator.tech) | |
| 11 | 11 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | 6 | Permify is an open source authorization service for creating fine-grained and scalable authorization systems. | |
| 7 | 7 | ||
| 8 | - The version of the OpenAPI document: v1.4.3 | ||
| 8 | + The version of the OpenAPI document: v1.4.4 | ||
| 9 | 9 | Contact: hello@permify.co | |
| 10 | 10 | Generated by OpenAPI Generator (https://openapi-generator.tech) | |
| 11 | 11 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | 6 | Permify is an open source authorization service for creating fine-grained and scalable authorization systems. | |
| 7 | 7 | ||
| 8 | - The version of the OpenAPI document: v1.4.3 | ||
| 8 | + The version of the OpenAPI document: v1.4.4 | ||
| 9 | 9 | Contact: hello@permify.co | |
| 10 | 10 | Generated by OpenAPI Generator (https://openapi-generator.tech) | |
| 11 | 11 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | 6 | Permify is an open source authorization service for creating fine-grained and scalable authorization systems. | |
| 7 | 7 | ||
| 8 | - The version of the OpenAPI document: v1.4.3 | ||
| 8 | + The version of the OpenAPI document: v1.4.4 | ||
| 9 | 9 | Contact: hello@permify.co | |
| 10 | 10 | Generated by OpenAPI Generator (https://openapi-generator.tech) | |
| 11 | 11 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | 6 | Permify is an open source authorization service for creating fine-grained and scalable authorization systems. | |
| 7 | 7 | ||
| 8 | - The version of the OpenAPI document: v1.4.3 | ||
| 8 | + The version of the OpenAPI document: v1.4.4 | ||
| 9 | 9 | Contact: hello@permify.co | |
| 10 | 10 | Generated by OpenAPI Generator (https://openapi-generator.tech) | |
| 11 | 11 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | 6 | Permify is an open source authorization service for creating fine-grained and scalable authorization systems. | |
| 7 | 7 | ||
| 8 | - The version of the OpenAPI document: v1.4.3 | ||
| 8 | + The version of the OpenAPI document: v1.4.4 | ||
| 9 | 9 | Contact: hello@permify.co | |
| 10 | 10 | Generated by OpenAPI Generator (https://openapi-generator.tech) | |
| 11 | 11 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | 6 | Permify is an open source authorization service for creating fine-grained and scalable authorization systems. | |
| 7 | 7 | ||
| 8 | - The version of the OpenAPI document: v1.4.3 | ||
| 8 | + The version of the OpenAPI document: v1.4.4 | ||
| 9 | 9 | Contact: hello@permify.co | |
| 10 | 10 | Generated by OpenAPI Generator (https://openapi-generator.tech) | |
| 11 | 11 | ||
@@ -87,7 +87,7 @@ def __init__( | |||
| 87 | 87 | self.default_headers[header_name] = header_value | |
| 88 | 88 | self.cookie = cookie | |
| 89 | 89 | # Set default User-Agent. | |
| 90 | - self.user_agent = 'OpenAPI-Generator/v1.4.3/python' | ||
| 90 | + self.user_agent = 'OpenAPI-Generator/v1.4.4/python' | ||
| 91 | 91 | self.client_side_validation = configuration.client_side_validation | |
| 92 | 92 | ||
| 93 | 93 | def __enter__(self): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments