Skip to content

Commit

Permalink
add taxon_page_obs_photos as possible search_on value for v2 obs search
Browse files Browse the repository at this point in the history
  • Loading branch information
pleary committed Dec 9, 2024
1 parent 50a9bc7 commit ea6cf20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openapi/schema/request/observations_search.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ module.exports = Joi.object( ).keys( {
"names",
"tags",
"description",
"place"
"place",
"taxon_page_obs_photos"
),
quality_grade: Joi.array( ).items( Joi.string( ).valid(
"casual",
Expand Down

0 comments on commit ea6cf20

Please sign in to comment.