Settings

post
Authorizations
Body
idstring · uuidRead-onlyRequired
additional_testimony_fieldsstringRead-onlyRequired
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyRequired
contentstringRequired
is_archivedbooleanOptional
is_anonymousbooleanOptional
statusstring · enumOptional
  • pending - Pending
  • archived - Archived
  • approved - Approved
  • rejected - Rejected
Possible values:
mediaanyOptional
reasonstring | nullableOptional
churchstring · uuid | nullableOptional
Responses
200Success
application/json
post
POST /api/testimonies/settings HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 239

{
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:52:36.533Z",
  "content": "text",
  "is_archived": true,
  "is_anonymous": true,
  "status": "pending",
  "media": null,
  "reason": "text",
  "church": "123e4567-e89b-12d3-a456-426614174000"
}
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "additional_testimony_fields": "text",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:52:36.533Z",
  "updated_at": "2025-07-23T12:52:36.533Z",
  "content": "text",
  "is_archived": true,
  "is_anonymous": true,
  "status": "pending",
  "media": null,
  "reason": "text",
  "church": "123e4567-e89b-12d3-a456-426614174000"
}