task swagger name -> readOnly
parent
4dd4377ee6
commit
c113e70605
|
@ -1282,7 +1282,8 @@ components:
|
||||||
description: The ID of the organization that owns this Task.
|
description: The ID of the organization that owns this Task.
|
||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
description: A modifiable description of the task.
|
readOnly: true
|
||||||
|
description: A read-only description of the task.
|
||||||
type: string
|
type: string
|
||||||
status:
|
status:
|
||||||
description: The current status of the task. When updated to 'disabled', cancels all queued jobs of this task.
|
description: The current status of the task. When updated to 'disabled', cancels all queued jobs of this task.
|
||||||
|
|
Loading…
Reference in New Issue