Skip to content

Commit 11422d4

Browse files
committed
MockServer related updated + fixes
1 parent 95820f1 commit 11422d4

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

api.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"servers": [
1515
{
16-
"url": "https://onesignal.com/api/v1"
16+
"url": "{{server}}/api/v1"
1717
}
1818
],
1919
"components": {
@@ -1609,8 +1609,7 @@
16091609
}
16101610
},
16111611
"required": [
1612-
"device_type",
1613-
"id"
1612+
"device_type"
16141613
]
16151614
},
16161615
"Players": {
@@ -2826,7 +2825,7 @@
28262825
},
28272826
"segment_name": {
28282827
"type": "string",
2829-
"description": "Export al ldevices belonging to the segment."
2828+
"description": "Export all devices belonging to the segment."
28302829
}
28312830
}
28322831
}
@@ -2863,4 +2862,4 @@
28632862
}
28642863
}
28652864
}
2866-
}
2865+
}

0 commit comments

Comments
 (0)