Updates an existing collection Record.

Depending on the collection's updateRule value, the access to this action may or may not have been restricted.

You could find individual generated records API documentation from the Dashboard.

API details
PATCH
/api/collections/collectionIdOrName/records/recordId
Path parameters
Param Type Description
collectionIdOrName String ID or name of the record's collection.
recordId String ID of the record to update.
Body Parameters
Param Type Description
Schema fields
Any field from the collection's schema.
Additional auth record fields
Optional oldPassword
String Old auth record password.
This field is required only when changing the record password. Superusers and auth records with "Manage" access can skip this field.
Optional password
String New auth record password.
Optional passwordConfirm
String New auth record password confirmation.
Body parameters could be sent as JSON or multipart/form-data.
File upload is supported only through multipart/form-data.
Query parameters
Param Type Description
Responses
{#each responses as response (response.code)} {/each}
{#each responses as response (response.code)}
{/each}