From 80bd920c2994d6dbecfc45a6220368b146777725 Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Thu, 31 Oct 2024 19:55:39 +0000 Subject: [PATCH] Automated commit 'Merge pull request #1878 from sailpoint/devrel-1872 Devrel 1872' by github action: 11618940181 --- idn/beta/schemas/Account.yaml | 1 + idn/v3/schemas/Account.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/idn/beta/schemas/Account.yaml b/idn/beta/schemas/Account.yaml index 5a03c016..3652f312 100644 --- a/idn/beta/schemas/Account.yaml +++ b/idn/beta/schemas/Account.yaml @@ -20,6 +20,7 @@ allOf: description: The unique ID of the source this account belongs to sourceName: type: string + nullable: true example: Employees description: The display name of the source this account belongs to identityId: diff --git a/idn/v3/schemas/Account.yaml b/idn/v3/schemas/Account.yaml index 473013fe..211498bc 100644 --- a/idn/v3/schemas/Account.yaml +++ b/idn/v3/schemas/Account.yaml @@ -20,6 +20,7 @@ allOf: description: The unique ID of the source this account belongs to sourceName: type: string + nullable: true example: Employees description: The display name of the source this account belongs to identityId: