Skip to content

Commit

Permalink
Automated commit by github action: 13527805501
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-relations-sp committed Feb 25, 2025
1 parent 0dbc484 commit ea55f92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion static/api-specs/idn/beta/paths/accounts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ get:
**manuallyCorrelated**: *eq*
**hasEntitlements**: *eq*
**identity.name**: *eq, in, sw*
Expand All @@ -85,6 +88,12 @@ get:
**recommendation.method**: *eq, in, isnull*
**created**: *eq, ge, gt, le*
**modified**: *eq, ge, gt, le, lt*
- in: query
name: sorters
required: false
Expand All @@ -96,7 +105,7 @@ get:
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **id, name, created, modified, sourceId, identityId, identity.id, nativeIdentity, uuid, manuallyCorrelated, entitlements, origin, identity.name, identity.identityState, identity.correlated, source.displayableName, source.authoritative, source.connectionType**
Sorting is supported for the following fields: **id, name, created, modified, sourceId, identityId, nativeIdentity, uuid, manuallyCorrelated, hasEntitlements, entitlements, origin, identity.name, identity.identityState, identity.correlated, source.displayableName, source.authoritative, source.connectionType, sourceOwner.name**
responses:
'200':
description: List of account objects.
Expand Down
1 change: 1 addition & 0 deletions static/api-specs/idn/beta/schemas/Recommendation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
type: object
nullable: true
properties:
type:
type: string
Expand Down

0 comments on commit ea55f92

Please sign in to comment.