Hi @Joe_Trollo, @Ross_Grambo, and team,
This looks like a bug to me…
If I try to archive a project by setting the archived
flag to true
, and I also have this property included in my request:
"is_template": "false"
then even though it’s set to false
, the request fails with this error:
If I just remove the
"is_template": "false"
then everything works perfectly.
Certainly this error should be returned if I had is_template
set to true
, but it should not error when I have is_template
set to false
, right?