mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-08 20:37:48 +00:00
* 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
14 lines
487 B
YAML
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 |