From 7b86a0ec8aafeec77e36abce9ce1fd79696f121c Mon Sep 17 00:00:00 2001 From: Sathish Kumar Date: Tue, 25 Jun 2024 14:56:46 +0530 Subject: [PATCH] [APPS-2853] Swagger Documentation for Retention Schedule V1 APIs --- .../src/main/webapp/definitions/gs-core-api.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 e281b01420..16d6d8b136 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 @@ -2674,7 +2674,7 @@ paths: $ref: '#/definitions/RetentionScheduleResponse' '400': description: | - Invalid parameter: recordCategoryId is not a valid format + Invalid parameter: value of recordCategoryId is invalid '401': description: Authentication failed '403': @@ -2713,7 +2713,7 @@ paths: $ref: '#/definitions/RetentionScheduleResponseList' '400': description: | - Invalid parameter: recordCategoryId is not a valid format + Invalid parameter: value of recordCategoryId is invalid '401': description: Authentication failed '403': @@ -2772,7 +2772,7 @@ paths: $ref: '#/definitions/RetentionStepNodeBodyResponse' '400': description: | - Invalid parameter: retentionScheduleId is not a valid format + Invalid parameter: value of retentionScheduleId is invalid Invalid parameter (e.g. event, period, periodProperty) '401': description: Authentication failed @@ -2813,7 +2813,7 @@ paths: $ref: '#/definitions/RetentionStepsNodeBodyResponse' '400': description: | - Invalid parameter: retentionScheduleId is not a valid format + Invalid parameter: value of retentionScheduleId is invalid '401': description: Authentication failed '403': @@ -4527,10 +4527,6 @@ definitions: type: array items: $ref: '#/definitions/Actions' - events: - type: array - items: - type: string Actions: type: object properties: @@ -4556,6 +4552,10 @@ definitions: type: boolean location: type: string + events: + type: array + items: + type: string index: type: integer RetentionStepNodeBodyCreate: