mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
RM-5087 - Removed association from file plan children and recordCateg children
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user