Skip to content

Instantly share code, notes, and snippets.

@aldantas
Created August 2, 2016 19:36
Show Gist options
  • Save aldantas/11f7f4964676fe62acb08798880f469e to your computer and use it in GitHub Desktop.
Save aldantas/11f7f4964676fe62acb08798880f469e to your computer and use it in GitHub Desktop.
# POST http://localhost:8080/fomento/api/researchgroup/role
# Content-Type: application/json
{
"role": "Bolsista"
}
# GET http://localhost:8080/fomento/api/researchgroup/role
[
{
"id": 1,
"role": "Bolsista"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment