-
Notifications
You must be signed in to change notification settings - Fork 878
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
Create pet endpoint #86
Labels
Comments
haraldreingruber-dedalus
pushed a commit
to haraldreingruber-dedalus/spring-keycloak-angular-exercise
that referenced
this issue
Sep 22, 2022
…ot/npm_and_yarn/log4js-6.4.0 Bump log4js from 6.3.0 to 6.4.0
The
For creating a new pet, the Angular frontend use the POST
We have to associate a pet with its owner. Thus I propose to remove the POST |
Hi @arey Alexandre |
Hi @alexandre-touret yes sure :) |
alexandre-touret
added a commit
to alexandre-touret/spring-petclinic-rest
that referenced
this issue
Jul 7, 2023
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to the open API spec, there is the following endpoint to create a pet:
http://localhost:9966/petclinic/api/pets
, however I am getting a501
error whenever I send a POST request to that URL, indicating that it is not implemented. Is this the case?The text was updated successfully, but these errors were encountered: