box-openapi icon indicating copy to clipboard operation
box-openapi copied to clipboard

OpenAPI 3.0 Specification for the Box APIs

Results 30 box-openapi issues
Sort by recently updated
recently updated
newest added

# Description Created documentation for session termination API. Fixes #DDOC-566

Bumps [terser](https://github.com/terser/terser) from 5.5.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

## Description of the issue Currently the documentation for [File (base)](https://developer.box.com/reference/resources/file--base/) says `id` has type `string`, but the example json shows numeric: ```json { "id": 12345, "type": "file", "etag": 1,...

bug

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

## Description of the issue The definition for `post_files_id_copy` seems to lack the header parameter `if-match`. This is supposedly required to copy a file to a destination where the target...

bug

## Description of the issue File sizes are defined as int32 in multiple places. This is not enough for larger file sizes. ## Current content ``` "/files/content": { "options": {...

bug

## Description of the issue It seems to be returning a collaborations resource in the response but the order property is missing from the collaborations resource. ## Current content `...

bug

## Description of the issue This API response only contains a total_count and entries properties in the response. ## Current content ` array(2) { 'total_count' => int(0) 'entries' => array(0)...

bug

## Description of the issue See #149 for some context. List file collaborations - 200 response is supposed to be a collaborations resource. But it seems this is incorrect. It...

bug

## Offset and Marker query params I found out that 4 endpoints does not have query params. 1. [files/:file_id/collaborations/](https://api.box.com/2.0/files/:file_id/collaborations/) In the response we get **offset** parameter but we cannot set...

bug