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

@@ -28,7 +28,7 @@ from sailpoint.v2024.models.campaign_alert import CampaignAlert
campaign_alert = CampaignAlert(
level='ERROR',
localizations=[
sailpoint.v2024.models.error_message_dto.ErrorMessageDto(
sailpoint.v2024.models.error_message_dto.Error Message Dto(
locale = 'en-US',
locale_origin = 'DEFAULT',
text = 'The request was syntactically correct but its content is semantically invalid.', )