mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-5087 - added isUnfiledRecordFolder and isRecord as required
This commit is contained in:
@@ -2622,10 +2622,6 @@ definitions:
|
||||
The character . must not be used at the end of the name.
|
||||
nodeType:
|
||||
type: string
|
||||
isUnfiledRecordFolder:
|
||||
type: boolean
|
||||
isRecord:
|
||||
type: boolean
|
||||
modifiedAt:
|
||||
type: string
|
||||
format: date-time
|
||||
@@ -2661,6 +2657,8 @@ definitions:
|
||||
- id
|
||||
- name
|
||||
- nodeType
|
||||
- isUnfiledRecordFolder
|
||||
- isRecord
|
||||
- createdAt
|
||||
- createdByUser
|
||||
- modifiedAt
|
||||
@@ -2753,6 +2751,8 @@ definitions:
|
||||
- id
|
||||
- name
|
||||
- nodeType
|
||||
- isUnfiledRecordFolder
|
||||
- isRecord
|
||||
- createdAt
|
||||
- createdByUser
|
||||
- modifiedAt
|
||||
@@ -2810,6 +2810,8 @@ definitions:
|
||||
- id
|
||||
- name
|
||||
- nodeType
|
||||
- isUnfiledRecordFolder
|
||||
- isRecord
|
||||
- createdAt
|
||||
- createdByUser
|
||||
- modifiedAt
|
||||
|
Reference in New Issue
Block a user