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’

Last updated

Was this helpful?