Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: merge main branch into staging #410

Merged
merged 50 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
17c46fc
fix: Add `integer` value to metadata template response (#344)
bszwarc Aug 10, 2023
2eb4b35
fix: DDOC-871: add info on params for mappings (#343)
bszwarc Aug 11, 2023
739416b
feat: DDOC-855 add iframeable_embed_url param to box sign request (#340)
bszwarc Aug 17, 2023
e2b4e45
docs: Storage policies: endpoints only accessible by admin (#330)
superojla Aug 21, 2023
370834b
feat: DDOC-880 Modify readme and add tags descriptions (#349)
bszwarc Aug 31, 2023
d897215
feat: update webpack-dev-server and node scripts
wsocha Sep 1, 2023
9309c62
feat: add compiled openapi.json to main root directory
wsocha Sep 4, 2023
ab7a106
revert: update webpack-dev-server and node scripts
wsocha Sep 4, 2023
eeb9803
fix: collaboration_allowlist_exempt_target definition (#352)
mhagmajer Sep 5, 2023
3992dcf
Set correct response type on folder_metadata__get_folders_id_metadata…
mhagmajer Sep 5, 2023
e5aff8e
Make id required in user--base.yml (#348)
mhagmajer Sep 5, 2023
d1763b5
feat: update webpack-dev-server and node scripts (#354)
wsocha Sep 6, 2023
36a3df4
feat: Add type field to sign template (#355)
congminh1254 Sep 6, 2023
670b89d
feat: Update sign template signer input (#356)
congminh1254 Sep 6, 2023
33a46e0
fix: mark type as required in search results (#357)
mhagmajer Sep 14, 2023
a74343f
feat: add docs issue template (#358)
wsocha Sep 15, 2023
1a75442
fix: change description of two fields in docs issue template (#360)
wsocha Sep 18, 2023
0613fdd
fix: change docs issue template name (#362)
wsocha Sep 18, 2023
bdbd7cd
fix: change marker from long to string (#359)
mwwoda Sep 19, 2023
c32796a
feat: add issue config (#363)
wsocha Sep 21, 2023
4df721b
fix: change `accessible_by` in Collaboration to allow setting `Group-…
arjankowski Sep 22, 2023
99a5aae
feat: pull specification from public api (#367)
box-apimgmt Sep 29, 2023
572f1b7
fix: Revert "feat: pull specification from public api (#367)" (#368)
wsocha Sep 29, 2023
a214b7f
DDOC-909: add additional_info param (#369)
bszwarc Oct 5, 2023
45198b0
DDOC-508: add is_access_only param for collabs (#370)
bszwarc Oct 6, 2023
ae1eb99
feat: run codegen generate command to validate API spec (#372)
wsocha Oct 13, 2023
563b6f7
feat: pull api specification from public-api (#373)
box-apimgmt Oct 16, 2023
b3f3969
feat: remove references to content folder (#365)
wsocha Oct 16, 2023
e128587
fix: Fix zip download enum (#376)
box-apimgmt Oct 27, 2023
11c9935
fix: Update file request required fields (#377)
box-apimgmt Oct 31, 2023
e8f8f57
fix: Fix classification schemas (#378)
box-apimgmt Nov 16, 2023
4a05323
fix: Update invites required fields (#379)
box-apimgmt Nov 17, 2023
80102bd
fix: Remove Classification Deletion API, update `additionalProperties…
box-apimgmt Nov 21, 2023
c674d86
fix: change metadata cascade policy scope to string (#381)
box-apimgmt Nov 23, 2023
6492931
fix: Update type to string in next_marker and prev_marker fields (#383)
box-apimgmt Nov 27, 2023
987d0be
fix: Update FolderLocks response (#384)
box-apimgmt Nov 28, 2023
98f5191
fix: Remove recipient groups param from spec (#385)
box-apimgmt Nov 28, 2023
8496c0a
fix: Update required field RetentionPolicyAssignment (#387)
box-apimgmt Dec 5, 2023
6807299
fix: Fix schemas for updating classification on a file and folder (#388)
box-apimgmt Dec 7, 2023
49e65bc
feat: add recipient groups api (#389)
box-apimgmt Jan 3, 2024
7aa13db
fix: Update terms of services response (#391)
box-apimgmt Jan 3, 2024
0a29c66
fix: Update storage policy assignments (#394)
box-apimgmt Jan 17, 2024
3092847
Revert "fix: Update storage policy assignments (#394)" (#395)
wsocha Jan 17, 2024
541057a
fix: Update storage policy assignments (#396)
box-apimgmt Jan 17, 2024
054c0c3
fix: Update terms of service user statuses required fields (#397)
box-apimgmt Feb 2, 2024
bedbbd8
fix: remove EOL'd metadata indices endpoint, update public docs (#398)
box-apimgmt Feb 20, 2024
a41a4d3
feat: add read-only params to sign templates (#400)
box-apimgmt Feb 23, 2024
fa28e27
feat: add a Generic Event Resource (#401)
box-apimgmt Feb 27, 2024
b292856
chore: add missing items to .alexrc.json (#406)
wsocha Mar 15, 2024
e3e27b2
Merge branch 'main' into main-staging-update
wsocha Mar 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .alexrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"allow": [
"color",
"colors"
"colors",
"stroke",
"strokes"
]
}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

This repository contains the build system for the Box OpenAPI 3.0 Specification (OAS3) of the [Box Platform API](https://developers.box.com/).

> **Note**: Due to changes in API schema development process, this repository is currently frozen. This means we are not actively contributing to the repository, apart from necessary fixes and improvements that help us to put the new process in place even faster.
You can still use the raw sources for specification available in the **Download** section.

## Downloads

The `main` branch of this repository only contains the raw source for the
Expand Down
Loading
Loading