Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Merge branch 'production'
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed May 17, 2023
2 parents 5711178 + ef29f3d commit 7d39ec6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/v3/get_account_status/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
"description": "2-letter country code used to request the attempt.",
"type": "string"
},
"document_type": {
"description": "The document type of the attempt.",
"type": "string"
},
"id": {
"description": "The id of the attempt.",
"type": "string"
Expand Down
16 changes: 16 additions & 0 deletions config/v3/proposal_open_contract/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,22 @@
"9874.520"
]
},
"current_spot_high_barrier": {
"description": "[Applicable for accumulator] High barrier based on current spot.",
"type": "string",
"pattern": "^[+-]?[0-9]+\\.?[0-9]*$",
"examples": [
"42.123"
]
},
"current_spot_low_barrier": {
"description": "[Applicable for accumulator] Low barrier based on current spot.",
"type": "string",
"pattern": "^[+-]?[0-9]+\\.?[0-9]*$",
"examples": [
"42.123"
]
},
"current_spot_time": {
"description": "The corresponding time of the current spot.",
"type": "integer",
Expand Down

1 comment on commit 7d39ec6

@vercel
Copy link

@vercel vercel bot commented on 7d39ec6 May 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-developers-portal – ./

deriv-developers-portal-git-master.binary.sx
deriv-developers-portal.binary.sx

Please sign in to comment.