Skip to content

Commit 6ac404a

Browse files
committed
docs(api): declare value metadata in response types
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 761d699 commit 6ac404a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/ResponseDefinitions.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
* user_uid: string,
4747
* value: ProfileFieldsValuePayload,
4848
* current_visibility: ProfileFieldsVisibility,
49+
* updated_by_uid: string,
50+
* updated_at: string,
4951
* }
5052
* @psalm-type ProfileFieldsEditableField = array{
5153
* definition: ProfileFieldsDefinition,

0 commit comments

Comments
 (0)