PATCH /projects/{project}/records/{table}/{id}
Records
PATCH /projects/{project}/records/{table}/{id}
Updates one row by primary key and returns the fresh row.
PATCH
PATCH /projects/{project}/records/{table}/{id}
Updates one row by primary key and returns the fresh row.
Full request:
Error or alternate response:
Endpoint details
string
required
Bearer
pat_... (Project API Token). Keep this token on your backend/server.string
required
Project slug. This acts as the Project ID in API paths.
string
required
Table name inside the project.
string
required
Resource id from the matching list or create response.
boolean
required
true for a successful response and false for an error response.object | null
Endpoint-specific response data when
ok is true; null on errors.object | null
Error code and message when
ok is false; null on success.string
required
Request identifier you can use when troubleshooting a specific API call.
Authentication
Project API Token.Parameters
Path:table required; id required. Body: either a row patch object or { "data": { ... } }.