Updates an allowlisted subset of project fields. At least one allowed field must be present in the body. Project status, ownership, and credits are NOT updatable via this endpoint.
Allowed fields: clientName, industry, companySize, description, currency.
Validation:
description must be a string when present and is capped at 5,000 characters.EMPTY_PATCH.description returns 400 INVALID_DESCRIPTION_TYPE.description over 5,000 chars returns 400 DESCRIPTION_TOO_LONG.Returns the updated project (camelCase, same shape as Project). Returns 404 if the project does not exist or does not belong to the caller.
Requires: Starter tier or higher, AND a PAT carrying the write scope (PATs only). Browser sessions implicitly have all scopes.
Documentation Index
Fetch the complete documentation index at: https://docs.auditynow.com/llms.txt
Use this file to discover all available pages before exploring further.
A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.
The project's UUID.
All fields optional. At least ONE must be present, an empty body returns 400 EMPTY_PATCH. Status, ownership, and credits are not updatable here.
1 - 2001 - 10050Up to 5000 characters. Non-string values return 400 INVALID_DESCRIPTION_TYPE.
5000ISO 4217 currency code.
3Project updated
Lifecycle state of an audit project.
setup, analysis, interviews, complete, archived