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
client.pages.create() and client.pages.update() now accept the same filter_properties parameter as client.pages.retrieve(), letting you bound which properties are returned in the write response. Pass property IDs (or names) as an array; the response shape is unchanged and the parameter is opt-in per request.
The failed-task error type in GetAsyncTaskResponse now factors the shared object, message, and additional_data fields into a single object combined with a correlated status/code union, instead of ~16 repeated variants. Purely representational — every previously valid (status, code) pair remains valid.