Skip to content

Endpoint

  • Method: PATCH
  • Path: /spaces/space_groups/re-index-spaces
  • Edition: Core
  • Controller: SpaceController@updateSpaceIndexes
  • Route source: fluent-community/app/Http/Routes/api.php:36
  • Controller source: fluent-community/app/Http/Controllers/SpaceController.php

PATCH Reindex Spaces

PATCH
/spaces/space_groups/re-index-spaces

Reindex Spaces for the FluentCommunity Spaces API.

Controller: SpaceController@updateSpaceIndexes
Route source: fluent-community/app/Http/Routes/api.php:36

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Request Body

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

Responses

Successful response

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

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation