From c085ad2dbfa0bc0f3b74d6b7ae3371126e078fbc Mon Sep 17 00:00:00 2001 From: "JH.Lee" Date: Fri, 26 Apr 2024 18:49:21 +0900 Subject: [PATCH] fix: fix 'task.patch' request on field type --- openapi.yaml | 4 ++-- src/generated/models/PatchTasksFieldsEffect.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 2d21a63..c21ced2 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1566,7 +1566,7 @@ components: required: - type - fieldTemplateId - - fields + - field properties: type: type: string @@ -1575,7 +1575,7 @@ components: fieldTemplateId: type: string format: uuid - fields: + field: type: object properties: text: diff --git a/src/generated/models/PatchTasksFieldsEffect.ts b/src/generated/models/PatchTasksFieldsEffect.ts index 205fa92..c2a267d 100644 --- a/src/generated/models/PatchTasksFieldsEffect.ts +++ b/src/generated/models/PatchTasksFieldsEffect.ts @@ -8,7 +8,7 @@ export type PatchTasksFieldsEffect = { type: 'fields'; fieldTemplateId: string; - fields: { + field: { /** * The value of the field when the template type is text. */