You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some actions where We don't need to response with data, there could be handy method witch basically render only some sort of standardized format like {"status": "ok"} or something like that. Sou the general workflow should looks like that:
action
$this->view->responseOk();
return
Method name is not definitely given, it can be differ. There could be another method with same purpose with inverse meaning.
The text was updated successfully, but these errors were encountered:
Describe your feature request
After some actions where We don't need to response with data, there could be handy method witch basically render only some sort of standardized format like
{"status": "ok"}
or something like that. Sou the general workflow should looks like that:Method name is not definitely given, it can be differ. There could be another method with same purpose with inverse meaning.
The text was updated successfully, but these errors were encountered: