Skip to content

Commit

Permalink
Add missing externalId to BulkUpsertRequestBody (#1531)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta authored Jul 30, 2024
1 parent ef7fde2 commit 462fa61
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/swagger/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35056,7 +35056,14 @@ components:
profiles:
type: array
items:
$ref: '#/components/schemas/IdentitySourceUserProfileForUpsert'
type: object
properties:
externalId:
type: string
description: The external ID of the entity that needs to be created or updated in Okta
maxLength: 512
profile:
$ref: '#/components/schemas/IdentitySourceUserProfileForUpsert'
BundleEntitlement:
type: object
properties:
Expand Down

0 comments on commit 462fa61

Please sign in to comment.