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'