Skip to content

Commit

Permalink
chore: move security up
Browse files Browse the repository at this point in the history
  • Loading branch information
antusus committed Oct 11, 2024
1 parent 6528eea commit d4da5cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -39550,6 +39550,11 @@
}
}
},
"security": [
{
"OAuth2Security": []
}
],
"tags": [
{
"name": "AI",
Expand Down Expand Up @@ -39905,10 +39910,5 @@
"externalDocs": {
"description": "Box Developer Documentation",
"url": "https://developer.box.com"
},
"security": [
{
"OAuth2Security": []
}
]
}
}

0 comments on commit d4da5cc

Please sign in to comment.