MigratePolicy Data

Migrate policy data.

POST /policies/migrate-data

Migrate policy data. Only users with the Standard Registry role are allowed to make the request.

Request Body

NameTypeDescription

*

String

Migration config.

content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    error:
                      type: string
                    id:
                      type: string

Last updated