Project.icon not writable by API

Looking at the schema documentation for Project, I see that the icon field is listed.

The schema notes don’t indicate that this is a read-only property, however it’s not included in the list of properties for project creation or update, and attempting to include the field when creating a new project fails with the following error:

400 Bad Request: icon: Cannot write this property

  • Is there a plan to include this in the creation/update operation at some point?
  • Should the documentation of the schema reflect which properties are read-only, as it does for create-only properties already?

Mike.

1 Like