cURL
curl --request PATCH \ --url https://waas-staging.embedly.ng/api/v1/products/update \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "name": "<string>", "description": "<string>", "direction": "<string>", "isActive": true }'
The endpoint allows you to update an existing product..
Status Code: 200 OK { "code": "00", "success": true, "message": "Updated Successfully", "data": { "id": "ed639208-0be4-11f0-a8a9-6045bd97b81d", "name": "Updated Loan", "description": "Updated Loan Description", "direction": "D", "isActive": true, "dateUpdated": "2025-03-28T14:57:11" } }
{ "code": "404", "success": false, "message": "The product you have specified does not exist", "data": null }