Files
api-specs/idn/v3/schemas/identity-attributes/Source.yaml
GitHub Action Bot 408d9d90cd Automated commit 'IDNARSENAL-19567: added beta/identity-attributes endpoint (#1415)
* 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
2023-09-22 14:04:10 +00:00

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" }