From df7f5db8a54e1cbeffd417e25a43ae090aa756cc Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Fri, 30 Jan 2026 06:14:54 -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 14c81314..8fcbc4bc 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "b181eba", "specHash": "ccdb456", "version": "4.3.0" } +{ "engineHash": "c174072", "specHash": "ccdb456", "version": "4.3.0" } From 36e7688c147d5f8a4d5a1ce21284374369b8c764 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Mon, 2 Feb 2026 10:15:29 -0800 Subject: [PATCH 2/2] docs: Adjust docs filenames to language convention (box/box-codegen#921) --- .codegen.json | 2 +- docs/sdk-gen/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.codegen.json b/.codegen.json index 8fcbc4bc..6f6fccbe 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "c174072", "specHash": "ccdb456", "version": "4.3.0" } +{ "engineHash": "29cb063", "specHash": "ccdb456", "version": "4.3.0" } diff --git a/docs/sdk-gen/README.md b/docs/sdk-gen/README.md index 62601963..0925a2d7 100644 --- a/docs/sdk-gen/README.md +++ b/docs/sdk-gen/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