# Favorite Saved Report POST /v3/reports/grid/saved/{id}/favorites Mark a saved report as a "favorite" for the user to whom the API key belongs Endpoint: POST /v3/reports/grid/saved/{id}/favorites Security: API_Key ## Path parameters: - `id` (integer, required) ID of the saved report ## Response 400 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)