Skip to content

Commit

Permalink
remove redundant user_id (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc authored Dec 6, 2024
1 parent 9580908 commit 5c52add
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,11 +484,6 @@
"description": "The ID of parent item",
"type": "string",
"example": "123"
},
"user_id": {
"description": "The input for `{user_id}` is optional. Moving to non-root folder is not allowed when `{user_id}` is present. Parent folder id should be zero when `{user_id}` is provided.",
"type": "string",
"example": "12346930"
}
}
},
Expand Down Expand Up @@ -1328,11 +1323,6 @@
"description": "The ID of parent item",
"type": "string",
"example": "123"
},
"user_id": {
"description": "The input for `{user_id}` is optional. Moving to non-root folder is not allowed when `{user_id}` is present. Parent folder id should be zero when `{user_id}` is provided.",
"type": "string",
"example": "12346930"
}
}
},
Expand Down Expand Up @@ -5160,11 +5150,6 @@
"description": "The ID of parent item",
"type": "string",
"example": "123"
},
"user_id": {
"description": "The input for `{user_id}` is optional. Moving to non-root folder is not allowed when `{user_id}` is present. Parent folder id should be zero when `{user_id}` is provided.",
"type": "string",
"example": "12346930"
}
}
},
Expand Down Expand Up @@ -13137,11 +13122,6 @@
"description": "The ID of parent item",
"type": "string",
"example": "123"
},
"user_id": {
"description": "The input for `{user_id}` is optional. Moving to non-root folder is not allowed when `{user_id}` is present. Parent folder id should be zero when `{user_id}` is provided.",
"type": "string",
"example": "12346930"
}
}
},
Expand Down

0 comments on commit 5c52add

Please sign in to comment.