v1
latestOpenAPI 3.0.32026-08-061874701.5 MBfavorites
Add favorites
Adds one or more favorite items for the current user. This operation supports both single-object and bulk semantics. For more information, see Optional Bulk Operations. If called with a single Favorite object, and that favorite already exists, error code 1129 is returned. If called with an array of Favorite objects, any objects specified in the array that are already marked as favorites are ignored and omitted from the response.
post/favorites
Headers
Content-Typestring
Required for POST and PUT requests. Defines the structure for the request body.
Request body
Response
Result object containing either a single Favorite object or an array of Favorite objects.
Example response
{
"message": "SUCCESS"
}