forked from andyburke/autonomous.contact
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			261 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			261 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # /api/rooms/:room_id/events
 | |
| 
 | |
| Interact with a events for a room.
 | |
| 
 | |
| ## GET /api/rooms/:room_id/events
 | |
| 
 | |
| Get events for the given room.
 | |
| 
 | |
| ## PUT /api/rooms/:room_id/events/:event_id
 | |
| 
 | |
| Update an event.
 | |
| 
 | |
| ## DELETE /api/rooms/:room_id/events/:event_id
 | |
| 
 | |
| Delete an event.
 |