Update projectAsk AIput https://app.hive.com/api/v1/projects/{projectId}Update a project by idPath ParamsprojectIdstringrequiredID of the project to updateBody ParamsnamestringProject namedescriptionstringProject descriptionstartDatedateStart date of the Project. Pass null value to unsetendDatedateEnd date of the Project. Pass null value to unsetcolorstringOptional hex code for project coloraccessOptionstringProject access permissions. Either public or privateparentProjectstringDefaults to Id of parent projectsharingTypestringSharing type of the project (one of "everyone", "custom" or "me")membersarray of stringsArray of User IDs to set as members of the project.membersADD stringteamsarray of stringsArray of Team IDs to set as members of the project.teamsADD stringarchivedbooleanDefaults to falsetemplatearray of objectstemplate could be a string - ID of template to apply. Array of IDs. Object - object with settings for template appliance. Array of objects with settings for template appliancetemplateADD objectbudgetint32Budget value for the ProjectisDraftModebooleanBoolean value representing whether a project is in Draft Mode state or not. Pass boolean value to update Draft Mode state of the project.Responses 200200 400400Updated 9 months ago