Skip to main content

Move Event to Location

POST 

/event/:guid/location/:location_guid

Moves an Event to a new Location.

Request

Path Parameters

    guid uuidrequired

    The guid of the Event.

    location_guid uuidrequired

    The guid of the Location.

Responses

Event moved successfully. This returns an empty response.

Loading...