Release notes -- v2.208.393 (since vPR1134)
Highlights
EL-2199: Dropbox: adds authentication failed catch exception for /me and /ping
- With an invalid access token, a status code 401 and unauthorized message returns when calling GET /ping or GET /me in Dropbox.
EL-2226: Box: Added auth handling catch to /ping endpoint
- With an invalid access token, a status code 401 and unauthorized message returns when calling GET /ping in Box.
EL-2149: Fixed metadata issue in Eloqua
- Enhanced the metadata of custom objects for Eloqua object.
- Fixed the Resource not found issue while getting the metadata of the custom object with no fields.
EL-2129: Eloqua enabled PUT /forms to apidocs
- Adds
PUT
forms
to Apidocs -eloqua
IBM-127: Twitter Advanced models amp; Content-disposition header issue
- Advanced models for Twitter connector
- Removed the 'Content-disposition' response header by adding a global Posthook
EL-2237: Enhanced Netsuite Bulk to suppress nested data on demand
- New option in the where clause
fetchAll='false'
will revert to mimiking a/objectName
api - Use this for Deep nested objects such as invoices, sales orders, etc. Could help as well where there are tons of custom fields.
EL-2266: Tweaked some of the authentication type APIs
- Removed the APIs,
GET /elements/{keyOrId}/authentication-types
andGET /elements/{keyOrId}/authentication-types/{type}/configurations
from public facing documentation until audited