RM-5087 - Removed association from file plan children and recordCateg children

This commit is contained in:
Ramona Popa
2017-05-12 16:46:51 +03:00
parent 01c8b33764
commit abea4bf13f

View File

@@ -314,7 +314,7 @@ paths:
'200': '200':
description: Successful response description: Successful response
schema: schema:
$ref: '#/definitions/RecordCategoryAssociationPaging' $ref: '#/definitions/RecordCategoryPaging'
'401': '401':
description: If authentication fails description: If authentication fails
'403': '403':
@@ -1157,7 +1157,7 @@ paths:
'200': '200':
description: Successful response description: Successful response
schema: schema:
$ref: '#/definitions/RecordCategoryAssociationPaging' $ref: '#/definitions/RecordCategoryChildPaging'
'401': '401':
description: If authentication fails description: If authentication fails
'403': '403':
@@ -2984,7 +2984,7 @@ definitions:
properties: properties:
entry: entry:
$ref: '#/definitions/RecordCategoryChild' $ref: '#/definitions/RecordCategoryChild'
RecordCategoryAssociationPaging: RecordCategoryPaging:
type: object type: object
properties: properties:
list: list:
@@ -2995,20 +2995,23 @@ definitions:
entries: entries:
type: array type: array
items: items:
$ref: '#/definitions/RecordCategoryChildAssociationEntry' $ref: '#/definitions/RecordCategoryEntry'
source: source:
$ref: '#/definitions/FilePlan' $ref: '#/definitions/FilePlan'
RecordCategoryChildAssociationEntry: RecordCategoryChildPaging:
type: object type: object
required:
- entry
properties: properties:
entry: list:
$ref: '#/definitions/RecordCategoryChildAssociation' type: object
RecordCategoryChildAssociation: properties:
allOf: pagination:
- $ref: '#/definitions/RecordCategoryChild' $ref: '#/definitions/Pagination'
- type: object entries:
type: array
items:
$ref: '#/definitions/RecordCategoryChildEntry'
source:
$ref: '#/definitions/RecordCategory'
## Record folder ## Record folder
RecordFolder: RecordFolder:
type: object type: object