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 46b922f9c9..d74c735d05 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 @@ -2637,19 +2637,19 @@ paths: schema: $ref: '#/definitions/Error' ##retention-schedule - '/categories/{categoryId}/retention-schedules': + '/record-categories/{categoryId}/retention-schedules': post: tags: - retention-schedule summary: Create a retention schedule description: | Create a retention schedule. - For example, the following JSON body to create a retention schedule: + For example, using the following JSON body will create a retention schedule: ```JSON { "authority" : "Retention Authority", "instructions" : "Retention Instructions", - "isRecordLevelDisposition" : false + "isRecordLevel" : false } ``` operationId: createRetentionSchedule @@ -4469,7 +4469,7 @@ definitions: type: string instructions: type: string - isRecordLevelDisposition: + isRecordLevel: type: boolean RetentionScheduleResponse: type: object @@ -4482,7 +4482,7 @@ definitions: type: string instructions: type: string - isRecordLevelDisposition: + isRecordLevel: type: boolean unpublishedUpdates: type: boolean @@ -4504,7 +4504,7 @@ definitions: type: string instructions: type: string - isRecordLevelDisposition: + isRecordLevel: type: boolean unpublishedUpdates: type: boolean