Created
May 10, 2012 22:20
-
-
Save odrotbohm/2656266 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET /events/{id} | |
200 OK | |
{ title : "Marathon", | |
available-lengths: [ 15, 20, 40 ] } | |
Noch keine registrations | |
------------------------ | |
GET /users/{id}/registrations | |
200 OK | |
{} | |
POST /users/{id}/registrations | |
{ event : "/events/{eventid}", | |
length : 15 } | |
Dann entweder: | |
201 Created | |
Location: /users/{id}/registration/1 | |
oder | |
409 Conflict |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment