mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
Automated commit by github action: 4951787144
This commit is contained in:
@@ -56,13 +56,11 @@ get:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
oneOf:
|
type: array
|
||||||
- type: array
|
items:
|
||||||
items:
|
oneOf:
|
||||||
$ref: '../schemas/SlimAccount.yaml'
|
- $ref: '../schemas/SlimAccount.yaml'
|
||||||
- type: array
|
- $ref: '../schemas/FullAccount.yaml'
|
||||||
items:
|
|
||||||
$ref: '../schemas/FullAccount.yaml'
|
|
||||||
examples:
|
examples:
|
||||||
SlimAccounts:
|
SlimAccounts:
|
||||||
description: List of slim accounts that would result with *detailLevel = SLIM*
|
description: List of slim accounts that would result with *detailLevel = SLIM*
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# The Full version of the Account DTO which contains data stored on the DB objects
|
# The Full version of the Account DTO which contains data stored on the DB objects
|
||||||
# other than just the Account object
|
# other than just the Account object
|
||||||
#type: object
|
type: object
|
||||||
title: Full Account
|
title: Full Account
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: './SlimAccount.yaml'
|
- $ref: './SlimAccount.yaml'
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# The Slim version of the Account DTO containing only data from the Account object
|
# The Slim version of the Account DTO containing only data from the Account object
|
||||||
#type: object
|
type: object
|
||||||
title: Slim Account
|
title: Slim Account
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: './BaseCommonDto.yaml'
|
- $ref: './BaseCommonDto.yaml'
|
||||||
|
|||||||
Reference in New Issue
Block a user