v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBx) Accounts
Update a product
Updates the fields of an existing product. The productMode header can control update behaviour for specific product types.
put/eclipse-conductor/rest/v1/tenants/{tenantId}/organisations/{organisationId}/products/{productId}
Path parameters
tenantIdinteger required
organisationIdinteger required
productIdinteger required
Headers
productModestring
Request body
Example request
{
"created": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00"
}Response
OK
Example response
{
"created": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00"
}