Edit a deal event
PATCH
/api/deals/event/{eventId}/editPath parameters
- Unique identifier of the deal event.
Request body
Body shape: ObjectRequest (required)
Responses
{}curl -X PATCH https://your-url.com/kong/core/api/gateway/api/deals/event/{eventId}/edit\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"\
-d '{}'