Skip to content
Snippets Groups Projects

Added summary of functionality to API calls

Merged Ghost User requested to merge github/fork/autumnfound/malowe/master/summaries into master
1 file
+ 9
1
Compare changes
  • Side-by-side
  • Inline
+ 9
1
@@ -24,7 +24,8 @@ paths:
- $ref: "#/components/parameters/os"
- $ref: "#/components/parameters/ws"
- $ref: "#/components/parameters/nl"
get:
get:
summary: Retrieve multiple listings
parameters:
- name: licenseType
in: query
@@ -88,6 +89,7 @@ paths:
- $ref: "#/components/parameters/ws"
- $ref: "#/components/parameters/nl"
get:
summary: Retrieve listing by ID
responses:
200:
description: Success
@@ -112,6 +114,7 @@ paths:
- $ref: "#/components/parameters/ws"
- $ref: "#/components/parameters/nl"
get:
summary: Retrieve multiple listing catalogs
responses:
200:
description: Success
@@ -141,6 +144,7 @@ paths:
- $ref: "#/components/parameters/ws"
- $ref: "#/components/parameters/nl"
get:
summary: Retrieve listing catalog by ID
responses:
200:
description: Success
@@ -164,6 +168,7 @@ paths:
- $ref: "#/components/parameters/ws"
- $ref: "#/components/parameters/nl"
get:
summary: Retrieve multiple markets
responses:
200:
description: Success
@@ -201,6 +206,7 @@ paths:
- $ref: "#/components/parameters/ws"
- $ref: "#/components/parameters/nl"
get:
summary: Retrieve catalog by market
responses:
200:
description: Success
@@ -224,6 +230,7 @@ paths:
- $ref: "#/components/parameters/ws"
- $ref: "#/components/parameters/nl"
get:
summary: Retrieve featured listings
responses:
200:
description: Success
@@ -257,6 +264,7 @@ paths:
- $ref: "#/components/parameters/ws"
- $ref: "#/components/parameters/nl"
get:
summary: Retrieve related listings
responses:
200:
description: Success
Loading