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
fix: critical API integration issues for new Direct API methods
Major fixes:
- Changed action types to match API expectations:
- 'create-redactions' → 'createRedactions'
- 'optimize-pdf' → 'optimize'
- Fixed password protection to use camelCase parameters:
- 'user_password' → 'userPassword'
- 'owner_password' → 'ownerPassword'
- Updated builder.py tool mappings to be consistent
- Added file existence checks in test fixtures to skip gracefully
These changes align with the API's camelCase parameter conventions
and should resolve all integration test failures.
0 commit comments