Skip to content

Commit

Permalink
feat: add documentation to folder resource
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt committed May 9, 2024
1 parent 897e9b1 commit 7830a2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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": "b36acbfb66"
"x-box-commit-hash": "083d00339e"
},
"servers": [
{
Expand Down Expand Up @@ -10328,7 +10328,7 @@
},
{
"name": "mdfilters",
"description": "Limits the search results to any items for which the metadata matches the provided filter.\nThis parameter is a list that specifies exactly **one** metadata template used to filter the search results. \nIt is required unless the `query` parameter is provided.",
"description": "Limits the search results to any items for which the metadata matches the provided filter.\nThis parameter is a list that specifies exactly **one** metadata template used to filter the search results. \nIt isrequired unless the `query` parameter is provided.",
"in": "query",
"example": [
{
Expand Down Expand Up @@ -28569,6 +28569,7 @@
},
"folder_upload_email": {
"type": "object",
"description": "The `folder_upload_email` parameter is not `null` if one of the following options is **true**:\n\n * The **Allow uploads to this folder via email** and the **Only allow email uploads from collaborators in this folder** are [enabled for a folder in the Admin Console](https://support.box.com/hc/en-us/articles/360043697534-Upload-to-Box-Through-Email), and the user has at least **Upload** permissions granted.\n\n * The **Allow uploads to this folder via email** setting is enabled for a folder in the Admin Console, and the **Only allow email uploads from collaborators in this folder** setting is deactivated (unchecked).\n\nIf the conditions are not met, the parameter will have the following value: `folder_upload_email: null`",
"nullable": true,
"properties": {
"access": {
Expand Down

0 comments on commit 7830a2c

Please sign in to comment.