Skip to content
Snippets Groups Projects

Added tabs, tag filters, and extra search flag in catalog

Merged Ghost User requested to merge github/fork/autumnfound/malowe/master/19-2 into master
1 file
+ 28
13
Compare changes
  • Side-by-side
  • Inline
+ 28
13
@@ -98,6 +98,11 @@ paths:
description: Comma-delimited list of listing IDs to retrieve for the call.
schema:
type: string
- name: tags
in: query
description: Comma-delimited list of tag names to filter results for.
schema:
type: string
responses:
200:
description: Success
@@ -709,6 +714,9 @@ components:
self_contained:
type: boolean
description: TRUE/FALSE
search_enabled:
type: boolean
description: TRUE/FALSE
icon:
type: string
description: Absolute url
@@ -717,19 +725,26 @@ components:
description: Short description
dependencies_repository:
type: string
search_tab:
type: string
description: URL to populate tab if it exists, or empty
popular_tab:
type: string
description: URL to populate tab if it exists, or empty
recent_tab:
type: string
description: URL to populate tab if it exists, or empty
news:
type: boolean
description: TRUE/FALSE
tabs:
type: array
description: List of tabs to be included within a catalog
items:
type: object
properties:
title:
type: string
description: Name of the tab to display
url:
type: string
description: URL for default content of the tab
type:
type: string
description: Type of tab, can either be a default tab, a search tab, or an embedded content tab
enum:
- default
- search
- embedded
license_type:
type: string
enum:
Loading