Skip to main content
PUT
Update A Mutual-Aid Post

Authorizations

X-API-Key
string
header
required

Client API key copied from Developer Access in the TheFaithApp dashboard.

Authorization
string
header
required

Member access token returned by POST /v1/auth/token.

Path Parameters

post
integer
required

Mutual-aid post identifier.

Required range: x >= 1

Body

application/json
kind
enum<string>
Available options:
need,
offer
category
enum<string>
Available options:
meals_groceries,
one_time_transport,
clothing_household,
school_supplies,
practical_help,
employment_information,
donation_drive,
other,
temporary_housing,
emergency_financial_support,
medical_equipment
specialized_details
object | null
title
string
Required string length: 3 - 120
details
string
Required string length: 10 - 3000
visibility
enum<string>
Available options:
church,
campus,
community_group,
leaders
branch_id
integer | null
community_group_id
integer | null
approximate_location
string | null
Maximum string length: 100
show_author_name
boolean
urgency
enum<string>
Available options:
normal,
time_sensitive
contact_preference
enum<string>
Available options:
in_app,
leader
expires_at
string<date-time> | null

Response

Mutual-aid post updated.

status
string
Allowed value: "Success"
data
object