Skip to content

Commit

Permalink
Clarify currency description #421
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Oct 28, 2021
1 parent 592e266 commit 9c57dfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -728,10 +728,10 @@ paths:
description: >-
The currency the back-end is billing in. The currency
MUST be either a valid currency code as defined in
ISO-4217 or a proprietary currency, e.g. tiles or
back-end specific credits. If set to the default value
`null`, budget and costs are not supported by the
back-end and users can't be charged.
ISO-4217 or a back-end specific unit that is used for
billing such as credits, tiles or CPU hours.
If set to the default value `null`, budget and costs are
not supported by the back-end and users can't be charged.
type: string
nullable: true
default: null
Expand Down

0 comments on commit 9c57dfa

Please sign in to comment.