Skip to content

Endpoint

  • Method: POST
  • Path: /admin/push-settings
  • Edition: Core
  • Controller: AdminController@savePushSettings
  • Route source: fluent-community/app/Http/Routes/api.php:108
  • Controller source: fluent-community/app/Http/Controllers/AdminController.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 Save Push Settings

POST
/admin/push-settings

Post Save Push Settings for the FluentCommunity Admin API.

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

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Request Body

application/json
JSON
{
  
"settings": {
  
}
}

Responses

Successful response

application/json
JSON
{
  
"push_settings": [
  
  
{
  
  
  
"additionalProperties": "string"
  
  
}
  
],
  
"message": "string"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation