PATCH
/
v1
/
projects
/
{project_id}
from retab import Retab

client = Retab()
response = client.projects.update("<project_id>", name="New name")
{
  "id": "<string>",
  "name": "",
  "json_schema": {},
  "default_inference_settings": {
    "model": "gpt-4.1-mini",
    "temperature": 0,
    "modality": "native",
    "reasoning_effort": "medium",
    "image_resolution_dpi": 96,
    "browser_canvas": "A4",
    "n_consensus": 1
  },
  "updated_at": "2023-11-07T05:31:56Z"
}
from retab import Retab

client = Retab()
response = client.projects.update("<project_id>", name="New name")

Authorizations

Api-Key
string
header
required

Path Parameters

project_id
string
required

Body

application/json

Enhanced evaluation patch request with conflict detection support.

Response

200
application/json

Successful Response

The response is of type object.