Submits corrections for a specific juice. This endpoint allows users to propose changes to various fields of a juice, including its name, proof, and image.Documentation Index
Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
The ID of the juice for which corrections are being submitted.
The ID of the bottle associated with the corrections.
An array of correction items, each containing the field to be corrected, its current value, and the suggested new value.
The name of the field being corrected (e.g., “name”, “proof”, “image”).
The current value of the field.
The suggested new value for the field. Can be null for image corrections.
Returns
Returns a success message indicating the number of corrections submitted successfully, or an error message if the submission fails.Error Responses
If the submission fails due to invalid parameters or other issues, you may receive an error response:Notes
- The API supports submitting multiple corrections in a single request.
- For image corrections, the
suggestedfield can benull. - Invalid field names or values will result in an error response.
- The API will return a singular or plural success message based on the number of corrections submitted.
- Ensure you have the necessary authentication token in the request header.

