DDSPALOOZA
v1
events
attendees
GETGet Attendees
localhost:8080/events/attendees
Example Request
Get Attendees
200 OK
Example Response
No response headers
This request doesn't return any response headers
POSTPost an Attendee
localhost:8080/events/attendees
Example Request
Post an Attendee
200 OK
Example Response
No response headers
This request doesn't return any response headers
PATCHPatch an Attendee
localhost:8080/events/attendees/:id
PATH VARIABLES
id
Example Request
Patch an Attendee
200 OK
Example Response
No response headers
This request doesn't return any response headers
DELETEDelete an Attendee
localhost:8080/events/:eventId/attendees/:attendeeId
PATH VARIABLES
eventId
attendeeId
Example Request
Delete an Attendee
200 OK
Example Response
No response headers
This request doesn't return any response headers