avishaan / lightTribe

LightTribe Backend and Collaboration Doc
2 stars 0 forks source link

Route to allow the user to post his interests #45

Closed footnote closed 9 years ago

footnote commented 9 years ago

Now we have GET route to receive user's interests, but we don't have a route to post user's interests

avishaan commented 9 years ago

I think there is some confusion as to what the v1/interests route is. It doesn't retrieve the interests of the user, if it did it would follow the same convention of the other routes and would be called v1/users/{userid}/interests.

Instead the user interests updates are located here.

screen region 2015-06-17 at 20 37 28

It's also cross referenced in the integrations guide.

ShadiFares commented 9 years ago

What we are looking for is: After a user is presented with a list of interest, Using the route GET /v1/interests, there is no route to send back the interests or categories the user has selected.

avishaan commented 9 years ago

Sorry, the image added was incorrect. Here is the correct one. screen region 2015-06-17 at 20 37 28

footnote commented 9 years ago

Solved!