You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serialize BigDecimal as JSON string in V2 request bodies
The V2 API expects decimal fields as JSON strings (e.g., "25.5") not
JSON numbers. Add a custom Gson TypeAdapter for BigDecimal to BODY_GSON
that serializes via toPlainString().
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Committed-By-Agent: claude
0 commit comments