Skip to content

Commit 5c52add

Browse files
authored
remove redundant user_id (#487)
1 parent 9580908 commit 5c52add

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

openapi.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -484,11 +484,6 @@
484484
"description": "The ID of parent item",
485485
"type": "string",
486486
"example": "123"
487-
},
488-
"user_id": {
489-
"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.",
490-
"type": "string",
491-
"example": "12346930"
492487
}
493488
}
494489
},
@@ -1328,11 +1323,6 @@
13281323
"description": "The ID of parent item",
13291324
"type": "string",
13301325
"example": "123"
1331-
},
1332-
"user_id": {
1333-
"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.",
1334-
"type": "string",
1335-
"example": "12346930"
13361326
}
13371327
}
13381328
},
@@ -5160,11 +5150,6 @@
51605150
"description": "The ID of parent item",
51615151
"type": "string",
51625152
"example": "123"
5163-
},
5164-
"user_id": {
5165-
"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.",
5166-
"type": "string",
5167-
"example": "12346930"
51685153
}
51695154
}
51705155
},
@@ -13137,11 +13122,6 @@
1313713122
"description": "The ID of parent item",
1313813123
"type": "string",
1313913124
"example": "123"
13140-
},
13141-
"user_id": {
13142-
"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.",
13143-
"type": "string",
13144-
"example": "12346930"
1314513125
}
1314613126
}
1314713127
},

0 commit comments

Comments
 (0)