From 11a60130a3f136174f82051f017868c3d74e0b1e Mon Sep 17 00:00:00 2001 From: box-apimgmt Date: Fri, 15 Mar 2024 12:56:57 -0700 Subject: [PATCH] feat: adding file activities endpoint --- openapi.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openapi.json b/openapi.json index 02bd8b72..531e162c 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": "bb4e9ff46b" + "x-box-commit-hash": "1e4c90ee46" }, "servers": [ { @@ -25811,10 +25811,10 @@ "description": "Color in hex format" }, "AnnotationTargetCoord": { - "title": "Annotation Target Coord", + "title": "Annotation Target", "type": "number", "example": 50, - "description": "Annotation target coord." + "description": "Annotation target `coord` value." }, "AnnotationTargetDrawing": { "title": "Annotation Target Drawing", @@ -25967,7 +25967,7 @@ } }, "AnnotationTargetRect": { - "title": "Annotation Target Rect", + "title": "Annotation Target", "type": "object", "required": [ "height",