mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
IDNDENALI-7705: Create taskman GET /v3/task-status and it should accept filtering' by github action: 6089577646
15 lines
311 B
YAML
15 lines
311 B
YAML
description: Task return details
|
|
required:
|
|
- name
|
|
- attributeName
|
|
type: object
|
|
properties:
|
|
name:
|
|
description: Display name of the TaskReturnDetails
|
|
type: string
|
|
example: label
|
|
attributeName:
|
|
description: Attribute the TaskReturnDetails is for
|
|
type: string
|
|
example: identityCount
|