From 5ce9083f208d52879091b3b54d30f367540e9c7e Mon Sep 17 00:00:00 2001 From: Matthew Farrellee Date: Tue, 3 Jan 2017 06:22:08 -0500 Subject: [PATCH] correct doc for RestyResolver PUT requests --- docs/routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/routing.rst b/docs/routing.rst index 14e45ee7d..f54b5aa44 100644 --- a/docs/routing.rst +++ b/docs/routing.rst @@ -61,7 +61,7 @@ the endpoints in your specification: get: # Implied operationId: api.foo.get put: - # Implied operationId: api.foo.post + # Implied operationId: api.foo.put copy: # Implied operationId: api.foo.copy delete: