Update record

Update an existing record

PUT
/bases/{baseId}/collections/{collectionId}/records/{recordId}
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Path Parameters

baseIdstring

Base ID

collectionIdstring

Collection ID

recordIdstring

Record ID

Record update input

data?Record

Empty Object

Response Body

curl -X PUT "https://eu1.api.bivariant.com/v1/bases/string/collections/string/records/string" \  -H "Content-Type: application/json" \  -d '{}'
{}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}