From 428653ab3667bfdeeaefbac08a724eecc56295bb Mon Sep 17 00:00:00 2001 From: Ali Sabil Date: Mon, 11 Aug 2014 10:58:48 +0200 Subject: Fix REST guide reference to accept_missing_post The guide refers to accept_missing_post instead of allow_missing_post. --- doc/src/guide/rest_flowcharts.ezdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/guide/rest_flowcharts.ezdoc b/doc/src/guide/rest_flowcharts.ezdoc index 7da3721..cee9cf0 100644 --- a/doc/src/guide/rest_flowcharts.ezdoc +++ b/doc/src/guide/rest_flowcharts.ezdoc @@ -158,7 +158,7 @@ Cowboy will check for conflicts and then move on to the will figure out whether the resource existed previously, and if so whether it was moved elsewhere. If the resource is truly non-existent, the method is POST and the call -for `accept_missing_post` returns `true`, then Cowboy will +for `allow_missing_post` returns `true`, then Cowboy will move on to the `content_types_accepted` step. Otherwise the request processing ends there. -- cgit v1.2.3