Skip to content

Commit b2d53e2

Browse files
committed
Link 'User entity schema' to docs page
1 parent a9f4486 commit b2d53e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/auth.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export interface AuthModule {
138138
/**
139139
* Updates the current authenticated user's custom profile fields.
140140
*
141-
* Only custom fields defined in your User entity schema can be updated.
141+
* Only custom fields defined in your [User entity schema](https://docs.base44.com/developers/backend/resources/entities/user-schema) can be updated.
142142
* The following platform-managed fields are read-only and cannot be changed
143143
* with this method: `id`, `email`, `full_name`, `created_date`, `updated_date`,
144144
* `app_id`, `is_verified`, `is_service`, `disabled`, and `role`.

0 commit comments

Comments
 (0)