Athena
V1Table

Update rows filtered via PostgREST expressions

Filters are required (`column.eq=value`, `column.lte=value`, `or=(...)`). The request body must be an object describing the columns to patch. `Prefer: return=minimal` controls whether the response returns data.

PATCH
/rest/v1/{table}

Path Parameters

table*string

Header Parameters

X-Athena-Client*string
apikey*string
x-api-key?string
Prefer?string

Set return=minimal for HTTP 204.

Request Body

application/json

Response Body

application/json

curl -X PATCH "https://athena-cluster.com/rest/v1/string" \  -H "X-Athena-Client: string" \  -H "apikey: string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "data": [
    {}
  ]
}
Empty
Empty
Empty