From e322a22303145ed7ef7886b7d4a02679308f5603 Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Fri, 24 Aug 2018 16:48:03 -0500 Subject: [PATCH] Document no content on POST /reshaper 204 For consistency with other 204-returning operations in the placement API reference, mention that POST /reshaper returns no body content on success. FUP from https://review.openstack.org/#/c/576927/35/placement-api-ref/source/reshaper.inc@45 Change-Id: I50dda0b161404d96dae35a3a96225f1ac4ec7309 --- placement-api-ref/source/reshaper.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/placement-api-ref/source/reshaper.inc b/placement-api-ref/source/reshaper.inc index 0f9fa507e51d..ee68bce03347 100644 --- a/placement-api-ref/source/reshaper.inc +++ b/placement-api-ref/source/reshaper.inc @@ -42,3 +42,5 @@ Request Example .. literalinclude:: ./samples/reshaper/post-reshaper-1.30.json :language: javascript + +No body content is returned on a successful POST.