Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion main/docs/oas/tenant-logs/logs-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -33495,7 +33495,8 @@
"body": {
"properties": {
"app_metadata": {
"type": "object"
"type": "object",
"description": "App metadata included directly in the signup request body by the calling client. This field is not populated from metadata set by pre-registration Actions; app_metadata applied by Actions is written to the user record but does not appear in the log body."
},
"blocked": {
"type": "boolean"
Expand Down Expand Up @@ -33655,6 +33656,7 @@
"type": "string"
},
"user_metadata": {
"description": "User metadata included directly in the signup request body by the calling client. This field is not populated from metadata set by pre-registration Actions and does not reflect the final user record.",
"anyOf": [
{
"type": "string"
Expand Down