From c113e70605b66610e646225337e12bb2c0317e2f Mon Sep 17 00:00:00 2001 From: "docmerlin (j. Emrys Landivar)" Date: Wed, 15 Aug 2018 18:13:38 -0500 Subject: [PATCH] task swagger name -> readOnly --- http/swagger.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/swagger.yml b/http/swagger.yml index 8c8fd16e9e..56476ce58c 100644 --- a/http/swagger.yml +++ b/http/swagger.yml @@ -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.