Endpoint
- Method:
POST - Path:
/migrations/buddypress/start - Edition: Core
- Controller:
BPMigrationController@startMigration - Route source:
fluent-community/Modules/Migrations/Http/migration_api.php:13 - Controller source:
fluent-community/Modules/Migrations/Http/Controllers/BPMigrationController.php
POST Start Buddypress Migration
POST
/migrations/buddypress/start
Start Buddypress Migration for the FluentCommunity Migrations API.
Controller: BPMigrationController@startMigration
Route source: fluent-community/Modules/Migrations/Http/migration_api.php:13
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Request Body
application/json
JSON "reset_migration": "string", "delete_current_data": "string", "config": { }
{
}
Responses
Successful response
application/json
JSON "current_status": "string", "max_ids": 0
{
}