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