Skip to content

Endpoint

  • Method: POST
  • Path: /feeds/{feed_id}
  • Edition: Core
  • Controller: FeedsController@update
  • Route source: fluent-community/app/Http/Routes/api.php:43
  • Controller source: fluent-community/app/Http/Controllers/FeedsController.php

POST Update Feed

POST
/feeds/{feed_id}

Update Feed for the FluentCommunity Feeds API.

Controller: FeedsController@update
Route source: fluent-community/app/Http/Routes/api.php:43

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Parameters

Path Parameters

feed_id*

Feed ID extracted from the URL path.

Type
integer
Required

Request Body

application/json
JSON
{
  
"new_space_id": "string",
  
"status": "string",
  
"send_announcement_email": "string",
  
"content_type": "string",
  
"topic_ids": [
  
  
"string"
  
],
  
"message": "string",
  
"survey": {
  
  
"options": [
  
  
  
"string"
  
  
],
  
  
"end_date": "string",
  
  
"type": "string"
  
},
  
"title": "string"
}

Responses

Successful response

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

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation