Edit a deal event

PATCH/api/deals/event/{eventId}/edit

Path parameters

  • eventIdstringRequired#
    Unique identifier of the deal event.

Request body

Body shape: ObjectRequest (required)

Responses

200Event updated.ObjectResponse
{}
401Unauthorized.Error
403Forbidden.Error
404Event not found.Error
422Validation error.Error
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 '{}'