Patch Event
This endpoint patches a specific event.
info
This operation requires authentication and that the user is the manager of the event.
note
You can use this endpoint to edit a single field passing only the id and the needed field (without mandatory fields).
For example to change only privacy or image_original fields.
HTTP Request
PATCH /api/v2/event/{id}/
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | integer | true | A unique integer value identifying this event |
| body | body | Event | true | The request body (event params) |