ProjectsReportsStatus Report
PUT Update status report
Update an existing project status report under /api/v1/project/status-report. The source markdown documents the request headers and body fields.
PUT
/project/status-reportAuthorization
api-auth<api-auth>
api-token<UUID>
api-secret<api-secret>
Use the standard /api/v1 headers for this request.
Send the target id inside the JSON body.
API Credentials (save your keys here to make the request examples copy-ready)Hidden by default
Save your domain and request headers once, then reuse them across the current docs session.
Session storage clears when this tab closes. Local storage stays available the next time you open the docs in this browser.
Saved values are used in request examples and code snippets on API pages, including the request domain.
Request Body
application/json
Top-level request body type: object. Send JSON fields shown below.
id*integer
Acuity Type:bigint
Default:required
Acuity UI:Status Report ID
summarystring
Acuity Type:text
Default:green
Acuity UI:Summary
Nullable
accomplishmentsstring
Acuity Type:text
Default:green
Acuity UI:Accomplishments
Nullable
look_aheadstring
Acuity Type:text
Default:green
Acuity UI:Look Ahead
Nullable
help_neededstring
Acuity Type:text
Default:green
Acuity UI:Help Needed
Nullable
health_statusstring
Acuity Type:green | yellow | red | gray
Default:green
Acuity UI:Health Status
Value in "green" | "yellow" | "red" | "gray"
schedule_statusstring
Acuity Type:green | yellow | red | gray
Default:yellow
Acuity UI:Schedule Status
Value in "green" | "yellow" | "red" | "gray"
budget_statusstring
Acuity Type:green | yellow | red | gray
Default:green
Acuity UI:Budget Status
Value in "green" | "yellow" | "red" | "gray"
quality_statusstring
Acuity Type:green | yellow | red | gray
Default:green
Acuity UI:Quality Status
Value in "green" | "yellow" | "red" | "gray"
scope_stoplight_statusstring
Acuity Type:green | yellow | red | gray
Default:green
Acuity UI:Scope Status
Value in "green" | "yellow" | "red" | "gray"
risk_stoplight_statusstring
Acuity Type:green | yellow | red | gray
Default:green
Acuity UI:Risk Status
Value in "green" | "yellow" | "red" | "gray"
resource_stoplight_statusstring
Acuity Type:green | yellow | red | gray
Default:green
Acuity UI:Resource Status
Value in "green" | "yellow" | "red" | "gray"
benefits_stoplight_statusstring
Acuity Type:green | yellow | red | gray
Default:green
Acuity UI:Benefits Status
Value in "green" | "yellow" | "red" | "gray"
percent_completeinteger
Acuity Type:0-100
Default:0
Acuity UI:Percent Complete
Range 0..100