diff --git a/content/paths/collaborations__post_collaborations.yml b/content/paths/collaborations__post_collaborations.yml index e1991dd5..40d83309 100644 --- a/content/paths/collaborations__post_collaborations.yml +++ b/content/paths/collaborations__post_collaborations.yml @@ -42,9 +42,6 @@ requestBody: type: object description: |- The item to attach the comment to. - required: - - id - - type properties: type: type: string diff --git a/content/paths/comments__post_comments.yml b/content/paths/comments__post_comments.yml index 2915ceb6..dd349f40 100644 --- a/content/paths/comments__post_comments.yml +++ b/content/paths/comments__post_comments.yml @@ -22,6 +22,7 @@ requestBody: type: object required: - message + - item properties: message: type: string diff --git a/content/paths/tasks__post_tasks.yml b/content/paths/tasks__post_tasks.yml index 0d0e8c6b..9b291261 100644 --- a/content/paths/tasks__post_tasks.yml +++ b/content/paths/tasks__post_tasks.yml @@ -25,9 +25,6 @@ requestBody: type: object description: |- The file to attach the task to. - required: - - id - - type properties: id: type: string