diff --git a/openapi.json b/openapi.json index 4f55c9ca..2a7042b7 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "8a28adebc4" + "x-box-commit-hash": "42a4a24c61" }, "servers": [ { @@ -33809,69 +33809,6 @@ ], "title": "Metadata query search request" }, - "MetadataQueryIndex": { - "description": "A metadata query index.", - "type": "object", - "properties": { - "id": { - "description": "The ID of the metadata query index.", - "type": "string", - "example": "-9876" - }, - "type": { - "description": "Value is always `metadata_query_index`.", - "type": "string", - "example": "metadata_query_index", - "nullable": false - }, - "status": { - "description": "The status of the metadata query index.", - "type": "string", - "example": "active", - "enum": [ - "building", - "active", - "disabled" - ], - "nullable": false - }, - "fields": { - "description": "A list of template fields which make up the index.", - "type": "array", - "items": { - "type": "object", - "description": "The field which makes up the index.", - "allOf": [ - { - "properties": { - "key": { - "description": "The metadata template field key.", - "type": "string", - "example": "vendor name" - }, - "sort_direction": { - "description": "The sort direction of the field.", - "type": "string", - "example": "asc", - "enum": [ - "asc", - "desc" - ] - } - } - } - ] - } - } - }, - "required": [ - "type", - "status" - ], - "title": "Metadata query index", - "x-box-resource-id": "metadata_query_index", - "x-box-tag": "search" - }, "MetadataQueryResults": { "description": "A page of files and folders that matched the metadata query.", "type": "object", @@ -34886,39 +34823,6 @@ "x-box-resource-id": "retention_policy_assignment", "x-box-tag": "retention_policy_assignments" }, - "RetentionPolicyAssignment--Base": { - "description": "A base representation of a retention policy assignment.", - "type": "object", - "properties": { - "id": { - "description": "The unique identifier that represents a file version.", - "type": "string", - "example": "12345", - "nullable": false - }, - "type": { - "description": "The value will always be `retention_policy_assignment`.", - "type": "string", - "example": "retention_policy_assignment", - "enum": [ - "retention_policy_assignment" - ], - "nullable": false - } - }, - "required": [ - "id", - "type" - ], - "title": "Retention policy assignment (Base)", - "x-box-resource-id": "retention_policy_assignment--base", - "x-box-tag": "retention_policy_assignments", - "x-box-variant": "base", - "x-box-variants": [ - "base", - "standard" - ] - }, "RetentionPolicyAssignments": { "description": "A list of retention policy assignments.", "type": "object", @@ -36901,236 +36805,6 @@ "x-box-resource-id": "skill_cards_metadata", "x-box-tag": "skills" }, - "SkillInvocation": { - "description": "The payload of a Box skill as sent to a skill's\n`invocation_url`.", - "type": "object", - "properties": { - "type": { - "description": "The value will always be `skill_invocation`.", - "type": "string", - "example": "skill_invocation", - "enum": [ - "skill_invocation" - ] - }, - "id": { - "description": "Unique identifier for the invocation request.", - "type": "string", - "example": "fd1d2e53-35f5-41fb-9c25-4ba326daf2f9_341016304" - }, - "skill": { - "allOf": [ - { - "title": "Skill", - "type": "object", - "description": "An object representing a skill.", - "properties": { - "id": { - "description": "The unique identifier for this skill.", - "type": "string", - "example": "11446498" - }, - "type": { - "description": "The value will always be `skill`.", - "type": "string", - "example": "skill", - "enum": [ - "skill" - ] - }, - "name": { - "description": "The name of the skill.", - "type": "string", - "example": "Hello World Skill" - }, - "api_key": { - "description": "The client ID of the application.", - "type": "string", - "example": "hxel2s12wd2h9r8ne103c4gjbqefofih" - } - } - }, - { - "description": "The skill that triggered this invocation." - } - ] - }, - "token": { - "description": "The read-only and read-write access tokens for this item.", - "type": "object", - "properties": { - "read": { - "description": "The basics of an access token.", - "type": "object", - "properties": { - "access_token": { - "description": "The requested access token.", - "type": "string", - "format": "token", - "example": "c3FIOG9vSGV4VHo4QzAyg5T1JvNnJoZ3ExaVNyQWw6WjRsanRKZG5lQk9qUE1BVQ" - }, - "expires_in": { - "description": "The time in seconds by which this token will expire.", - "type": "integer", - "format": "int64", - "example": 3600 - }, - "token_type": { - "description": "The type of access token returned.", - "type": "string", - "example": "bearer", - "enum": [ - "bearer" - ] - }, - "restricted_to": { - "description": "The permissions that this access token permits,\nproviding a list of resources (files, folders, etc)\nand the scopes permitted for each of those resources.", - "type": "string", - "example": "[{\"scope\":\"gcm\"}, {\"scope\":\"item_upload\",\"object_id\":933941692081,\"object_type\":\"file\"}, {\"scope\":\"manage_skill_invocations\"}]" - } - } - }, - "write": { - "description": "The basics of an access token.", - "type": "object", - "properties": { - "access_token": { - "description": "The requested access token.", - "type": "string", - "format": "token", - "example": "c3FIOG9vSGV4VHo4QzAyg5T1JvNnJoZ3ExaVNyQWw6WjRsanRKZG5lQk9qUE1BVQ" - }, - "expires_in": { - "description": "The time in seconds by which this token will expire.", - "type": "integer", - "format": "int64", - "example": 3600 - }, - "token_type": { - "description": "The type of access token returned.", - "type": "string", - "example": "bearer", - "enum": [ - "bearer" - ] - }, - "restricted_to": { - "description": "The permissions that this access token permits,\nproviding a list of resources (files, folders, etc)\nand the scopes permitted for each of those resources.", - "type": "string", - "example": "[{\"scope\":\"gcm\"}, {\"scope\":\"item_upload\",\"object_id\":933941692081,\"object_type\":\"file\"}, {\"scope\":\"manage_skill_invocations\"}]" - } - } - } - } - }, - "status": { - "description": "The details status of this event.", - "type": "object", - "properties": { - "state": { - "description": "The state of this event.\n\n* `invoked` - Triggered the skill with event details to start\n applying skill on the file.\n* `processing` - Currently processing.\n* `success` - Completed processing with a success.\n* `transient_failure` - Encountered an issue which can be\n retried.\n* `permanent_failure` - Encountered a permanent issue and\n retry would not help.", - "type": "string", - "example": "invoked", - "enum": [ - "invoked", - "processing", - "success", - "transient_failure", - "permanent_failure" - ] - }, - "message": { - "description": "Status information.", - "type": "string", - "example": "Example" - }, - "error_code": { - "description": "Error code information, if error occurred.", - "type": "string", - "example": "400" - }, - "additional_info": { - "description": "Additional status information.", - "type": "string", - "example": "Example" - } - } - }, - "created_at": { - "description": "The time this invocation was created.", - "type": "string", - "format": "date-time", - "example": "2012-12-12T10:53:43-08:00" - }, - "trigger": { - "description": "Action that triggered the invocation.", - "type": "string", - "example": "FILE_CONTENT" - }, - "enterprise": { - "allOf": [ - { - "title": "Enterprise", - "type": "object", - "description": "A representation of a Box enterprise.", - "properties": { - "id": { - "description": "The unique identifier for this enterprise.", - "type": "string", - "example": "11446498" - }, - "type": { - "description": "The value will always be `enterprise`.", - "type": "string", - "example": "enterprise", - "enum": [ - "enterprise" - ] - }, - "name": { - "description": "The name of the enterprise.", - "type": "string", - "example": "Acme Inc." - } - } - }, - { - "description": "The enterprise that this invocation was triggered for." - } - ] - }, - "source": { - "allOf": [ - { - "oneOf": [ - { - "$ref": "#/components/schemas/File" - }, - { - "$ref": "#/components/schemas/Folder" - } - ] - }, - { - "description": "The item that caused the invocation to trigger." - } - ] - }, - "event": { - "allOf": [ - { - "$ref": "#/components/schemas/Event" - }, - { - "description": "The event that triggered this invocation." - } - ] - } - }, - "title": "Skill webhook payload", - "x-box-resource-id": "skill_invocation", - "x-box-tag": "skills" - }, "StatusSkillCard": { "description": "A Box Skill metadata card that puts a status message in the metadata sidebar.", "type": "object", @@ -41033,126 +40707,6 @@ "standard" ] }, - "WebhookInvocation": { - "description": "The event that is sent to a webhook address when an event happens.", - "type": "object", - "properties": { - "id": { - "description": "The unique identifier for this webhook invocation.", - "type": "string", - "example": "11446498" - }, - "type": { - "description": "The value will always be `webhook_event`.", - "type": "string", - "example": "webhook_event", - "enum": [ - "webhook_event" - ] - }, - "webhook": { - "allOf": [ - { - "$ref": "#/components/schemas/Webhook" - }, - { - "description": "The webhook object that triggered this event." - } - ] - }, - "created_by": { - "allOf": [ - { - "$ref": "#/components/schemas/User--Mini" - }, - { - "description": "The user that triggered this event." - } - ] - }, - "created_at": { - "description": "A timestamp identifying the time that\nthe webhook event was triggered.", - "type": "string", - "format": "date-time", - "example": "2012-12-12T10:53:43-08:00" - }, - "trigger": { - "allOf": [ - { - "title": "Webhook Trigger", - "example": "FILE.UPLOADED", - "type": "string", - "description": "The event name that triggered this webhook.", - "enum": [ - "FILE.UPLOADED", - "FILE.PREVIEWED", - "FILE.DOWNLOADED", - "FILE.TRASHED", - "FILE.DELETED", - "FILE.RESTORED", - "FILE.COPIED", - "FILE.MOVED", - "FILE.LOCKED", - "FILE.UNLOCKED", - "FILE.RENAMED", - "COMMENT.CREATED", - "COMMENT.UPDATED", - "COMMENT.DELETED", - "TASK_ASSIGNMENT.CREATED", - "TASK_ASSIGNMENT.UPDATED", - "METADATA_INSTANCE.CREATED", - "METADATA_INSTANCE.UPDATED", - "METADATA_INSTANCE.DELETED", - "FOLDER.CREATED", - "FOLDER.RENAMED", - "FOLDER.DOWNLOADED", - "FOLDER.RESTORED", - "FOLDER.DELETED", - "FOLDER.COPIED", - "FOLDER.MOVED", - "FOLDER.TRASHED", - "WEBHOOK.DELETED", - "COLLABORATION.CREATED", - "COLLABORATION.ACCEPTED", - "COLLABORATION.REJECTED", - "COLLABORATION.REMOVED", - "COLLABORATION.UPDATED", - "SHARED_LINK.DELETED", - "SHARED_LINK.CREATED", - "SHARED_LINK.UPDATED", - "SIGN_REQUEST.COMPLETED", - "SIGN_REQUEST.DECLINED", - "SIGN_REQUEST.EXPIRED", - "SIGN_REQUEST.SIGNER_EMAIL_BOUNCED" - ] - }, - { - "description": "The event name that triggered this webhook." - } - ] - }, - "source": { - "allOf": [ - { - "oneOf": [ - { - "$ref": "#/components/schemas/File" - }, - { - "$ref": "#/components/schemas/Folder" - } - ] - }, - { - "description": "The item that caused the event to trigger." - } - ] - } - }, - "title": "Webhook (V2) payload", - "x-box-resource-id": "webhook_invocation", - "x-box-tag": "webhooks" - }, "Webhooks": { "description": "A list of webhooks.", "type": "object", @@ -41459,54 +41013,6 @@ "x-box-resource-id": "workflow", "x-box-variant": "standard" }, - "Workflow--Full": { - "description": "Box Relay Workflows are objects that represent a named collection of flows.\n\nYou application must be authorized to use the `Manage Box Relay` application\nscope within the developer console in order to use this resource.", - "type": "object", - "allOf": [ - { - "$ref": "#/components/schemas/Workflow" - }, - { - "properties": { - "created_at": { - "description": "The date and time when the workflow was created on Box.", - "type": "string", - "format": "date-time", - "example": "2012-12-12T10:53:43-08:00" - }, - "modified_at": { - "description": "The date and time when the workflow was last updated on Box.", - "type": "string", - "format": "date-time", - "example": "2012-12-12T10:53:43-08:00" - }, - "created_by": { - "allOf": [ - { - "$ref": "#/components/schemas/User--Base" - }, - { - "description": "The user who created this workflow." - } - ] - }, - "modified_by": { - "allOf": [ - { - "$ref": "#/components/schemas/User--Base" - }, - { - "description": "The user who last modified this workflow." - } - ] - } - } - } - ], - "title": "Workflow (Full)", - "x-box-resource-id": "workflow--full", - "x-box-variant": "full" - }, "Workflow--Mini": { "description": "Box Relay Workflows are objects that represent a named collection of flows.\n\nYou application must be authorized to use the `Manage Box Relay` application\nscope within the developer console in order to use this resource.", "type": "object", diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index 45f15005..e158c0b7 100644 --- a/openapi/openapi-v2025.0.json +++ b/openapi/openapi-v2025.0.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2025.0", - "x-box-commit-hash": "8a28adebc4" + "x-box-commit-hash": "42a4a24c61" }, "servers": [ { @@ -3613,17 +3613,6 @@ ], "title": "Hub Accessible By" }, - "HubAction": { - "description": "The action to perform on a Hub item.", - "type": "string", - "example": "add", - "enum": [ - "add", - "remove" - ], - "nullable": false, - "title": "Hub Action" - }, "HubCollaboration": { "description": "A hub collaboration object grants a user or group access \nto a hub with permissions defined by a specific role.", "type": "object", @@ -4659,30 +4648,6 @@ ], "title": "User (Mini)" }, - "UserReference": { - "description": "User reference.", - "type": "object", - "properties": { - "type": { - "description": "The value is always `user`.", - "type": "string", - "example": "user", - "enum": [ - "user" - ] - }, - "id": { - "description": "The unique identifier for the user.", - "type": "string", - "example": "12345" - } - }, - "required": [ - "type", - "id" - ], - "title": "User reference" - }, "WeblinkReference": { "description": "Weblink reference.", "type": "object", diff --git a/openapi/openapi.json b/openapi/openapi.json index 4f55c9ca..2a7042b7 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "8a28adebc4" + "x-box-commit-hash": "42a4a24c61" }, "servers": [ { @@ -33809,69 +33809,6 @@ ], "title": "Metadata query search request" }, - "MetadataQueryIndex": { - "description": "A metadata query index.", - "type": "object", - "properties": { - "id": { - "description": "The ID of the metadata query index.", - "type": "string", - "example": "-9876" - }, - "type": { - "description": "Value is always `metadata_query_index`.", - "type": "string", - "example": "metadata_query_index", - "nullable": false - }, - "status": { - "description": "The status of the metadata query index.", - "type": "string", - "example": "active", - "enum": [ - "building", - "active", - "disabled" - ], - "nullable": false - }, - "fields": { - "description": "A list of template fields which make up the index.", - "type": "array", - "items": { - "type": "object", - "description": "The field which makes up the index.", - "allOf": [ - { - "properties": { - "key": { - "description": "The metadata template field key.", - "type": "string", - "example": "vendor name" - }, - "sort_direction": { - "description": "The sort direction of the field.", - "type": "string", - "example": "asc", - "enum": [ - "asc", - "desc" - ] - } - } - } - ] - } - } - }, - "required": [ - "type", - "status" - ], - "title": "Metadata query index", - "x-box-resource-id": "metadata_query_index", - "x-box-tag": "search" - }, "MetadataQueryResults": { "description": "A page of files and folders that matched the metadata query.", "type": "object", @@ -34886,39 +34823,6 @@ "x-box-resource-id": "retention_policy_assignment", "x-box-tag": "retention_policy_assignments" }, - "RetentionPolicyAssignment--Base": { - "description": "A base representation of a retention policy assignment.", - "type": "object", - "properties": { - "id": { - "description": "The unique identifier that represents a file version.", - "type": "string", - "example": "12345", - "nullable": false - }, - "type": { - "description": "The value will always be `retention_policy_assignment`.", - "type": "string", - "example": "retention_policy_assignment", - "enum": [ - "retention_policy_assignment" - ], - "nullable": false - } - }, - "required": [ - "id", - "type" - ], - "title": "Retention policy assignment (Base)", - "x-box-resource-id": "retention_policy_assignment--base", - "x-box-tag": "retention_policy_assignments", - "x-box-variant": "base", - "x-box-variants": [ - "base", - "standard" - ] - }, "RetentionPolicyAssignments": { "description": "A list of retention policy assignments.", "type": "object", @@ -36901,236 +36805,6 @@ "x-box-resource-id": "skill_cards_metadata", "x-box-tag": "skills" }, - "SkillInvocation": { - "description": "The payload of a Box skill as sent to a skill's\n`invocation_url`.", - "type": "object", - "properties": { - "type": { - "description": "The value will always be `skill_invocation`.", - "type": "string", - "example": "skill_invocation", - "enum": [ - "skill_invocation" - ] - }, - "id": { - "description": "Unique identifier for the invocation request.", - "type": "string", - "example": "fd1d2e53-35f5-41fb-9c25-4ba326daf2f9_341016304" - }, - "skill": { - "allOf": [ - { - "title": "Skill", - "type": "object", - "description": "An object representing a skill.", - "properties": { - "id": { - "description": "The unique identifier for this skill.", - "type": "string", - "example": "11446498" - }, - "type": { - "description": "The value will always be `skill`.", - "type": "string", - "example": "skill", - "enum": [ - "skill" - ] - }, - "name": { - "description": "The name of the skill.", - "type": "string", - "example": "Hello World Skill" - }, - "api_key": { - "description": "The client ID of the application.", - "type": "string", - "example": "hxel2s12wd2h9r8ne103c4gjbqefofih" - } - } - }, - { - "description": "The skill that triggered this invocation." - } - ] - }, - "token": { - "description": "The read-only and read-write access tokens for this item.", - "type": "object", - "properties": { - "read": { - "description": "The basics of an access token.", - "type": "object", - "properties": { - "access_token": { - "description": "The requested access token.", - "type": "string", - "format": "token", - "example": "c3FIOG9vSGV4VHo4QzAyg5T1JvNnJoZ3ExaVNyQWw6WjRsanRKZG5lQk9qUE1BVQ" - }, - "expires_in": { - "description": "The time in seconds by which this token will expire.", - "type": "integer", - "format": "int64", - "example": 3600 - }, - "token_type": { - "description": "The type of access token returned.", - "type": "string", - "example": "bearer", - "enum": [ - "bearer" - ] - }, - "restricted_to": { - "description": "The permissions that this access token permits,\nproviding a list of resources (files, folders, etc)\nand the scopes permitted for each of those resources.", - "type": "string", - "example": "[{\"scope\":\"gcm\"}, {\"scope\":\"item_upload\",\"object_id\":933941692081,\"object_type\":\"file\"}, {\"scope\":\"manage_skill_invocations\"}]" - } - } - }, - "write": { - "description": "The basics of an access token.", - "type": "object", - "properties": { - "access_token": { - "description": "The requested access token.", - "type": "string", - "format": "token", - "example": "c3FIOG9vSGV4VHo4QzAyg5T1JvNnJoZ3ExaVNyQWw6WjRsanRKZG5lQk9qUE1BVQ" - }, - "expires_in": { - "description": "The time in seconds by which this token will expire.", - "type": "integer", - "format": "int64", - "example": 3600 - }, - "token_type": { - "description": "The type of access token returned.", - "type": "string", - "example": "bearer", - "enum": [ - "bearer" - ] - }, - "restricted_to": { - "description": "The permissions that this access token permits,\nproviding a list of resources (files, folders, etc)\nand the scopes permitted for each of those resources.", - "type": "string", - "example": "[{\"scope\":\"gcm\"}, {\"scope\":\"item_upload\",\"object_id\":933941692081,\"object_type\":\"file\"}, {\"scope\":\"manage_skill_invocations\"}]" - } - } - } - } - }, - "status": { - "description": "The details status of this event.", - "type": "object", - "properties": { - "state": { - "description": "The state of this event.\n\n* `invoked` - Triggered the skill with event details to start\n applying skill on the file.\n* `processing` - Currently processing.\n* `success` - Completed processing with a success.\n* `transient_failure` - Encountered an issue which can be\n retried.\n* `permanent_failure` - Encountered a permanent issue and\n retry would not help.", - "type": "string", - "example": "invoked", - "enum": [ - "invoked", - "processing", - "success", - "transient_failure", - "permanent_failure" - ] - }, - "message": { - "description": "Status information.", - "type": "string", - "example": "Example" - }, - "error_code": { - "description": "Error code information, if error occurred.", - "type": "string", - "example": "400" - }, - "additional_info": { - "description": "Additional status information.", - "type": "string", - "example": "Example" - } - } - }, - "created_at": { - "description": "The time this invocation was created.", - "type": "string", - "format": "date-time", - "example": "2012-12-12T10:53:43-08:00" - }, - "trigger": { - "description": "Action that triggered the invocation.", - "type": "string", - "example": "FILE_CONTENT" - }, - "enterprise": { - "allOf": [ - { - "title": "Enterprise", - "type": "object", - "description": "A representation of a Box enterprise.", - "properties": { - "id": { - "description": "The unique identifier for this enterprise.", - "type": "string", - "example": "11446498" - }, - "type": { - "description": "The value will always be `enterprise`.", - "type": "string", - "example": "enterprise", - "enum": [ - "enterprise" - ] - }, - "name": { - "description": "The name of the enterprise.", - "type": "string", - "example": "Acme Inc." - } - } - }, - { - "description": "The enterprise that this invocation was triggered for." - } - ] - }, - "source": { - "allOf": [ - { - "oneOf": [ - { - "$ref": "#/components/schemas/File" - }, - { - "$ref": "#/components/schemas/Folder" - } - ] - }, - { - "description": "The item that caused the invocation to trigger." - } - ] - }, - "event": { - "allOf": [ - { - "$ref": "#/components/schemas/Event" - }, - { - "description": "The event that triggered this invocation." - } - ] - } - }, - "title": "Skill webhook payload", - "x-box-resource-id": "skill_invocation", - "x-box-tag": "skills" - }, "StatusSkillCard": { "description": "A Box Skill metadata card that puts a status message in the metadata sidebar.", "type": "object", @@ -41033,126 +40707,6 @@ "standard" ] }, - "WebhookInvocation": { - "description": "The event that is sent to a webhook address when an event happens.", - "type": "object", - "properties": { - "id": { - "description": "The unique identifier for this webhook invocation.", - "type": "string", - "example": "11446498" - }, - "type": { - "description": "The value will always be `webhook_event`.", - "type": "string", - "example": "webhook_event", - "enum": [ - "webhook_event" - ] - }, - "webhook": { - "allOf": [ - { - "$ref": "#/components/schemas/Webhook" - }, - { - "description": "The webhook object that triggered this event." - } - ] - }, - "created_by": { - "allOf": [ - { - "$ref": "#/components/schemas/User--Mini" - }, - { - "description": "The user that triggered this event." - } - ] - }, - "created_at": { - "description": "A timestamp identifying the time that\nthe webhook event was triggered.", - "type": "string", - "format": "date-time", - "example": "2012-12-12T10:53:43-08:00" - }, - "trigger": { - "allOf": [ - { - "title": "Webhook Trigger", - "example": "FILE.UPLOADED", - "type": "string", - "description": "The event name that triggered this webhook.", - "enum": [ - "FILE.UPLOADED", - "FILE.PREVIEWED", - "FILE.DOWNLOADED", - "FILE.TRASHED", - "FILE.DELETED", - "FILE.RESTORED", - "FILE.COPIED", - "FILE.MOVED", - "FILE.LOCKED", - "FILE.UNLOCKED", - "FILE.RENAMED", - "COMMENT.CREATED", - "COMMENT.UPDATED", - "COMMENT.DELETED", - "TASK_ASSIGNMENT.CREATED", - "TASK_ASSIGNMENT.UPDATED", - "METADATA_INSTANCE.CREATED", - "METADATA_INSTANCE.UPDATED", - "METADATA_INSTANCE.DELETED", - "FOLDER.CREATED", - "FOLDER.RENAMED", - "FOLDER.DOWNLOADED", - "FOLDER.RESTORED", - "FOLDER.DELETED", - "FOLDER.COPIED", - "FOLDER.MOVED", - "FOLDER.TRASHED", - "WEBHOOK.DELETED", - "COLLABORATION.CREATED", - "COLLABORATION.ACCEPTED", - "COLLABORATION.REJECTED", - "COLLABORATION.REMOVED", - "COLLABORATION.UPDATED", - "SHARED_LINK.DELETED", - "SHARED_LINK.CREATED", - "SHARED_LINK.UPDATED", - "SIGN_REQUEST.COMPLETED", - "SIGN_REQUEST.DECLINED", - "SIGN_REQUEST.EXPIRED", - "SIGN_REQUEST.SIGNER_EMAIL_BOUNCED" - ] - }, - { - "description": "The event name that triggered this webhook." - } - ] - }, - "source": { - "allOf": [ - { - "oneOf": [ - { - "$ref": "#/components/schemas/File" - }, - { - "$ref": "#/components/schemas/Folder" - } - ] - }, - { - "description": "The item that caused the event to trigger." - } - ] - } - }, - "title": "Webhook (V2) payload", - "x-box-resource-id": "webhook_invocation", - "x-box-tag": "webhooks" - }, "Webhooks": { "description": "A list of webhooks.", "type": "object", @@ -41459,54 +41013,6 @@ "x-box-resource-id": "workflow", "x-box-variant": "standard" }, - "Workflow--Full": { - "description": "Box Relay Workflows are objects that represent a named collection of flows.\n\nYou application must be authorized to use the `Manage Box Relay` application\nscope within the developer console in order to use this resource.", - "type": "object", - "allOf": [ - { - "$ref": "#/components/schemas/Workflow" - }, - { - "properties": { - "created_at": { - "description": "The date and time when the workflow was created on Box.", - "type": "string", - "format": "date-time", - "example": "2012-12-12T10:53:43-08:00" - }, - "modified_at": { - "description": "The date and time when the workflow was last updated on Box.", - "type": "string", - "format": "date-time", - "example": "2012-12-12T10:53:43-08:00" - }, - "created_by": { - "allOf": [ - { - "$ref": "#/components/schemas/User--Base" - }, - { - "description": "The user who created this workflow." - } - ] - }, - "modified_by": { - "allOf": [ - { - "$ref": "#/components/schemas/User--Base" - }, - { - "description": "The user who last modified this workflow." - } - ] - } - } - } - ], - "title": "Workflow (Full)", - "x-box-resource-id": "workflow--full", - "x-box-variant": "full" - }, "Workflow--Mini": { "description": "Box Relay Workflows are objects that represent a named collection of flows.\n\nYou application must be authorized to use the `Manage Box Relay` application\nscope within the developer console in order to use this resource.", "type": "object",