mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Update to python SDK docs: 14618578457
This commit is contained in:
@@ -72,7 +72,7 @@ from sailpoint.v2025.api_client import ApiClient
|
||||
from sailpoint.configuration import Configuration
|
||||
configuration = Configuration()
|
||||
|
||||
configuration.experimental = true
|
||||
configuration.experimental = True
|
||||
|
||||
with ApiClient(configuration) as api_client:
|
||||
object_type = 'application' # str | Object type. Available options ['application'] # str | Object type. Available options ['application']
|
||||
@@ -146,7 +146,7 @@ from sailpoint.v2025.models.set_icon200_response import SetIcon200Response
|
||||
from sailpoint.configuration import Configuration
|
||||
configuration = Configuration()
|
||||
|
||||
configuration.experimental = true
|
||||
configuration.experimental = True
|
||||
|
||||
with ApiClient(configuration) as api_client:
|
||||
object_type = 'application' # str | Object type. Available options ['application'] # str | Object type. Available options ['application']
|
||||
|
||||
Reference in New Issue
Block a user