Update a projectAsk AIput https://api.ducky.ai/v1/projects/{project_id}Update a specific project's details by providing its unique identifier.Path Paramsproject_idstringrequiredThe unique identifier of the project to updateBody Paramsproject_namestringThe name of the projectResponses 200Project successfully updated 400Invalid request (e.g., missing or invalid fields) 404Project not foundUpdated 7 months ago