Update an emergency contact
Updates the supplied fields for an existing emergency contact.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
id
Emergency contact ID.
Request
This endpoint expects an object.
firstname
lastname
description
email
home_phone
cell_phone
relation
address
city
state
country
zip
emergency_contact_type_id
Response
Emergency contact updated.
status
message
data
Updated emergency contact resource.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

