Merge pull request #645 from influxdata/name-in-task-swagger

task swagger name -> readOnly
pull/10616/head
Jorge Landivar 2018-08-16 09:21:23 -05:00 committed by GitHub
commit 0005577c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1282,7 +1282,8 @@ components:
description: The ID of the organization that owns this Task.
type: string
name:
description: A modifiable description of the task.
readOnly: true
description: A read-only description of the task.
type: string
status:
description: The current status of the task. When updated to 'disabled', cancels all queued jobs of this task.