mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
merge changes from main and pull the latest from python docs
This commit is contained in:
@@ -1211,12 +1211,12 @@ Param Type | Name | Data Type | Required | Description
|
||||
| x_sail_point_experimental | **str** | True (default to 'true') | Use this header to enable this experimental API.
|
||||
|
||||
### Return type
|
||||
[**ListFormInstancesByTenantResponse**](../models/list-form-instances-by-tenant-response)
|
||||
[**List[ListFormInstancesByTenantResponse]**](../models/list-form-instances-by-tenant-response)
|
||||
|
||||
### Responses
|
||||
Code | Description | Data Type | Response headers |
|
||||
------------- | ------------- | ------------- |------------------|
|
||||
200 | Returns a list of form instances by tenant | ListFormInstancesByTenantResponse | - |
|
||||
200 | Returns a list of form instances by tenant | List[ListFormInstancesByTenantResponse] | - |
|
||||
400 | An error with the request occurred | SearchFormDefinitionsByTenant400Response | - |
|
||||
401 | An error with the authorization occurred | SearchFormDefinitionsByTenant400Response | - |
|
||||
403 | An error with the user permissions occurred | SearchFormDefinitionsByTenant400Response | - |
|
||||
|
||||
Reference in New Issue
Block a user