cURL
curl --request PATCH \ --url https://v1.api.flux-os.com/integrations/lookups/wells/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --header 'x-user-id: <api-key>' \ --data ' { "name": "<string>", "start_date": "2023-12-25", "well": { "uwi": "<string>", "name": null }, "organization": { "name": "<string>" }, "end_date": null } '
{ "data": { "name": "<string>", "start_date": "2023-12-25", "id": "<string>", "well": { "uwi": "<string>", "id": "<string>", "name": null }, "organization": { "name": "<string>", "id": "<string>" }, "end_date": null } }
Update an existing well lookup by ID
The well lookup ID
Show child attributes
Updated well lookup