Return 204 No Content if project/group description was deleted by PUT

Change-Id: I110ee16aacfc898326f2565be716ef8fea0aad4b
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2013-02-28 09:25:37 +01:00
parent 941229c37f
commit 114ab16e74
5 changed files with 20 additions and 14 deletions

View File

@@ -332,6 +332,8 @@ As response the new group description is returned.
"The committers of MyProject."
----
If the description was deleted the response is "`204 No Content`".
[[delete-group-description]]
DELETE /groups/\{group-id\}/description (Delete Group Description)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~