Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow zero as value for expense #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions src/teiler-io.api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,8 @@ paths:
$ref: '#/definitions/Error'
'406':
description: >-
Shares don't add up to the amount or an amount / share was less than
or equal to
zero:<br>SHARES_DONT_ADD_UP<br>VALUE_LESS_THAN_OR_EQUAL_TO_ZERO
Shares don't add up to the amount or an amount / share was less than zero:
<br>SHARES_DONT_ADD_UP<br>VALUE_LESS_THAN_ZERO
schema:
$ref: '#/definitions/Error'
'410':
Expand Down Expand Up @@ -380,9 +379,8 @@ paths:
$ref: '#/definitions/Error'
'406':
description: >-
Shares don't add up to the amount or an amount / share was less than
or equal to
zero:<br>SHARES_DONT_ADD_UP<br>VALUE_LESS_THAN_OR_EQUAL_TO_ZERO
Shares don't add up to the amount or an amount / share was less than zero:
<br>SHARES_DONT_ADD_UP<br>VALUE_LESS_THAN_ZERO
schema:
$ref: '#/definitions/Error'
delete:
Expand Down