Skip to content

Commit

Permalink
feat: merge main branch into staging (#410)
Browse files Browse the repository at this point in the history
* fix: Add `integer` value to metadata template response (#344)

* Add integer value and note to metadata templ

* Fix lint

* update metadata field attrib

* fix: DDOC-871: add info on params for mappings (#343)

* feat: DDOC-855 add iframeable_embed_url param to box sign request (#340)

* feat: DDOC-855 add iframeable_embed param

* fix lint issues

* Update signer mock id

* review updates for parameters

* docs: Storage policies: endpoints only accessible by admin (#330)

* Add information on access and auth

* Correct wording

---------

Co-authored-by: Barbara Czyż <[email protected]>

* feat: DDOC-880 Modify readme and add tags descriptions (#349)

* docs: fix typo

* fix: DDOC-880: changes in README and tags desc

* Add readme

* Fix linting issues

* Update content/common/tags.yml

Co-authored-by: Justyna Sztyper <[email protected]>

* Update content/common/tags.yml

Co-authored-by: Justyna Sztyper <[email protected]>

* Review fixes

---------

Co-authored-by: Justyna Sztyper <[email protected]>

* feat: update webpack-dev-server and node scripts

* feat: add compiled openapi.json to main root directory

* revert: update webpack-dev-server and node scripts

* fix: collaboration_allowlist_exempt_target definition (#352)

Co-authored-by: wsocha <[email protected]>

* Set correct response type on folder_metadata__get_folders_id_metadata_id_id (#351)

Co-authored-by: wsocha <[email protected]>

* Make id required in user--base.yml (#348)

Co-authored-by: wsocha <[email protected]>

* feat: update webpack-dev-server and node scripts (#354)

* feat: update webpack-dev-server and node scripts

* fix: add verification the compiled schema is up to date

* fix: update openapi.json

---------

Co-authored-by: Wojciech Socha <[email protected]>

* feat: Add type field to sign template (#355)

* feat: Add type field to sign template

* Add openapi.json file

* feat: Update sign template signer input (#356)

* feat: Update sign template signer input

* Update openapi.json

* Update openapi.json

* fix: mark type as required in search results (#357)

* fix: mark type as required in search results

* fix: update openapi.json

---------

Co-authored-by: Wojciech Socha <[email protected]>

* feat: add docs issue template (#358)

* feat: add docs issue template

* fix: add item reminding of including changes in compiled openapi.json file to checklist in pull request template

* fix: change description of two fields in docs issue template (#360)

* fix: change docs issue template name (#362)

* feat: add docs issue template

* fix: add item reminding of including changes in compiled openapi.json file to checklist in pull request template

* fix: change docs issue template name

* fix: change marker from long to string (#359)

* feat: add issue config (#363)

* fix: change `accessible_by` in Collaboration to allow setting `Group--Mini` (#364)

* feat: pull specification from public api (#367)

* fix: Revert "feat: pull specification from public api (#367)" (#368)

* DDOC-909: add additional_info param (#369)

* DDOC-508: add is_access_only param for collabs (#370)

* feat: run codegen generate command to validate API spec (#372)

* feat: pull api specification from public-api (#373)

* feat: pull api specification from public-api

* fix: remove oneOf containing primitive types

---------

Co-authored-by: Wojciech Socha <[email protected]>

* feat: remove references to content folder (#365)

* feat: remove references to content folder

* fix: remove spectral linter

* fix: remove content folder and docs

* fix: Fix zip download enum (#376)

* fix: Update file request required fields (#377)

* fix: Fix classification schemas (#378)

* fix: Update invites required fields (#379)

* fix: Remove Classification Deletion API, update `additionalProperties` parameter (#380)

* fix: change metadata cascade policy scope to string (#381)

* fix: Update type to string in next_marker and prev_marker fields (#383)

* fix: Update FolderLocks response (#384)

* fix: Remove recipient groups param from spec (#385)

* fix: Update required field RetentionPolicyAssignment (#387)

* fix: Fix schemas for updating classification on a file and folder (#388)

* feat: add recipient groups api (#389)

* fix: Update terms of services response (#391)

* fix: Update storage policy assignments (#394)

* Revert "fix: Update storage policy assignments (#394)" (#395)

This reverts commit 0a29c66.

* fix: Update storage policy assignments (#396)

* fix: Update terms of service user statuses required fields (#397)

* fix: remove EOL'd metadata indices endpoint, update public docs (#398)

* feat: add read-only params to sign templates (#400)

* feat: add a Generic Event Resource (#401)

* chore: add missing items to .alexrc.json (#406)

---------

Co-authored-by: Barbara Czyż <[email protected]>
Co-authored-by: Justyna Sztyper <[email protected]>
Co-authored-by: Marcin Hagmajer <[email protected]>
Co-authored-by: Minh Nguyen Cong <[email protected]>
Co-authored-by: mwwoda <[email protected]>
Co-authored-by: Artur Jankowski <[email protected]>
Co-authored-by: box-apimgmt <[email protected]>
  • Loading branch information
8 people authored Mar 15, 2024
1 parent 0f1eea4 commit 20c658e
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 1,844 deletions.
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

0 comments on commit 20c658e

Please sign in to comment.