Files
noahspan-go/rest-api/api-test/update-event.http
2026-07-08 06:59:16 -05:00

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"
}