-
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:
- Application
- Child
- Children Group
- Educator
- Family
- Health Professional
- Institution
OCARIoT Account Microservice API (Full documentation)
- POST institutions
- GET institutions
- GET institutions.inst_id
- PATCH institutions.inst_id
- DELETE institutions.inst_id
- POST educators.children.groups
- GET educators.children.groups
- GET educators.children.groups.group_id
- PATCH educators.children.groups.group_id
- DELETE educators.children.groups.group_id
- POST healthprofessionals
- GET healthprofessionals
- GET healthprofessionals.hprof_id
- PATCH healthprofessionals.hprof_id