From d551b84c310587cffca310fa25f12dfae7b425a2 Mon Sep 17 00:00:00 2001 From: Jeremy Daer Date: Wed, 5 Aug 2026 17:39:52 -0700 Subject: [PATCH] Document that a project's status is read-only on Update a project --- sections/projects.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sections/projects.md b/sections/projects.md index e67b211..380e2ef 100644 --- a/sections/projects.md +++ b/sections/projects.md @@ -552,6 +552,8 @@ _Optional parameters_: This will return `200 OK` with the current JSON representation of the project if the update was a success. See the [Get a project](#get-a-project) endpoint for more info. +A project's `status` is read-only here. Passing a `status` has no effect and still returns `200 OK`. To change it, see [Archive a project](#archive-a-project), [Unarchive a project](#unarchive-a-project), and [Trash a project](#trash-a-project). + ###### Copy as cURL ```shell