Update Private Life Moment
Pastoral Care
Update Private Life Moment
Updates one or more fields on a private life moment owned by the authenticated member. Set status to paused to stop pending follow-up without deleting the date.
PUT
Update Private Life Moment
Authorizations
Client API key copied from Developer Access in the TheFaithApp dashboard.
Member access token returned by POST /v1/auth/token.
Path Parameters
Private life-moment identifier.
Body
application/json
Private life-moment kind.
Available options:
birthday, grief_anniversary, illness_check_in, crisis_follow_up, hard_anniversary Example:
"grief_anniversary"
Life-moment status editable by the member.
Available options:
active, paused Example:
"active"
Private title.
Required string length:
2 - 160Private event date.
Whether the private date occurs once or yearly.
Available options:
once, yearly Example:
"yearly"
Days before the event to remind the care team.
Required range:
0 <= x <= 60Optional private guidance.
Maximum string length:
5000