Skip to main content

Update Records

PATCH 

/v1/rdb/rest/:table

Update data according to conditions, WHERE conditions must be provided

Request

Path Parameters

    table stringrequired

    Table name

Query Parameters

    select string

    Return fields, supports * or specified field list

    limit integer

    Limit update count

    order string

    Sort field

Header Parameters

    Prefer string

    Preference setting, such as return=representation returns updated data

Body

required

    object

Responses

Update successful (with response body)

Response Headers
  • Content-Range string

    Number of affected rows

  • Preference-Applied string

    Applied preference settings

Schema
  • Array [
  • object

  • ]
Loading...