Update an existing projectCopy Pagepatch https://api.pixop.com/api/v1/projects/{id}Updates the details of an existing project by its unique identifier.Path ParamsiduuidrequiredThe unique identifier for the object.Body ParamsFields of a project that can be updated.Represents the fields that can be updated for a project.namestringlength between 1 and 47The name of the project. Must be between 1 and 47 characters long.Responses 200Successfully retrieved project details. 400Invalid request. Inspect the details of the error for more information. 401Authentication failed. Missing or invalid X-API-Key or basic authentication credentials. 403Access denied. You do not have the necessary permissions to access this resource. 404The requested resource could not be found. 429Too Many Requests. The rate limit for this resource has been exceeded. 500An unexpected error occurred on the server.Updated about 1 year ago