[APPS-2853] Swagger Documentation for Retention Schedule V1 APIs

This commit is contained in:
Sathish Kumar
2024-06-04 12:03:46 +05:30
committed by suneet-gupta
parent f532ad3695
commit eeb0072f1f

View File

@@ -2666,7 +2666,7 @@ paths:
produces:
- application/json
responses:
'200':
'201':
description: Successful response
schema:
$ref: '#/definitions/RetentionScheduleResponse'
@@ -2720,7 +2720,7 @@ paths:
description: Unexpected error
schema:
$ref: '#/definitions/Error'
'/retention-schedules/{retentionScheduleId}/retention-steps':
'/retention-schedule/{retentionScheduleId}/retention-steps':
post:
tags:
- retention-schedule
@@ -2773,7 +2773,7 @@ paths:
produces:
- application/json
responses:
'200':
'201':
description: Successful response
schema:
$ref: '#/definitions/RetentionStepNodeBodyResponse'