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
This is required in order to comply with a breaking change in the Sandbox API.
The old format for POST /<vendor>/sandboxes/<sandbox>/<app>/files is a JSON array, such ass [ <change1>, <change2>, ... ].
Now it will be the following object.
{
"account": "the account in context",
"state": "an arbitrary state value, to be passed on to services through hooks",
"changes": [ {change1}, {change2}, ... ]
}
The text was updated successfully, but these errors were encountered:
This is required in order to comply with a breaking change in the Sandbox API.
The old format for
POST /<vendor>/sandboxes/<sandbox>/<app>/files
is a JSON array, such ass[ <change1>, <change2>, ... ]
.Now it will be the following object.
The text was updated successfully, but these errors were encountered: