Skip to main content
PUT
/
admin
/
forms
/
{hysform_id}
Update a form
curl --request PUT \
  --url https://api.helpyousponsor.com/v1/admin/forms/{hysform_id} \
  --header 'Content-Type: application/json' \
  --header 'X-HYS-API-Key: <api-key>' \
  --data '
{
  "id": 123,
  "client_id": "<string>",
  "default_emailset_id": 123,
  "type": "<string>",
  "name": "<string>",
  "prefix": "<string>",
  "counter": 123,
  "box_folder_id": "<string>",
  "can_donor_modify_amount": "<string>",
  "mailchimp_list_id": "<string>",
  "forgive_missed_payments": 123,
  "notify": "<string>",
  "deleted_at": "<string>",
  "created_at": "<string>",
  "updated_at": "<string>",
  "hide_payment": "<string>",
  "hysform_id": 123
}
'
{
  "message": "Successfully Updated Form"
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.helpyousponsor.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Path Parameters

hysform_id
integer
required

ID of Hysform to update

Body

application/json

Hysform object that needs to be updated

id
integer
client_id
string
default_emailset_id
integer
type
string
name
string
prefix
string
counter
integer
box_folder_id
string
can_donor_modify_amount
string
mailchimp_list_id
string
forgive_missed_payments
integer
notify
string
deleted_at
string
created_at
string
updated_at
string
hide_payment
string
hysform_id
integer

Response

Successful operation

message
string