diff --git a/.codegen.json b/.codegen.json index d142675ba..4a5feee6d 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "f97463c", "specHash": "b7abe0d", "version": "4.2.0" } +{ "engineHash": "b5860f1", "specHash": "b7abe0d", "version": "4.2.0" } diff --git a/docs/box_sdk_gen/authentication.md b/docs/box_sdk_gen/authentication.md index 70b74f6a6..d4e43f3df 100644 --- a/docs/box_sdk_gen/authentication.md +++ b/docs/box_sdk_gen/authentication.md @@ -60,9 +60,11 @@ print(f'My user ID is {me.id}') Authenticating with a JWT requires some extra dependencies. To get them, use ``` -pip install "box-sdk-gen[jwt]" +pip install "boxsdk[jwt]" ``` +You may need to specify a version to install. + Before using JWT Auth make sure you set up correctly your Box platform app. The guide with all required steps can be found here: [Setup with JWT][jwt_guide]