Skip to content

Commit b3744e4

Browse files
docs: Adjust docs to v10 (box/box-codegen#834) (#1033)
1 parent 0fdb638 commit b3744e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "b294f83", "specHash": "a05e5d7", "version": "0.1.0" }
1+
{ "engineHash": "87747c8", "specHash": "a05e5d7", "version": "0.1.0" }

docs/working-with-nulls.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Handling null values in Box Python SDK Gen
1+
# Handling null values in v10 version of Box Python SDK
22

3-
While using Box Python SDK it's important to understand how null values behave. This document provides a general overview of null value behaviour in Box Python SDK to help developers manage data consistently and predictably.
3+
While using v10 version of Box Python SDK it's important to understand how null values behave. This document provides a general overview of null value behaviour in Box Python SDK to help developers manage data consistently and predictably.
44

55
## Understanding null behaviour
66

7-
The Box Python SDK follows a consistent pattern when handling null values in update operations. This behaviour applies to most endpoints that modify resources such as users, files, folders and metadata. The updating field behaves differently depending on weather you omit it, set it to null, or provide a value:
7+
The v10 of Box Python SDK follows a consistent pattern when handling null values in update operations. This behaviour applies to most endpoints that modify resources such as users, files, folders and metadata. The updating field behaves differently depending on weather you omit it, set it to null, or provide a value:
88

99
- Omitting the field: The field won't be included in request and the value will remain unchanged.
1010
- Setting it to null: Setting a field to null, will cause sending HTTP request with field value set to null, what will result in removing its current value or disassociates it from the resource.

0 commit comments

Comments
 (0)