Update Project
projects
Update Project
Update an existing project.
Parameters:
- project_id: Project UUID
- name: New project name (optional)
- description: New description (optional)
- status: New status (optional)
- research_goals: New research goals (optional)
- interview_guide: New interview guide (optional)
Returns:
- ProjectResponse with updated project details
PUT
Update Project
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json