-
Notifications
You must be signed in to change notification settings - Fork 1
Conflict Error
Jefferson Medeiros edited this page Nov 28, 2019
·
2 revisions
Description
There was an attempt to perform an opertaion on a resource with information already existing on another resource of the same type.
Pattern error
{
"code": 409,
"message": "{resource name} is already registered..."
}
The resource names currently used are:
- Body Fat
- Environment
- Physical Activity
- Sleep
- Weight
OCARIoT IoT Tracking Microservice API (Full documentation)
- POST children.physicalactivities
- GET children.physicalactivities
- GET children.physicalactivities.activity_id
- DELETE children.physicalactivities.activity_id
- POST children.weights
- GET children.weights
- GET children.weights.weight_id
- DELETE children.weights.weight_id
- POST children.bodyfats
- GET children.bodyfats
- GET children.bodyfats.bodyfat_id
- DELETE children.bodyfats.bodyfat_id