Skip to content

Commit

Permalink
updating readme and env sample
Browse files Browse the repository at this point in the history
  • Loading branch information
barduinor committed Oct 11, 2023
1 parent 188ec03 commit 3c681a1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ POSTMAN_API_KEY=""
# On the Box CI/CD workspace
PRIVATE_EN_POSTMAN_COLLECTION_ID="8119550-3e45693c-a4d7-4d77-b02c-f7035a152898"
PRIVATE_JP_POSTMAN_COLLECTION_ID="8119550-8ab5448e-636f-44ee-ba16-97908b5bc7eb"
PRIVATE_EN_POSTMAN_COLLECTION_ADVANCED_ID = ""
PRIVATE_JP_POSTMAN_COLLECTION_ADVANCED_ID = ""
PRIVATE_EN_POSTMAN_COLLECTION_ADVANCED_ID = "8119550-1ca6cb64-7560-4f24-a2b5-89ba095b1c17"
PRIVATE_JP_POSTMAN_COLLECTION_ADVANCED_ID = "8119550-45cd808e-0844-4e46-ada0-5d0cb4b602d2"

# PUBLIC collection id's
# These are the public collections
# that will be updated
# via merge from the private collections
PUBLIC_EN_POSTMAN_COLLECTION_ID="8119550-b5ea2aeb-c82a-425d-baff-ed5dfd1d7659"
PUBLIC_JP_POSTMAN_COLLECTION_ID="8119550-73df4d75-420a-455b-97c2-d3d33103c1a4"
PUBLIC_EN_POSTMAN_COLLECTION_ADVANCED_ID = ""
PUBLIC_JP_POSTMAN_COLLECTION_ADVANCED_ID = ""
PUBLIC_EN_POSTMAN_COLLECTION_ADVANCED_ID = "8119550-373aba62-5af5-459b-b9a4-e9db77f947a5"
PUBLIC_JP_POSTMAN_COLLECTION_ADVANCED_ID = "8119550-9899c10b-11bb-4f53-9938-fced213a14d0"
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ the official Box [OpenAPI 3.0 Specification][openapi].
### Advanced Collection
[![Run in Postman Advanced](https://run.pstmn.io/button.svg)][advanced]

### Advanced Collection in Japanese
[![Run in Postman Advanced](https://run.pstmn.io/button.svg)][advanced-jp]

## Development & Contribution

Please follow the [contribution guidelines](./CONTRIBUTING.md) when contributing
Expand All @@ -47,8 +50,14 @@ CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

[legacy]: https://app.getpostman.com/run-collection/768279fde466dffc5511

[openapi]: https://github.com/box/box-openapi

[english]: https://god.gw.postman.com/run-collection/8119550-b5ea2aeb-c82a-425d-baff-ed5dfd1d7659?action=collection%2Ffork&collection-url=entityId%3D8119550-b5ea2aeb-c82a-425d-baff-ed5dfd1d7659%26entityType%3Dcollection%26workspaceId%3D1a5945ff-a292-42c7-91c5-2cf3cdc68492

[advanced]: https://god.gw.postman.com/run-collection/8119550-373aba62-5af5-459b-b9a4-e9db77f947a5?action=collection%2Ffork&collection-url=entityId%3D8119550-373aba62-5af5-459b-b9a4-e9db77f947a5%26entityType%3Dcollection%26workspaceId%3D1a5945ff-a292-42c7-91c5-2cf3cdc68492

[advanced-jp]: https://god.gw.postman.com/run-collection/8119550-9899c10b-11bb-4f53-9938-fced213a14d0?action=collection%2Ffork&collection-url=entityId%3D8119550-9899c10b-11bb-4f53-9938-fced213a14d0%26entityType%3Dcollection%26workspaceId%3D1a5945ff-a292-42c7-91c5-2cf3cdc68492

[japanese]: https://app.getpostman.com/run-collection/71097146282762048e55
[v8]: https://learning.postman.com/docs/administration/upgrading/#downloading-postman-v8

0 comments on commit 3c681a1

Please sign in to comment.