RM-5087 - remove aspects and properties from include on POST

This commit is contained in:
Ramona Popa
2017-05-16 12:17:40 +03:00
parent 6eacb540d4
commit 3213eb9dd0

View File

@@ -336,8 +336,6 @@ paths:
the API method tries to create the API method tries to create
a unique name using an integer suffix. 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. This API method also supports record category creation using application/json.
You must specify at least a **name**. You must specify at least a **name**.
@@ -393,7 +391,7 @@ paths:
parameters: parameters:
- $ref: '#/parameters/filePlanIdWithAliasParam' - $ref: '#/parameters/filePlanIdWithAliasParam'
- $ref: '#/parameters/autoRenameParam' - $ref: '#/parameters/autoRenameParam'
- $ref: '#/parameters/filePlanCategoriesEntryIncludeParam' - $ref: '#/parameters/recordCategoryEntryIncludeParam'
- $ref: '#/parameters/fieldsParam' - $ref: '#/parameters/fieldsParam'
- in: body - in: body
name: nodeBodyCreate name: nodeBodyCreate
@@ -666,7 +664,7 @@ paths:
parameters: parameters:
- $ref: '#/parameters/unfiledContainerIdParam' - $ref: '#/parameters/unfiledContainerIdParam'
- $ref: '#/parameters/autoRenameParam' - $ref: '#/parameters/autoRenameParam'
- $ref: '#/parameters/unfiledContainerChildEntryIncludeParam' - $ref: '#/parameters/unfiledRecordFolderEntryIncludeParam'
- $ref: '#/parameters/fieldsParam' - $ref: '#/parameters/fieldsParam'
- in: body - in: body
name: nodeBodyCreate name: nodeBodyCreate
@@ -762,6 +760,7 @@ paths:
operationId: updateUnfiledRecordFolder operationId: updateUnfiledRecordFolder
parameters: parameters:
- $ref: '#/parameters/unfiledRecordFolderIdParam' - $ref: '#/parameters/unfiledRecordFolderIdParam'
- $ref: '#/parameters/unfiledRecordFolderEntryIncludeParam'
- $ref: '#/parameters/unfiledRecordFolderIncludeSourceParam' - $ref: '#/parameters/unfiledRecordFolderIncludeSourceParam'
- $ref: '#/parameters/fieldsParam' - $ref: '#/parameters/fieldsParam'
- in: body - in: body
@@ -971,7 +970,7 @@ paths:
parameters: parameters:
- $ref: '#/parameters/unfiledRecordFolderIdParam' - $ref: '#/parameters/unfiledRecordFolderIdParam'
- $ref: '#/parameters/autoRenameParam' - $ref: '#/parameters/autoRenameParam'
- $ref: '#/parameters/unfiledRecordFolderChildEntryIncludeParam' - $ref: '#/parameters/unfiledRecordFolderEntryIncludeParam'
- $ref: '#/parameters/fieldsParam' - $ref: '#/parameters/fieldsParam'
- in: body - in: body
name: nodeBodyCreate name: nodeBodyCreate
@@ -1181,8 +1180,6 @@ paths:
Any field in the JSON body defined below can also be passed as a form-data field. 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 must specify at least a **name** and **nodeType**.
You can create a category like this: You can create a category like this:
@@ -1274,7 +1271,7 @@ paths:
parameters: parameters:
- $ref: '#/parameters/recordCategoryIdParam' - $ref: '#/parameters/recordCategoryIdParam'
- $ref: '#/parameters/autoRenameParam' - $ref: '#/parameters/autoRenameParam'
- $ref: '#/parameters/recordCategoryChildEntryIncludeParam' - $ref: '#/parameters/recordCategoryEntryIncludeParam'
- $ref: '#/parameters/fieldsParam' - $ref: '#/parameters/fieldsParam'
- in: body - in: body
name: nodeBodyCreate name: nodeBodyCreate