Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

O id precisa ser obrigatoriamente um int? #5

Open
dminatto opened this issue Dec 29, 2024 · 1 comment
Open

O id precisa ser obrigatoriamente um int? #5

dminatto opened this issue Dec 29, 2024 · 1 comment

Comments

@dminatto
Copy link

GET /parking/:plate
[
  { id: 42, time: '25 minutes', paid: true, left: false }
]

Observando o exemplo acima, o id precisa ser obrigatoriamente um int como no exemplo?

@marciomoradei
Copy link

GET /parking/:plate
[
  { id: 42, time: '25 minutes', paid: true, left: false }
]

Observando o exemplo acima, o id precisa ser obrigatoriamente um int como no exemplo?

Não é obrigatório @dminatto. Pode ser como int sim, mas caso queira fazer de outra maneira, não tem problema. Faça como achar melhor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants