Skip to content

Commit

Permalink
fix: fix 'task.patch' request on field type
Browse files Browse the repository at this point in the history
  • Loading branch information
orionmiz authored and beomjungil committed Jun 15, 2024
1 parent d53b8b7 commit c085ad2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,7 @@ components:
required:
- type
- fieldTemplateId
- fields
- field
properties:
type:
type: string
Expand All @@ -1575,7 +1575,7 @@ components:
fieldTemplateId:
type: string
format: uuid
fields:
field:
type: object
properties:
text:
Expand Down
2 changes: 1 addition & 1 deletion src/generated/models/PatchTasksFieldsEffect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
export type PatchTasksFieldsEffect = {
type: 'fields';
fieldTemplateId: string;
fields: {
field: {
/**
* The value of the field when the template type is text.
*/
Expand Down

0 comments on commit c085ad2

Please sign in to comment.