mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Start work on bands display. #48
This commit is contained in:
@@ -195,6 +195,20 @@ paths:
|
||||
required: false
|
||||
schema:
|
||||
type: string
|
||||
- name: needs_location
|
||||
in: query
|
||||
description: Return only spots with a location set.
|
||||
required: false
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- name: allow_qrt
|
||||
in: query
|
||||
description: Allow spots that are known to be QRT to be returned.
|
||||
required: false
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
responses:
|
||||
'200':
|
||||
description: Success
|
||||
|
||||
Reference in New Issue
Block a user