Files
api-specs/idn/beta/schemas/SourceUsageStatus.yaml
GitHub Action Bot dc58214a8e Automated commit 'SMA-2086 added api specs for source usages and account usages endpoints to internal beta api specs (#1251)
* SMA-2086 added api specs for source usages and account usages endpoints to internal beta api specs

* SMA-2086 fixed linting errors

* SMA-2086 fixed linting errors' by github action: 4790519543
2023-04-24 19:58:18 +00:00

14 lines
487 B
YAML

type: object
properties:
status:
type: string
description: >-
Source Usage Status. Acceptable values are:
- COMPLETE
- This status means that an activity data source has been setup and usage insights are available for the source.
- INCOMPLETE
- This status means that an activity data source has not been setup and usage insights are not available for the source.
example: COMPLETE
enum:
- COMPLETE
- INCOMPLETE