Skip to content

Commit

Permalink
fix: DDOC-868: mark fields as required (#339)
Browse files Browse the repository at this point in the history
* fix: DDOC-868: mark fields as required

* Remove unnecessary lines
  • Loading branch information
bszwarc committed Aug 4, 2023
1 parent 832097a commit 4f451c5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions content/paths/collaborations__post_collaborations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ requestBody:
type: object
description: |-
The item to attach the comment to.
required:
- id
- type
properties:
type:
type: string
Expand Down
1 change: 1 addition & 0 deletions content/paths/comments__post_comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ requestBody:
type: object
required:
- message
- item
properties:
message:
type: string
Expand Down
3 changes: 0 additions & 3 deletions content/paths/tasks__post_tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ requestBody:
type: object
description: |-
The file to attach the task to.
required:
- id
- type
properties:
id:
type: string
Expand Down

0 comments on commit 4f451c5

Please sign in to comment.