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
Changes the type of missingRequiredFields from List<String> to
List<ValidationErrorFields> to match the actual JSON structure
returned by the TeamServer API.
Fixes error: Expected a string but was BEGIN_OBJECT at line 1219
column 34 path $.applications[19].missingRequiredFields[0]
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments