PUT content/{contentId}/feature

Related

Add this content item to the list of featured content.

Example

PUT /api/v1/content/b730f9d1-ae9c-400a-b9cd-6530897d2a31/feature HTTP/1.1
Authorization: Bearer ...
Content-Type: application/json

{
  listingId: 301
}
----------------------------------------
HTTP/1.1 204 No Content

Security

Authentication is required, and access is restricted to admins.

URL Parameters

NameDescriptionValue
contentIdthe ID of the content as a GUID with dashesstring

Request Body

NameDescriptionValue
listingIdthe ID of the listing to feature, or undefined if we should use the most recent optionalnumber

Response

Successful responses are code 204. Error responses are standard.

Response Body

NONE