farmOS / farmOS.js

A JavaScript library for working with farmOS data structures and interacting with farmOS servers.
MIT License
15 stars 13 forks source link

406 Not Acceptable: Unknown data property field_farm_area_type406 Not Acceptable: Unknown data property field_farm_geofield. #30

Closed MohamedFarid2018 closed 3 years ago

MohamedFarid2018 commented 3 years ago

this error happens when I try area.send() here is the body I'm sending

{ tid: 20, name: 'Farm 1', description: '', area_type: "greenhouse", geofield: [ { geom: 'POLYGON ((-75.53640916943549,42.54421203378203 -75.53607389330863,42.54421796218091 -75.53607121109961,42.54415472589722 -75.53640648722647,42.54414682135726 -75.53640916943549,42.54421203378203))' } ], vocabulary: { id: '2', resource: 'taxonomy_vocabulary' }, parent: [ { id: 11, resource: 'taxonomy_term' } ] }