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
The current service only allows string as an attribute value.
I need to set a mapping, which seems possible using the developers tools must is rejected by the service call. template value should be a string for dictionary value @ data['attributes']['my_attribute']
Is is possible to update the service call to allow any attribute value type ?
It would be easier to use (today I transform the data in a JSON string to store it, and need to parse it when reading it again)
Thanks !
The text was updated successfully, but these errors were encountered:
The current service only allows string as an attribute value.
I need to set a mapping, which seems possible using the developers tools must is rejected by the service call.
template value should be a string for dictionary value @ data['attributes']['my_attribute']
Is is possible to update the service call to allow any attribute value type ?
It would be easier to use (today I transform the data in a JSON string to store it, and need to parse it when reading it again)
Thanks !
The text was updated successfully, but these errors were encountered: