Endpoint
- Method:
GET - Path:
/migrations - Edition: Core
- Controller:
MigrationController@getAvailableMigrations - Route source:
fluent-community/Modules/Migrations/Http/migration_api.php:11 - Controller source:
fluent-community/Modules/Migrations/Http/Controllers/MigrationController.php
GET List Available Migrations
GET
/migrations
List Available Migrations for the FluentCommunity Migrations API.
Controller: MigrationController@getAvailableMigrations
Route source: fluent-community/Modules/Migrations/Http/migration_api.php:11
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Responses
Successful response
application/json
JSON "migrations": [ { "additionalProperties": "string" } ]
{
}