From 849e7bcd81b195505453107b1b7f9ad930c077ca Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Fri, 30 Jan 2026 06:14:12 -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 0f272f560..d9c293ed1 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "b181eba", "specHash": "ccdb456", "version": "5.3.0" } +{ "engineHash": "c174072", "specHash": "ccdb456", "version": "5.3.0" } From 9034d1fa7644460394485082672814583494a734 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Mon, 2 Feb 2026 10:14:49 -0800 Subject: [PATCH 2/2] docs: Adjust docs filenames to language convention (box/box-codegen#921) --- .codegen.json | 2 +- docs/sdkgen/README.md | 6 +++--- docs/sdkgen/{Authentication.md => authentication.md} | 0 docs/sdkgen/{Client.md => client.md} | 0 docs/sdkgen/{Configuration.md => configuration.md} | 0 docs/sdkgen/{EventStream.md => eventstream.md} | 0 6 files changed, 4 insertions(+), 4 deletions(-) rename docs/sdkgen/{Authentication.md => authentication.md} (100%) rename docs/sdkgen/{Client.md => client.md} (100%) rename docs/sdkgen/{Configuration.md => configuration.md} (100%) rename docs/sdkgen/{EventStream.md => eventstream.md} (100%) diff --git a/.codegen.json b/.codegen.json index d9c293ed1..eb167f2f9 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "c174072", "specHash": "ccdb456", "version": "5.3.0" } +{ "engineHash": "29cb063", "specHash": "ccdb456", "version": "5.3.0" } diff --git a/docs/sdkgen/README.md b/docs/sdkgen/README.md index fd3428891..0b0f89473 100644 --- a/docs/sdkgen/README.md +++ b/docs/sdkgen/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 diff --git a/docs/sdkgen/Authentication.md b/docs/sdkgen/authentication.md similarity index 100% rename from docs/sdkgen/Authentication.md rename to docs/sdkgen/authentication.md diff --git a/docs/sdkgen/Client.md b/docs/sdkgen/client.md similarity index 100% rename from docs/sdkgen/Client.md rename to docs/sdkgen/client.md diff --git a/docs/sdkgen/Configuration.md b/docs/sdkgen/configuration.md similarity index 100% rename from docs/sdkgen/Configuration.md rename to docs/sdkgen/configuration.md diff --git a/docs/sdkgen/EventStream.md b/docs/sdkgen/eventstream.md similarity index 100% rename from docs/sdkgen/EventStream.md rename to docs/sdkgen/eventstream.md