Skip to content

Commit

Permalink
fix: Update invites required fields (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt authored Nov 17, 2023
1 parent e8f8f57 commit 4a05323
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 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": "e1aabe6a73"
"x-box-commit-hash": "80879af1ee"
},
"servers": [
{
Expand Down Expand Up @@ -29655,6 +29655,10 @@
"x-box-resource-id": "invite",
"x-box-tag": "invites",
"description": "An invite for a user to an enterprise.",
"required": [
"id",
"type"
],
"properties": {
"id": {
"type": "string",
Expand Down

0 comments on commit 4a05323

Please sign in to comment.