mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 20:37:49 +00:00
10 lines
313 B
YAML
10 lines
313 B
YAML
type: object
|
|
description: The response body of a Reassignment Configuration for a single identity
|
|
properties:
|
|
identity:
|
|
$ref: 'Identity.yaml'
|
|
configDetails:
|
|
type: array
|
|
description: Details of how work should be reassigned for an Identity
|
|
items:
|
|
$ref: 'ConfigurationDetailsResponse.yaml' |