Skip to content
Snippets Groups Projects

Create partition should not return partition info from payload. Empty response is good enough.

Merged Sviatoslav Nekhaienko requested to merge create-no-payload into master
Files
6
@@ -116,10 +116,6 @@ paths:
schema:
$ref: '#/definitions/PartitionInfo'
responses:
'200':
description: OK
schema:
$ref: '#/definitions/PartitionInfo'
'201':
description: Created
Please register or sign in to reply
'401':
Loading