HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Redmine-4.x/redmine-4.2.9/app/views/wiki/index.api.rsb
api.array :wiki_pages do
  @pages.each do |page|
    api.wiki_page do
      api.title page.title
      if page.parent
        api.parent :title => page.parent.title
      end
      api.version page.version
      api.created_on page.created_on
      api.updated_on page.updated_on
    end
  end
end