adding rest-api
This commit is contained in:
9
rest-api/api-test/update-event.http
Normal file
9
rest-api/api-test/update-event.http
Normal file
@@ -0,0 +1,9 @@
|
||||
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"
|
||||
}
|
||||
Reference in New Issue
Block a user