Update an existing product-event mapping
PUT/api/v1/product-event-mappings/:id
Updates an existing product-event mapping with the provided details. Only productName and eventName can be updated. DefinitionId, targetAudience, and businessApplication cannot be changed via PUT - they can only be set during creation (POST).
Request
Responses
- 200
- 400
- 404
Product-event mapping updated successfully
Invalid request or validation error
Product-event mapping not found