Skip to content

Endpoint

  • Method: POST
  • Path: /admin/topics/reorder
  • Edition: PRO
  • Controller: ProAdminController@reorderTopics
  • Route source: fluent-community-pro/app/Http/Routes/api.php:47
  • Controller source: fluent-community-pro/app/Http/Controllers/ProAdminController.php

Inferred sample

No recorded sample exists for this endpoint yet, so the payload below is inferred from the controller and model definitions. Field names and types are accurate; values are placeholders.

POST Post Reorder Topics

POST
/admin/topics/reorder

Post Reorder Topics for the FluentCommunity Admin API.

Controller: ProAdminController@reorderTopics
Route source: fluent-community-pro/app/Http/Routes/api.php:47

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Request Body

application/json
JSON
{
  
"topic_ids": [
  
  
"string"
  
]
}

Responses

Successful response

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

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation