From c494d6ad9bdf8605101759e5eaf287b2ace36e67 Mon Sep 17 00:00:00 2001 From: Ana Bozianu Date: Mon, 12 Dec 2016 19:36:13 +0200 Subject: [PATCH] RM-4543 - added clarification that nodeBodyCreate is ignored for multipart uploads --- .../src/main/webapp/definitions/ig-core-api.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rm-community/rm-community-rest-api-explorer/src/main/webapp/definitions/ig-core-api.yaml b/rm-community/rm-community-rest-api-explorer/src/main/webapp/definitions/ig-core-api.yaml index ade891e07b..0ce6571246 100644 --- a/rm-community/rm-community-rest-api-explorer/src/main/webapp/definitions/ig-core-api.yaml +++ b/rm-community/rm-community-rest-api-explorer/src/main/webapp/definitions/ig-core-api.yaml @@ -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'