Skip to main content
This guide explains how to update an existing project using the BlendDuck SDK.

Usage

To update a project, you’ll use the projects.update() method of the BlendDuck client.

Error Handling

If there’s an issue with updating the project or with the API request, the method will throw an error. It’s good practice to wrap the call in a try-catch block to handle any potential errors gracefully.