Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 962 Bytes

CommonResponse.md

File metadata and controls

15 lines (13 loc) · 962 Bytes

CommonResponse

Properties

Name Type Description Notes
description string Can be used as body of help info popup
summary string Can be used as title in help info popup
errors \CureDAO\Client\Models\Error[] Array of error objects with message property [optional]
status string ex. OK or ERROR [optional]
success bool true or false [optional]
code float Response code such as 200 [optional]
link string A super neat url you might want to share with your users! [optional]
card \CureDAO\Client\Models\Card A super neat card with buttons and HTML that you can use in your app! [optional]

[Back to Model list] [Back to API list] [Back to README]