mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
NEROCKET-480 added documentation for synced attributes post.' by github action: 7699793466
21 lines
523 B
YAML
21 lines
523 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
format: uuid
|
|
readOnly: true
|
|
example: 1246d8b3-ac29-4015-8154-dea4434a73fa
|
|
description: synced attribute's ID
|
|
profile_type_id:
|
|
type: string
|
|
format: uuid
|
|
readOnly: true
|
|
example: 1246d8b3-ac29-4015-8154-dea4434a73fa
|
|
description: Profile type ID of synced attribute
|
|
ne_attribute_id:
|
|
type: string
|
|
format: uuid
|
|
readOnly: true
|
|
example: 1246d8b3-ac29-4015-8154-dea4434a73fa
|
|
description: Ne attribute ID of synced attribute
|