Chore: Inbox Members API improvements (#3008)
- New Inbox Member APIs - Return JSON errors for Platform APIs
This commit is contained in:
parent
ccd0dc39ad
commit
22d1c8baf2
25 changed files with 767 additions and 131 deletions
|
@ -1,4 +1,6 @@
|
|||
class PlatformController < ActionController::API
|
||||
include RequestExceptionHandler
|
||||
|
||||
before_action :ensure_access_token
|
||||
before_action :set_platform_app
|
||||
before_action :set_resource, only: [:update, :show, :destroy]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue