Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 36 additions & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "http://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2.0.0",
"x-box-commit-hash": "324e40ffd7"
"x-box-commit-hash": "185890637d"
},
"servers": [
{
Expand Down Expand Up @@ -484,6 +484,11 @@
"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 @@ -625,6 +630,11 @@
"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 @@ -1318,6 +1328,11 @@
"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 @@ -5145,6 +5160,11 @@
"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 @@ -5302,6 +5322,11 @@
"description": "The ID of the new parent folder",
"type": "string",
"example": "0"
},
"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 @@ -13112,6 +13137,11 @@
"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 @@ -13219,6 +13249,11 @@
"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