bounswe / bounswe2017group6

InterestHub
http://34.209.230.231:8080/
6 stars 10 forks source link

Patch user not update fields except tags #400

Closed gokceuludogan closed 6 years ago

gokceuludogan commented 6 years ago

About

When I patch this url: http://34.209.230.231:8000/users/5/, with following body: {"profile":{"name":"Gökçe","lastname":"Uludoğan","birthdate":"2017-11-05","gender":"woman","contacts":"5467948118","about":"about","is_public":true,"facebook_account":"@test","twitter_account":"@test","instagram_account":"@test","interests":[{"label":"Bitcoin","url":"http://www.wikidata.org/wiki/Q131723","description":"digital cash system and associated currency unit"},{"label":"Fringe","url":"https://www.wikidata.org/wiki/Q3815","description":"American science fiction television series"},{"label":"Person of Interest","url":"http://www.wikidata.org/wiki/Q564345","description":"television crime drama series by Jonathan Nolan"},{"label":"SciFi","url":"http://www.wikidata.org/wiki/Q7433392","description":"fourth studio album by American jazz bassist Christian McBride released in 2000"}]}}

Tags are updated but the contacts information is not.

It returns { "id": 5, "username": "gokceuludogan", "email": "gokceuludogan@gmail.com", "profile": { "name": "Gökçe", "lastname": "Uludoğan", "birthdate": "2017-11-05", "gender": "woman", "contacts": "contacts", "about": "about", "is_public": true, "facebook_account": "@test", "twitter_account": "@test", "instagram_account": "@test", "interests": [ { "id": 8, "label": "Bitcoin", "description": "digital cash system and associated currency unit", "url": "http://www.wikidata.org/wiki/Q131723" }, { "id": 43, "label": "Fringe", "description": "American science fiction television series", "url": "https://www.wikidata.org/wiki/Q3815" }, { "id": 44, "label": "Person of Interest", "description": "television crime drama series by Jonathan Nolan", "url": "http://www.wikidata.org/wiki/Q564345" }, { "id": 45, "label": "SciFi", "description": "fourth studio album by American jazz bassist Christian McBride released in 2000", "url": "http://www.wikidata.org/wiki/Q7433392" } ], "photo": "http://34.209.230.231:8000/users/5/images/user/photo_5_github.jpg" } }