Change readme code samples' language to JavaScript
This commit is contained in:
parent
06ec2ec184
commit
72dd387e3a
12
readme.md
12
readme.md
@ -26,7 +26,7 @@ Parameters:
|
|||||||
- None
|
- None
|
||||||
|
|
||||||
#### JSON response format:
|
#### JSON response format:
|
||||||
```json
|
```javascript
|
||||||
{
|
{
|
||||||
"response": {
|
"response": {
|
||||||
"apiVersion":"string" // Current UUP dump API version
|
"apiVersion":"string" // Current UUP dump API version
|
||||||
@ -46,7 +46,7 @@ Parameters:
|
|||||||
- **Supported values:** 0 = Disable, 1 = Enable
|
- **Supported values:** 0 = Disable, 1 = Enable
|
||||||
|
|
||||||
#### JSON response format:
|
#### JSON response format:
|
||||||
```json
|
```javascript
|
||||||
{
|
{
|
||||||
"response": {
|
"response": {
|
||||||
"apiVersion":"string", // Current UUP dump API version
|
"apiVersion":"string", // Current UUP dump API version
|
||||||
@ -91,7 +91,7 @@ Parameters:
|
|||||||
- **Supported values:** Any SKU integer
|
- **Supported values:** Any SKU integer
|
||||||
|
|
||||||
#### JSON response format:
|
#### JSON response format:
|
||||||
```json
|
```javascript
|
||||||
{
|
{
|
||||||
"response": {
|
"response": {
|
||||||
"apiVersion": "string", // Current UUP dump API version
|
"apiVersion": "string", // Current UUP dump API version
|
||||||
@ -133,7 +133,7 @@ Parameters:
|
|||||||
- **Supported values:** 0 = Disable (Retrieve links), 1 = Enable (No links)
|
- **Supported values:** 0 = Disable (Retrieve links), 1 = Enable (No links)
|
||||||
|
|
||||||
#### JSON response format:
|
#### JSON response format:
|
||||||
```json
|
```javascript
|
||||||
{
|
{
|
||||||
"response": {
|
"response": {
|
||||||
"apiVersion": "string", // Current UUP dump API version
|
"apiVersion": "string", // Current UUP dump API version
|
||||||
@ -164,7 +164,7 @@ Parameters:
|
|||||||
- **Supported values:** Any valid update identifier in the UUIDv4 format.
|
- **Supported values:** Any valid update identifier in the UUIDv4 format.
|
||||||
|
|
||||||
#### JSON response format:
|
#### JSON response format:
|
||||||
```json
|
```javascript
|
||||||
{
|
{
|
||||||
"response": {
|
"response": {
|
||||||
"apiVersion": "string", // Current UUP dump API version
|
"apiVersion": "string", // Current UUP dump API version
|
||||||
@ -192,7 +192,7 @@ Parameters:
|
|||||||
- **Supported values:** Any valid update identifier in the UUIDv4 format.
|
- **Supported values:** Any valid update identifier in the UUIDv4 format.
|
||||||
|
|
||||||
#### JSON response format:
|
#### JSON response format:
|
||||||
```json
|
```javascript
|
||||||
{
|
{
|
||||||
"response": {
|
"response": {
|
||||||
"apiVersion": "string", // Current UUP dump API version
|
"apiVersion": "string", // Current UUP dump API version
|
||||||
|
Loading…
Reference in New Issue
Block a user