Commit 2128dde
Fix misleading docstring in update_application
Remove "Pass None to clear" from the description parameter docstring.
The HTTP client's exclude_none=True default strips None values before
sending, so passing None would silently do nothing rather than clear
the field.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 6db3017 commit 2128dde
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments