PUT
/
pages
/
{page_id}
curl --request PUT \
  --url https://api.feedspace.io/v3/pages/{page_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'fs-workspace-id: <fs-workspace-id>' \
  --data _method=PUT \
  --data show_logo=0 \
  --data is_logo_redirect_url=0 \
  --data 'redirect_url=<string>' \
  --data 'name=<string>' \
  --data 'title=<string>' \
  --data 'subtitle=<string>' \
  --data enable_cta_button=0 \
  --data 'button_name=<string>' \
  --data 'button_url=<string>' \
  --data allow_to_display_feed_date=0
{
  "message": "Page Updated Successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

fs-workspace-id
string
required

Workspace unique ID

Path Parameters

page_id
string
required

ID of the Wall of Love page

Body

application/x-www-form-urlencoded

Response

200 - application/json

Wall of Love page updated successfully.

The response is of type object.

PUT
/
pages
/
{page_id}
curl --request PUT \
  --url https://api.feedspace.io/v3/pages/{page_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'fs-workspace-id: <fs-workspace-id>' \
  --data _method=PUT \
  --data show_logo=0 \
  --data is_logo_redirect_url=0 \
  --data 'redirect_url=<string>' \
  --data 'name=<string>' \
  --data 'title=<string>' \
  --data 'subtitle=<string>' \
  --data enable_cta_button=0 \
  --data 'button_name=<string>' \
  --data 'button_url=<string>' \
  --data allow_to_display_feed_date=0
{
  "message": "Page Updated Successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

fs-workspace-id
string
required

Workspace unique ID

Path Parameters

page_id
string
required

ID of the Wall of Love page

Body

application/x-www-form-urlencoded

Response

200 - application/json

Wall of Love page updated successfully.

The response is of type object.