Merge remote-tracking branch 'origin/master' into feature/RM-4542_Rest_Record_Name

This commit is contained in:
Kristijan Conkas
2016-12-12 18:07:17 +00:00

View File

@@ -377,7 +377,10 @@ paths:
- $ref: '#/parameters/fieldsParam' - $ref: '#/parameters/fieldsParam'
- in: body - in: body
name: nodeBodyCreate 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 required: true
schema: schema:
$ref: '#/definitions/RMNodeBodyCreate' $ref: '#/definitions/RMNodeBodyCreate'