RM-4543 - added clarification that nodeBodyCreate is ignored for multipart uploads

This commit is contained in:
Ana Bozianu
2016-12-12 19:36:13 +02:00
parent 1f3169e06a
commit 79a6a6a4a3

View File

@@ -377,7 +377,10 @@ paths:
- $ref: '#/parameters/fieldsParam'
- in: body
name: nodeBodyCreate
description: The node information to create.
description: |
The node information to create.
This field is ignored for multipart/form-data content uploads.
required: true
schema:
$ref: '#/definitions/RMNodeBodyCreate'