feat: Add route to list accounts that belongs to a platform_app (#12140)
This PR creates a new route to list all accounts that a platform_app has access to. Fixes: #12109
This commit is contained in:
3
app/views/platform/api/v1/accounts/index.json.jbuilder
Normal file
3
app/views/platform/api/v1/accounts/index.json.jbuilder
Normal file
@@ -0,0 +1,3 @@
|
||||
json.array! @resources do |account|
|
||||
json.partial! 'platform/api/v1/models/account', formats: [:json], resource: account
|
||||
end
|
||||
Reference in New Issue
Block a user