> ## Documentation Index
> Fetch the complete documentation index at: https://developers.respondent.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Oct 24, 2024

> Projects create and draft update now support setting autopay true or false.

<a href="/docs/Changelog/overview" className="changelog-back">← Back to Product Updates</a>

<Update label="Oct 24, 2024">
  **Projects create or update allows setting autopay true/false**

  Added Public API project create and draft update to set autopay true or false. Include the following in the payload:

  ```json theme={null}
  "automations": {
    "autopay": true
  }
  ```

  If the user does not send the preference in the payload, by default project creation/update sets `autopay: true`.

  Live in both staging and production.
</Update>
