Skip to content

Commit efd419c

Browse files
committed
autogen(docs): generate cli docs
1 parent 2032ba4 commit efd419c

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

docs/kratos/concepts/messages.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,11 @@
880880
"expired_at_unix": 1577840399
881881
}
882882
},
883+
{
884+
"id": 4050002,
885+
"text": "You can only change one address at a time. Please update each address separately.",
886+
"type": "error"
887+
},
883888
{
884889
"id": 4060001,
885890
"text": "The request was already completed successfully and can not be retried.",

docs/kratos/concepts/ui-messages.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,6 +1586,16 @@
15861586
}
15871587
```
15881588

1589+
###### You can only change one address at a time. Please update each address separately. (4050002)
1590+
1591+
```json
1592+
{
1593+
"id": 4050002,
1594+
"text": "You can only change one address at a time. Please update each address separately.",
1595+
"type": "error"
1596+
}
1597+
```
1598+
15891599
###### The request was already completed successfully and can not be retried. (4060001)
15901600

15911601
```json

0 commit comments

Comments
 (0)