Add: author search region for matching

This commit is contained in:
Nicholas Wallace 2024-05-19 01:33:00 +00:00
parent f32ef3d01c
commit 37d029e01a
3 changed files with 30 additions and 8 deletions

View file

@ -55,3 +55,8 @@ components:
type: boolean
example: true
default: false
region:
description: The region used to search.
type: string
example: 'us'
default: 'us'