From 9aa5f8a5ce570c78e75836b43dc824e4e892c64c Mon Sep 17 00:00:00 2001 From: pjoshi31 Date: Mon, 5 Dec 2022 14:53:00 +0530 Subject: [PATCH] Retention management Get request swagger --- .../main/webapp/definitions/gs-core-api.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/amps/ags/rm-community/rm-community-rest-api-explorer/src/main/webapp/definitions/gs-core-api.yaml b/amps/ags/rm-community/rm-community-rest-api-explorer/src/main/webapp/definitions/gs-core-api.yaml index 8a60bb6ce6..8162755791 100644 --- a/amps/ags/rm-community/rm-community-rest-api-explorer/src/main/webapp/definitions/gs-core-api.yaml +++ b/amps/ags/rm-community/rm-community-rest-api-explorer/src/main/webapp/definitions/gs-core-api.yaml @@ -4218,6 +4218,33 @@ definitions: - entry properties: entry: + $ref: '#/definitions/RetentionData' + RetentionData: + type: object + properties: + authority: + type: string + description: this is retention schedule authority name + instructions: + type: string + description: this is retention schedule instructions + unpublishedUpdates: + type: boolean + description: this is retention schedule unpublishedUpdates + default: false + publishInProgress : + type: boolean + description: this is retention schedule publishInProgress + default: false + recordLevelDisposition: + type: boolean + description: this is retention schedule recordLevelDisposition + default: false + canStepsBeRemoved: + type: boolean + description: this is retention schedule canStepsBeRemoved + default: true + actions: $ref: '#/definitions/RetentionSchedule' RetentionSchedule: