Update python SDK docs: 16529922792

This commit is contained in:
developer-relations-sp
2025-07-25 19:23:51 +00:00
parent 456f1a8b11
commit aefdabfd26
538 changed files with 1386 additions and 1234 deletions

View File

@@ -27,7 +27,7 @@ from sailpoint.v2025.models.json_patch import JsonPatch
json_patch = JsonPatch(
operations=[
sailpoint.v2025.models.json_patch_operation.JsonPatchOperation(
sailpoint.v2025.models.json_patch_operation.Json Patch Operation(
op = 'replace',
path = '/description',
value = New description, )