This endpoint updates an existing contact for a specific distillery. You only need to include the fields you want to update in the request body.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.
API Endpoint
- Method: PUT
- Path:
/odis/v1/distilleries/:id/contacts/:contact_id
Request Body
Include only the fields you want to update. For example, to update just the role:Available Fields
first_namelast_nameemailphonerole
Response
200 OK
Error Responses
-
401 Unauthorized
-
403 Forbidden
-
404 Not Found
-
422 Unprocessable Entity

