From 7faace19cea0decf061d120c9c6ffcf77f065d83 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Fri, 30 Jan 2026 05:48:14 -0800 Subject: [PATCH 1/2] chore: Update `.codegen.json` with commit hash of `codegen` and `openapi` spec [skip ci] --- .codegen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codegen.json b/.codegen.json index 9969bcb4..708d1e79 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "b181eba", "specHash": "ccdb456", "version": "10.3.0" } +{ "engineHash": "c174072", "specHash": "ccdb456", "version": "10.3.0" } From c832ccc25cf8506d8120dae2b61052450626da6f Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Mon, 2 Feb 2026 10:19:04 -0800 Subject: [PATCH 2/2] docs: Adjust docs filenames to language convention (box/box-codegen#921) --- .codegen.json | 2 +- docs/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.codegen.json b/.codegen.json index 708d1e79..dd56f9e6 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "c174072", "specHash": "ccdb456", "version": "10.3.0" } +{ "engineHash": "29cb063", "specHash": "ccdb456", "version": "10.3.0" } diff --git a/docs/README.md b/docs/README.md index 85c0f0ec..c626b611 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,9 +4,9 @@ This section covers the documentation required to get up and running with the SDK, including configuration, authentication, and client initialization for making API calls. -- [Configuration](Configuration.md) -- [Authentication](Authentication.md) -- [Client](Client.md) +- [Configuration](configuration.md) +- [Authentication](authentication.md) +- [Client](client.md) ## Box API Usage