RM-5087 - added isUnfiledRecordFolder and isRecord as required

This commit is contained in:
Ramona Popa
2017-05-18 15:42:48 +03:00
parent 958c9d7e20
commit f3444ff3c5

View File

@@ -2622,10 +2622,6 @@ definitions:
The character . must not be used at the end of the name. The character . must not be used at the end of the name.
nodeType: nodeType:
type: string type: string
isUnfiledRecordFolder:
type: boolean
isRecord:
type: boolean
modifiedAt: modifiedAt:
type: string type: string
format: date-time format: date-time
@@ -2661,6 +2657,8 @@ definitions:
- id - id
- name - name
- nodeType - nodeType
- isUnfiledRecordFolder
- isRecord
- createdAt - createdAt
- createdByUser - createdByUser
- modifiedAt - modifiedAt
@@ -2753,6 +2751,8 @@ definitions:
- id - id
- name - name
- nodeType - nodeType
- isUnfiledRecordFolder
- isRecord
- createdAt - createdAt
- createdByUser - createdByUser
- modifiedAt - modifiedAt
@@ -2810,6 +2810,8 @@ definitions:
- id - id
- name - name
- nodeType - nodeType
- isUnfiledRecordFolder
- isRecord
- createdAt - createdAt
- createdByUser - createdByUser
- modifiedAt - modifiedAt