Skip to content

Commit

Permalink
Update server specs
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Jul 12, 2024
1 parent 8cede20 commit 82f6e65
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 1,739 deletions.
18 changes: 9 additions & 9 deletions src/specs/lists
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ paths:
schema:
type: string
requestBody:
description: "The JSON object containing new species list item guid, rawScientificName\
\ and extra fields and values."
description: The JSON object containing rawScientificName and extra fields
and values.
content:
application/json:
schema:
Expand All @@ -41,7 +41,7 @@ paths:
'*/*':
schema:
type: object
/webService/deleteItem:
/ws/deleteItem:
get:
tags:
- deleteSpeciesListItem
Expand Down Expand Up @@ -757,14 +757,14 @@ components:
SpeciesListItemBody:
type: object
properties:
guid:
type: string
rawScientificName:
type: string
extra:
type: object
additionalProperties:
type: string
additionalProp1:
type: string
additionalProp2:
type: string
additionalProp3:
type: string
FilterListsBody:
type: object
properties:
Expand Down
Loading

0 comments on commit 82f6e65

Please sign in to comment.