[R2] Update README.md

This commit is contained in:
Mirna Gama 2024-01-04 18:30:29 -03:00 committed by Mirna Gama
parent af9653f9a6
commit 51a5eda69e

View File

@ -24,7 +24,7 @@ Hospital Management API built in Spring Boot
### /doctors ### /doctors
POST - [**/api/v1.0/doctors**] - Adds a new doctor #### POST - [**/api/v1.0/doctors**] - Adds a new doctor
- **Body:** - **Body:**
``` ```
@ -52,7 +52,7 @@ POST - [**/api/v1.0/doctors**] - Adds a new doctor
| `200` | _Successful operation_ | | `200` | _Successful operation_ |
| `400` | _Validation Error_ | | `400` | _Validation Error_ |
GET - [**/api/v1.0/doctors**] - Get a list of doctors #### GET - [**/api/v1.0/doctors**] - Get a list of doctors
- **Response Body Example:** - **Response Body Example:**
``` ```