Skip to content

Commit

Permalink
feat: adding file activities endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt committed Mar 15, 2024
1 parent 0f1eea4 commit 11a6013
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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": "bb4e9ff46b"
"x-box-commit-hash": "1e4c90ee46"
},
"servers": [
{
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -25967,7 +25967,7 @@
}
},
"AnnotationTargetRect": {
"title": "Annotation Target Rect",
"title": "Annotation Target",
"type": "object",
"required": [
"height",
Expand Down

0 comments on commit 11a6013

Please sign in to comment.