From 3213eb9dd09e7ab6769dd8d02e01a1bbb3ea13a7 Mon Sep 17 00:00:00 2001 From: Ramona Popa Date: Tue, 16 May 2017 12:17:40 +0300 Subject: [PATCH] RM-5087 - remove aspects and properties from include on POST --- .../src/main/webapp/definitions/gs-core-api.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/rm-community/rm-community-rest-api-explorer/src/main/webapp/definitions/gs-core-api.yaml b/rm-community/rm-community-rest-api-explorer/src/main/webapp/definitions/gs-core-api.yaml index eef37c4225..1178f65305 100644 --- a/rm-community/rm-community-rest-api-explorer/src/main/webapp/definitions/gs-core-api.yaml +++ b/rm-community/rm-community-rest-api-explorer/src/main/webapp/definitions/gs-core-api.yaml @@ -336,8 +336,6 @@ paths: the API method tries to create a unique name using an integer suffix. - Any field in the JSON body defined below can also be passed as a form-data field. - This API method also supports record category creation using application/json. You must specify at least a **name**. @@ -393,7 +391,7 @@ paths: parameters: - $ref: '#/parameters/filePlanIdWithAliasParam' - $ref: '#/parameters/autoRenameParam' - - $ref: '#/parameters/filePlanCategoriesEntryIncludeParam' + - $ref: '#/parameters/recordCategoryEntryIncludeParam' - $ref: '#/parameters/fieldsParam' - in: body name: nodeBodyCreate @@ -666,7 +664,7 @@ paths: parameters: - $ref: '#/parameters/unfiledContainerIdParam' - $ref: '#/parameters/autoRenameParam' - - $ref: '#/parameters/unfiledContainerChildEntryIncludeParam' + - $ref: '#/parameters/unfiledRecordFolderEntryIncludeParam' - $ref: '#/parameters/fieldsParam' - in: body name: nodeBodyCreate @@ -762,6 +760,7 @@ paths: operationId: updateUnfiledRecordFolder parameters: - $ref: '#/parameters/unfiledRecordFolderIdParam' + - $ref: '#/parameters/unfiledRecordFolderEntryIncludeParam' - $ref: '#/parameters/unfiledRecordFolderIncludeSourceParam' - $ref: '#/parameters/fieldsParam' - in: body @@ -971,7 +970,7 @@ paths: parameters: - $ref: '#/parameters/unfiledRecordFolderIdParam' - $ref: '#/parameters/autoRenameParam' - - $ref: '#/parameters/unfiledRecordFolderChildEntryIncludeParam' + - $ref: '#/parameters/unfiledRecordFolderEntryIncludeParam' - $ref: '#/parameters/fieldsParam' - in: body name: nodeBodyCreate @@ -1181,8 +1180,6 @@ paths: Any field in the JSON body defined below can also be passed as a form-data field. - This API method also supports record category or record folder creation using application/json. - You must specify at least a **name** and **nodeType**. You can create a category like this: @@ -1274,7 +1271,7 @@ paths: parameters: - $ref: '#/parameters/recordCategoryIdParam' - $ref: '#/parameters/autoRenameParam' - - $ref: '#/parameters/recordCategoryChildEntryIncludeParam' + - $ref: '#/parameters/recordCategoryEntryIncludeParam' - $ref: '#/parameters/fieldsParam' - in: body name: nodeBodyCreate