cURL
curl --request PATCH \ --url https://api-v2.missioninbox.com/projects/{id}/ \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
{ "id": 123, "name": "<string>", "domains": "<string>", "mailboxes": "<string>", "sent_emails": "<string>", "open_rate": "<string>", "reply_rate": "<string>", "bounce_rate": "<string>", "spam_complaints": "<string>", "status": "<string>", "health": "<string>" }
Update specific fields of a project (e.g., name).
A unique integer value identifying this project.
New project name (must be unique)
255