Skip to content

Endpoint

  • Method: POST
  • Path: /admin/on-boardings/change-slug
  • Edition: Core
  • Controller: AdminController@changePortalSlug
  • Route source: fluent-community/app/Http/Routes/api.php:112
  • Controller source: fluent-community/app/Http/Controllers/AdminController.php

POST Change Portal Slug

POST
/admin/on-boardings/change-slug

Change Portal Slug for the FluentCommunity Admin API.

Controller: AdminController@changePortalSlug
Route source: fluent-community/app/Http/Routes/api.php:112

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Request Body

application/json
JSON
{
  
"new_slug": "string"
}

Responses

Successful response

application/json
JSON
{
  
"message": "string"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation