# Update project details Update the details of a project by its projectId. Endpoint: PATCH /projects/{project_id} Version: 1.0.0 Security: api_key, tenant_id ## Path parameters: - `project_id` (string, required) The ID of the project to update ## Request fields (application/json): - `project_name` (string,null) Example: "The Impact of Formula 1 Excitement on Fan Enthusiasm" - `project_description` (string,null) Example: "Forumla 1 - US based fans" - `project_objective` (string,null) Example: "The research on 'The Impact of Formula 1 Excitement on Fan Enthusiasm' is crucial for understanding how the thrill of racing influences spectator engagement and loyalty. Current insights suggest that the suspense and unpredictability of races enhance viewer excitement and attachment to the sport. This study aims to delve deeper into these aspects, providing strategies to boost fan engagement and expand the sport's audience." - `research_questions` (string,null) Example: "Our primary research questions focus on understanding the impact of remote work on employee productivity and well-being. We hope to learn how different remote work policies affect job satisfaction and efficiency across various industries. Additionally, we aim to identify key factors that contribute to a successful remote work environment." - `success_criteria` (string,null) Example: "Success for this project would be clearly evidenced by its direct influence on enhancing our product features, refining our design aesthetics, and strategically informing our marketing campaigns. Ideally, the research findings will provide actionable insights that directly correlate with increased user engagement and satisfaction. Ultimately, the goal is to leverage this research to drive meaningful improvements across all departments, ensuring that every decision is data-informed and aligned with our users' needs." - `recruiting_criteria` (string,null) Example: "For this project, we are targeting participants who fall within the 30-50 age range, have a background in engineering or product management, and are currently employed in the tech industry. We are specifically focusing on individuals residing in North America and Europe to capture insights from key tech hubs. This demographic and customer segment approach ensures that we obtain targeted and relevant data for our research objectives." - `specific_guidelines` (string,null) Example: "Ask from the participants to mute notifications during the interview." - `redirect_url` (string,null) HTTPS URL to redirect participants after completing the interview Example: "https://example.com/thank-you" - `interview_modes` (array,null) Interview modes available for participants Enum: "typing", "talking" - `camera_access` (string) Camera access requirements for the interview Enum: "not_allowed", "optional", "required" - `logo_url` (string,null) URL to the organization's logo for branding. Recommended: minimum resolution of 160x160px with 1:1 aspect ratio for optimal display. Example: "https://example.com/logo.png" - `primary_color` (string,null) Primary brand color in hex format Example: "#FF6B35" - `secondary_color` (string,null) Secondary brand color in hex format Example: "#004E89" - `text_color` (string,null) Text color in hex format Example: "#FFFFFF" - `interview_languages` (array,null) List of languages supported for the interview using ISO 639-1 codes Enum: "en", "fr", "de", "es", "it", "ar", "ru", "ja", "he", "el", "uk" - `interview_length` (integer,null) Duration of the interview in minutes Enum: 10, 15, 20 ## Response 200 fields (application/json): - `project_id` (string) Example: "123e4567-e89b-12d3-a456-426614174000" ## Response 404 fields (application/json): - `detail` (object) - `detail.error` (string) Example: "not_found" - `detail.message` (string) Example: "Project not found." ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) Example: "field required" - `detail.type` (string, required) Example: "value_error.missing"