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
Update operation replaces current title and informations.
If I try to give the file objects with the update operation it fails.
{
"storage": "local",
"filename_download": "{{ $json["0"]["filename_download"] }}",
"title": "{{ $json["0"]["title"] }}",
"type": "{{ $binary.data.mimeType}}"
}
ERROR: Error: NodeApiError: Bad request - please check your parameters
The text was updated successfully, but these errors were encountered:
Update operation replaces current title and informations.
If I try to give the file objects with the update operation it fails.
{
"storage": "local",
"filename_download": "{{ $json["0"]["filename_download"] }}",
"title": "{{ $json["0"]["title"] }}",
"type": "{{ $binary.data.mimeType}}"
}
ERROR: Error: NodeApiError: Bad request - please check your parameters
The text was updated successfully, but these errors were encountered: