Resume migration asynchronous.
POST /policies/push/migrate-data/resume
Resume migration asynchronous. Only users with the Standard Registry role are allowed to make the request.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
description: Created task.
content:
application/json:
schema:
$ref: ‘#/components/schemas/TaskDTO’description: Unauthorized.description: Forbidden.description: Internal server error.
content:
application/json:
schema:
$ref: ‘#/components/schemas/InternalServerErrorDTO’Was this helpful?