PUT /api/events/update/{eventId}
Path parameters
-
eventId
string(uuid) Required
application/json
PUT
/api/events/update/{eventId}
cURL (application/json)
curl \
--request PUT 'http://api.example.com/api/events/update/{eventId}' \
--header "Content-Type: application/json" \
--data '{"name":"string","date":"2025-05-04T09:42:00Z","details":"string"}'
curl \
--request PUT 'http://api.example.com/api/events/update/{eventId}' \
--header "Content-Type: text/json"
curl \
--request PUT 'http://api.example.com/api/events/update/{eventId}' \
--header "Content-Type: application/*+json"
Request examples
{
"name": "string",
"date": "2025-05-04T09:42:00Z",
"details": "string"
}
Request examples
{
"name": "string",
"date": "2025-05-04T09:42:00Z",
"details": "string"
}
Request examples
{
"name": "string",
"date": "2025-05-04T09:42:00Z",
"details": "string"
}