cURL
curl --request PUT \ --url https://notification.platform.dev.ai71services.ai/api/v1/onboarding/product/{productId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "name": "<string>" } '
"<string>"
Update a product properties like name, etc
API key for authorization
Update Product Request body
Updated Successfully
The response is of type string.
string