mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
13 lines
286 B
YAML
13 lines
286 B
YAML
type: object
|
|
nullable: true
|
|
properties:
|
|
taskResultId:
|
|
type: string
|
|
format: uuid
|
|
description: The id of the task result.
|
|
example: 2b838de9-db9b-abcf-e646-d4f274ad4238
|
|
reportName:
|
|
type: string
|
|
example: My annual report
|
|
description: The name of the report.
|