mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 04:19:16 +00:00
* IDNARSENAL-19567: added beta/identity-attributes endpoint
* IDNARSENAL-19567: fix linter errors
* IDNARSENAL-19567: fix typo
* IDNARSENAL-19567: fix sorting
* IDNARSENAL-19747: added docs for /beta/identity-attributes/{name}
* IDNARSENAL-19747: fix linter
* IDNARSENAL-19747: fix attribute location query -> path
* IDNARSENAL-19747: fix endpoint path' by github action: 6275276687
11 lines
241 B
YAML
11 lines
241 B
YAML
type: object
|
|
properties:
|
|
type:
|
|
type: string
|
|
description: The type of the source
|
|
example: 'rule'
|
|
properties:
|
|
type: object
|
|
description: The source properties
|
|
example: { "attribute": null,"sourceName": "Employees" }
|