-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
only one is needed i guess. Also this would probably just be POST /users
or POST /user
would be able to handle both list and single
There is an approach for this using queryParameters
. The reason behind this is, that you don't want to create a new endpoint for every possible attribute the pet might have. instead you would do this: /GET /pet?status=alive&tag=pettag
Metadata
Metadata
Assignees
Labels
No labels