Add this content item to the list of featured content.
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 ContentAuthentication is required, and access is restricted to admins.
| Name | Description | Value |
|---|---|---|
| contentId | the ID of the content as a GUID with dashes | string |
| Name | Description | Value |
|---|---|---|
| listingId | the ID of the listing to feature, or undefined if we should use the most recent optional | number |
Successful responses are code 204. Error responses are standard.
NONE