Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / application / _show_advanced_api_response.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <pre>
6 <%= JSON.pretty_generate(object.attributes.reject { |k,v| k == 'id' }) rescue nil %>
7 </pre>