Skip to content

Endpoint

  • Method: POST
  • Path: /settings/features/{feature_key}
  • Edition: Core
  • Controller: SettingController@updateFeatureSettings
  • Route source: app/Http/Routes/api.php

POST Update Feature Settings

POST
/settings/features/{feature_key}

Update settings for a specific feature.

Controller: SettingController@updateFeatureSettings
Route source: app/Http/Routes/api.php

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Parameters

Path Parameters

feature_key*

The feature key.

Type
integer
Required

Request Body

application/json
JSON
{
}

Responses

Successful response

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

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

FluentAffiliate developer documentation