From 55a9d0b06723d25e0c6d00e6ff76abf30f61396d Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Thu, 14 Apr 2016 17:00:56 +0100 Subject: [PATCH] login®ister flow discovery by empty POST --- supporting-docs/howtos/client-server-migrating-from-v1.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/supporting-docs/howtos/client-server-migrating-from-v1.rst b/supporting-docs/howtos/client-server-migrating-from-v1.rst index 4b9111fb..504c32a4 100644 --- a/supporting-docs/howtos/client-server-migrating-from-v1.rst +++ b/supporting-docs/howtos/client-server-migrating-from-v1.rst @@ -15,6 +15,10 @@ new API works. In brief, the changes are that the new version returns extra information in the form of the ``params`` object, and that a sequence of multiple calls may be statefully chained together by the ``session`` parameter. +Additionally, whereas in ``v1`` the client can perform a ``GET`` request to +discover the list of supported flows, in ``r0`` this is done by sending a +``POST`` request with an empty data body. + Deprecated Endpoints ====================