Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed method from post to put in Update task example #173

Merged
merged 1 commit into from
Dec 24, 2013

Conversation

nixdata
Copy link
Contributor

@nixdata nixdata commented Dec 24, 2013

This is a documentation correction where a POST is used in place of a PUT in the quickstarts section.

curl http://localhost:5000/todos/todo5 -d "task=something different" -X POST -v
...
{
"message": "Method Not Allowed",
"status": 405
}

@kevinburke
Copy link
Contributor

nice catch!

kevinburke pushed a commit that referenced this pull request Dec 24, 2013
Changed method from post to put in Update task example
@kevinburke kevinburke merged commit e992e63 into flask-restful:master Dec 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants