Skip to content

Commit da63eb1

Browse files
waldyrioushitmanmcc
authored andcommitted
Normalize formatting of enumerated values
1 parent 5e9e87b commit da63eb1

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

_cards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Generate an address for a card.
241241

242242
Parameter | Description
243243
--------- | -----------------------------------------------------------------------------------------------------------------------------------------------------
244-
network | The address network. Possible values are: `bitcoin`, `bitcoin-cash`, `bitcoin-gold`, `dash`, `ethereum`, `interledger`, `litecoin`, and `xrp-ledger`.
244+
network | The address network. Possible values are `bitcoin`, `bitcoin-cash`, `bitcoin-gold`, `dash`, `ethereum`, `interledger`, `litecoin` and `xrp-ledger`.
245245

246246
### Response
247247

_currencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ formatting | Specification for user-facing display, including number formatting
9191
name | Full name of the asset, e.g. "Euro", "Basic Attention Token", or "0x".
9292
status | Current trading status. See [below](#asset-status) for more details.
9393
symbol | A short and well-known representation of the asset, if one exists — e.g. "$", "₿", or "Kč".
94-
type | Type of asset — one of `commodity`, `equity`, `cryptocurrency`, `fiat`, `stablecoin`, or `utility_token`.
94+
type | Type of asset. Possible values are `commodity`, `equity`, `cryptocurrency`, `fiat`, `stablecoin` and `utility_token`.
9595

9696
If the request is unauthenticated, the full list of assets supported by Uphold is returned.
9797
Authenticated requests, on the other hand, will filter the output, returning only the assets available for the current user, which can depend on factors such as their country and state of residency.

_entities.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ brand | The brand of the `card` account.
2424
currency | The currency in which the account is denominated.
2525
id | A unique ID associated with the account.
2626
label | The display name of the account as chosen by the user.
27-
status | The current status of the account. Possible values are: `ok`, `failed`.
28-
type | The type of the account. Possible values are: `card`, `sepa`.
27+
status | The current status of the account. Possible values are `ok` and `failed`.
28+
type | The type of the account. Possible values are `card` and `sepa`.
2929

3030
## Authentication Method Object
3131

@@ -47,7 +47,7 @@ Property | Description
4747
default | A boolean signalling whether or not the method is the default.
4848
id | A unique ID associated with the account.
4949
label | The display name of the authentication method.
50-
type | The type of authentication method. Possible values are: `authy`, `totp`.
50+
type | The type of authentication method. Possible values are `authy` and `totp`.
5151
verified | A boolean signalling whether or not the authentication method has been verified.
5252
verifiedAt | The date and time of verification of the authentication method.
5353

@@ -281,7 +281,7 @@ type | The nature of the transaction. Possible values are `deposit`, `tr
281281
message | An optional note added when initiating the transaction. Expected to be human-readable prose, e.g. for providing additional information and context about the nature/purpose of the transaction.
282282
denomination | The funds to be transferred, as originally requested. See [Denomination](#denomination).
283283
fees | The fees that were applied to the transaction. See [Fees](#fees).
284-
status | The current status of the transaction. Possible values are: `pending`, `processing`, `waiting`, `cancelled`, `failed` and `completed`.
284+
status | The current status of the transaction. Possible values are `pending`, `processing`, `waiting`, `cancelled`, `failed` and `completed`.
285285
params | Other parameters of this transaction. See [Parameters](#parameters).
286286
createdAt | The date and time the transaction was initiated.
287287
network | The network of the transaction (`uphold` for internal transactions).
@@ -370,7 +370,7 @@ isMember | A boolean signaling if the origin user has completed the membershi
370370
node | The details about the transaction origin node.
371371
rate | The rate for conversion between origin and destination, as expressed in the currency at origin (the inverse of `destination.rate`).
372372
sources | The transactions where the value was originated from (id and amount).
373-
type | The type of endpoint. Possible values are 'card' and 'external'.
373+
type | The type of endpoint. Possible values are `card` and `external`.
374374

375375
<aside class="notice">
376376
Commissions are incurred only when a currency conversion is required. A commission is charged at origin when the denomination currency is different from the origin currency, and it's deducted at destination when the denomination currency is different from the destination currency.
@@ -392,7 +392,7 @@ fee | The Bitcoin network Fee, if destination is a BTC address but origi
392392
isMember | A boolean signaling if the destination user has completed the membership process.
393393
node | The details about the transaction destination node.
394394
rate | The rate for conversion between origin and destination, as expressed in the currency at destination (the inverse of `origin.rate`).
395-
type | The type of endpoint. Possible values are 'email', 'card' and 'external'.
395+
type | The type of endpoint. Possible values are `email`, `card` and `external`.
396396

397397
## User Object
398398

0 commit comments

Comments
 (0)