PUT
/
admin
/
email
/
status
/
{email_id}
/
update
curl --request PUT \
  --url https://api.helpyousponsor.com/v1/admin/email/status/{email_id}/update \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

email_id
integer
required

The id of the email

Response

200
application/json
Successful operation
message
string

The status of the operation

status
string

The new status of the email