... | @@ -5,9 +5,9 @@ |
... | @@ -5,9 +5,9 @@ |
|
|
|
|
|
#29: **POST** `/users/cadastrarUsuarios`
|
|
#29: **POST** `/users/cadastrarUsuarios`
|
|
|
|
|
|
#32: **DELETE** `/users/removerUsuario?={id}`
|
|
#32: **DELETE** `/users/removerUsuario/{id}`
|
|
|
|
|
|
#33: **GET** `/users/buscarUsuario?={id}`
|
|
#33: **GET** `/users/buscarUsuario/{id}`
|
|
|
|
|
|
#30: **PUT** `/users/atualizarUsuario`
|
|
#30: **PUT** `/users/atualizarUsuario`
|
|
|
|
|
... | @@ -24,7 +24,7 @@ |
... | @@ -24,7 +24,7 @@ |
|
|
|
|
|
#19: **POST** `eixo/cadastrarEixo`
|
|
#19: **POST** `eixo/cadastrarEixo`
|
|
|
|
|
|
#20: **DELETE** `eixo/removerEixo?={id}`
|
|
#20: **DELETE** `eixo/removerEixo/{id}`
|
|
|
|
|
|
#21: **PUT** `eixo/atualizarEixo`
|
|
#21: **PUT** `eixo/atualizarEixo`
|
|
|
|
|
... | @@ -35,7 +35,7 @@ |
... | @@ -35,7 +35,7 @@ |
|
|
|
|
|
#23: **POST** `faixa-etaria/cadastrarFaixaEtaria`
|
|
#23: **POST** `faixa-etaria/cadastrarFaixaEtaria`
|
|
|
|
|
|
#25: **DELETE** `faixa-etaria/removerFaixaEtaria?={id}`
|
|
#25: **DELETE** `faixa-etaria/removerFaixaEtaria/{id}`
|
|
|
|
|
|
#26: **PUT** `faixa-etaria/atualizarFaixaEtaria`
|
|
#26: **PUT** `faixa-etaria/atualizarFaixaEtaria`
|
|
|
|
|
... | @@ -44,12 +44,30 @@ |
... | @@ -44,12 +44,30 @@ |
|
|
|
|
|
#48: **POST** `pergunta/cadastrarPergunta`
|
|
#48: **POST** `pergunta/cadastrarPergunta`
|
|
|
|
|
|
#48: **DELETE** `pergunta/removerPergunta`
|
|
#48: **DELETE** `pergunta/removerPergunta/{id}`
|
|
|
|
|
|
#48: **GET** `pergunta/buscarPergunta/{id}`
|
|
#48: **GET** `pergunta/buscarPergunta/{id}`
|
|
|
|
|
|
#48: **PUT** `pergunta/atualizarPergunta`
|
|
#48: **PUT** `pergunta/atualizarPergunta`
|
|
|
|
|
|
## User Story #40: Conteúdos
|
|
## User Story #40: Conteúdos
|
|
|
|
#50: **GET** `conteudo/listarConteudos`
|
|
|
|
|
|
## User Story #42: Histórias |
|
#50: **POST** `conteudo/cadastrarConteudo`
|
|
\ No newline at end of file |
|
|
|
|
|
#50: **DELETE** `conteudo/removerConteudo/{id}`
|
|
|
|
|
|
|
|
#50: **GET** `conteudo/buscarConteudo/{id}`
|
|
|
|
|
|
|
|
#50: **PUT** `conteudo/atualizarConteudo`
|
|
|
|
|
|
|
|
## User Story #42: Histórias
|
|
|
|
#54: **GET** `historia/listarHistorias`
|
|
|
|
|
|
|
|
#54: **POST** `historia/cadastrarHistoria`
|
|
|
|
|
|
|
|
#54: **DELETE** `historia/removerHistoria/{id}`
|
|
|
|
|
|
|
|
#54: **GET** `historia/buscarHistoria/{id}`
|
|
|
|
|
|
|
|
#54: **PUT** `historia/atualizarHistoria` |
|
|
|
\ No newline at end of file |