Skip to content

Endpoint

  • Method: PUT
  • Path: /profile/{username}
  • Edition: Core
  • Controller: ProfileController@patchProfile
  • Route source: fluent-community/app/Http/Routes/api.php:86
  • Controller source: fluent-community/app/Http/Controllers/ProfileController.php

PUT Patch Profile

PUT
/profile/{username}

Patch Profile for the FluentCommunity Profile API.

Controller: ProfileController@patchProfile
Route source: fluent-community/app/Http/Routes/api.php:86

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Parameters

Path Parameters

username*

Username extracted from the URL path.

Type
string
Required

Request Body

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

Responses

Successful response

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

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation