user health no err
This commit is contained in:
parent
84b3ef4b9d
commit
93af9969ed
11 changed files with 234 additions and 192 deletions
|
|
@ -263,7 +263,7 @@ The nostr server will send back a message response, and inside the body there wi
|
|||
- UserHealth
|
||||
- auth type: __User__
|
||||
- This methods has an __empty__ __request__ body
|
||||
- This methods has an __empty__ __response__ body
|
||||
- output: [UserHealthState](#UserHealthState)
|
||||
|
||||
# HTTP API DEFINITION
|
||||
|
||||
|
|
@ -817,7 +817,7 @@ The nostr server will send back a message response, and inside the body there wi
|
|||
- http method: __post__
|
||||
- http route: __/api/user/health__
|
||||
- This methods has an __empty__ __request__ body
|
||||
- This methods has an __empty__ __response__ body
|
||||
- output: [UserHealthState](#UserHealthState)
|
||||
|
||||
# INPUTS AND OUTPUTS
|
||||
|
||||
|
|
@ -1291,6 +1291,9 @@ The nostr server will send back a message response, and inside the body there wi
|
|||
### UseInviteLinkRequest
|
||||
- __invite_token__: _string_
|
||||
|
||||
### UserHealthState
|
||||
- __downtime_reason__: _string_
|
||||
|
||||
### UserInfo
|
||||
- __balance__: _number_
|
||||
- __bridge_url__: _string_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue