Skip to content

Endpoint

  • Method: POST
  • Path: /fluent-player/audio-media/{media_id}
  • Edition: Core
  • Controller: MediaController@updateAudioMeta
  • Route source: fluent-community/Modules/Integrations/FluentPlayer/Http/player_api.php:15
  • Controller source: fluent-community/Modules/Integrations/FluentPlayer/Http/Controllers/MediaController.php

POST Post Update Audio Meta

POST
/fluent-player/audio-media/{media_id}

Post Update Audio Meta for the FluentCommunity Media API.

Controller: MediaController@updateAudioMeta
Route source: fluent-community/Modules/Integrations/FluentPlayer/Http/player_api.php:15

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Parameters

Path Parameters

media_id*

Media ID extracted from the URL path.

Type
string
Required

Request Body

application/json
JSON
{
  
"title": "string",
  
"posterSrc": "string"
}

Responses

Successful response

application/json
JSON
{
  
"media": {
  
  
"media_id": 0,
  
  
"settings": {
  
  
}
  
}
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation