mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Make inlined JSON example valid
This commit is contained in:
parent
f33bf718c7
commit
f5c677146a
@ -78,20 +78,16 @@ The result payload likes
|
|||||||
"result": {
|
"result": {
|
||||||
"id": "USER_ID",
|
"id": "USER_ID",
|
||||||
"name": "John Doe",
|
"name": "John Doe",
|
||||||
"is_owner': true,
|
"is_owner": true,
|
||||||
"credentials": [
|
"credentials": [{
|
||||||
{
|
"auth_provider_type": "homeassistant",
|
||||||
"auth_provider_type": "homeassistant",
|
"auth_provider_id": null
|
||||||
"auth_provider_id": null
|
}],
|
||||||
}
|
"mfa_modules": [{
|
||||||
],
|
"id": "totp",
|
||||||
"mfa_modules": [
|
"name": "TOTP",
|
||||||
{
|
"enabled": true
|
||||||
"id": "totp",
|
}]
|
||||||
"name": "TOTP",
|
|
||||||
"enabled": true,
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user