GET /api/blood_pressure_condition
GET /api/blood_pressure_condition/:id
Parameter | Type | Description |
---|---|---|
id |
integer |
Optional |
POST /blood_pressure_condition
Parameter | Type | Description |
---|---|---|
name |
string |
Required |
PUT /api/blood_pressure_condition/:id
Parameter | Type | Description |
---|---|---|
id |
integer |
Required |
name |
string |
Optional |
DELETE /api/blood_pressure_condition/:id
Parameter | Type | Description |
---|---|---|
id |
integer |
Required |