From 71d3c70fdae1a471a9ea43ecefb351b54146dff7 Mon Sep 17 00:00:00 2001 From: tim Date: Wed, 16 Nov 2016 12:08:06 +0100 Subject: [PATCH] Status --> Statuses Usage of singular resource names is discouraged in REST: http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api The plural of status is statuses: http://english.stackexchange.com/questions/877/what-is-the-plural-form-of-status --- .../source/drivers-clients/http-client-server-api.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/server/source/drivers-clients/http-client-server-api.rst b/docs/server/source/drivers-clients/http-client-server-api.rst index 590d788d..5affaa44 100644 --- a/docs/server/source/drivers-clients/http-client-server-api.rst +++ b/docs/server/source/drivers-clients/http-client-server-api.rst @@ -68,12 +68,12 @@ POST /transactions/ :statuscode 400: The transaction was invalid and not created. -GET /transactions/{tx_id}/status +GET /statuses/2d431073e1477f3073a4693ac7ff9be5634751de1b8abaa1f4e19548ef0b4b0e -------------------------------- -.. http:get:: /transactions/{tx_id}/status +.. http:get:: /statuses/{tx_id}/ - Get the status of the transaction with the ID ``tx_id``, if a transaction + Get the status of a transaction with the ID ``tx_id``, if a transaction with that ``tx_id`` exists. The possible status values are ``backlog``, ``undecided``, ``valid`` or