euphorie / Euphorie

Euphorie is a tool for risk assessment
https://pythonhosted.org/Euphorie/
GNU General Public License v2.0
12 stars 6 forks source link

API: /users/<userid>/surveys 404 not found #30

Closed mjbarnhoorn closed 12 years ago

mjbarnhoorn commented 12 years ago

When I do a request to /users//surveys, I get an 404 not found.

I do a POST to host: "api.euphorie.hosting.simplon.biz" with path: "/users/16/surveys" with the following body:

{ survey: 'nl/mkb/preview', title: 'My Rie' }

wichert commented 12 years ago

I suspect you are looking at an older version of the API documentation. The correct location is this: http://api.euphorie.hosting.simplon.biz/users/16/sessions

mjbarnhoorn commented 12 years ago

Found the problem you have a Typo in your API documentation, it must be /users/<userid>/sessions