9 lines
217 B
HTTP
9 lines
217 B
HTTP
PUT http://localhost:8080/events/1
|
|
content-type: application/json
|
|
|
|
{
|
|
"name": "Updated test event",
|
|
"description": "A test event",
|
|
"location": "Test location (updated)",
|
|
"dateTime": "2025-01-01T15:30:00.000Z"
|
|
} |