PUT
/
admin
/
auto_emails
/
emailset
curl --request PUT \
  --url https://api.helpyousponsor.com/v1/admin/auto_emails/emailset \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": 123,
  "client_id": "<string>",
  "name": "<string>",
  "from": "<string>",
  "emailset_id": 123
}'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Data for editing an email set
id
integer

The id of the emailset

client_id
string

The id of the client

name
string

The name of the email set

from
string

The sender of the email set

emailset_id
integer

The emailset id

Response

200
application/json
Successful operation
message
string

Response message