mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-11-05 15:32:21 +00:00
[APPS-2853] Swagger Documentation for Retention Schedule V1 APIs
This commit is contained in:
committed by
suneet-gupta
parent
f532ad3695
commit
eeb0072f1f
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user