Skip to main content

Change the Event of an EventDate

PUT 

/eventdate/:guid/event/:event_guid

Change the Event of an EventDate.

Request

Path Parameters

    guid uuidrequired

    The guid of the EventDate.

    event_guid uuidrequired

    The guid of the Event to move the EventDate to.

Responses

Event of EventDate changed succesfully. This returns an empty response.

Loading...