From 01e47a01dd863e7926248912d5e639b7b53f8dd0 Mon Sep 17 00:00:00 2001 From: box-apimgmt Date: Fri, 17 Nov 2023 01:45:12 -0800 Subject: [PATCH] fix: Update invites required fields --- openapi.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openapi.json b/openapi.json index bcd43fdf..2cffc788 100644 --- a/openapi.json +++ b/openapi.json @@ -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": [ { @@ -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",