Update v3.md#31
Conversation
Updates made to GNP import section to add rangeId to parameters in Number Object, and to include in the example API call.
| {"number": "01632960105", "type": "associated", "action": "port"}, | ||
| {"number": "01632960106", "type": "associated", "action": "port"}, | ||
| {"number": "01632960290", "type": "other", "action": "retain"} | ||
| {"rangeId":null,"number": "01632960100", "type": "mbn", "action": "port"}, |
There was a problem hiding this comment.
Minor formatting issue - indentation - a space has been removed
| {"number": "01632960106", "type": "associated", "action": "port"}, | ||
| {"number": "01632960290", "type": "other", "action": "retain"} | ||
| {"rangeId":null,"number": "01632960100", "type": "mbn", "action": "port"}, | ||
| {"rangeId":1,"number": "01632960101", "type": "associated", "action": "port"}, |
There was a problem hiding this comment.
Minor formatting issue - spaces, should be like:
{"rangeId": 1, "number": "0163
|
|
||
| |Parameter|Values|| | ||
| |:-|-|-| | ||
| |**rangeId**|Null <br/>1 <br/>2 | |
There was a problem hiding this comment.
This is how this line renders, I suspect not quite what you were expecting?
BTW if you want to preview your changes, you can run a local dev server. Install Homebrew, then run brew install yarn, then from the repo root run yarn to install dependencies and yarn start to launch a local dev server at http://localhost:3000/ where you can preview your changes live :)
There was a problem hiding this comment.
This is how I wanted this to render, as I wanted to list options showing that you could add multiple different ranges, similar to how the different numbers are listed.
Updates made to GNP import section to add rangeId to parameters in Number Object, and to include in the example API call.