Skip to content

Commit 5954ba1

Browse files
authored
Update MembersAPI.json
1 parent c39ad0f commit 5954ba1

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

MembersAPI.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,21 @@
12061206
"test_connection": {
12071207
"url": "/api/Departments"
12081208
},
1209-
"accept": "application/json"
1209+
"accept": "application/json",
1210+
"retry": [
1211+
{
1212+
"type": "statusCode",
1213+
"statusCode": 429,
1214+
"retry": {
1215+
"type": "simple",
1216+
"maxCount": 12,
1217+
"waitTime": 5
1218+
}
1219+
},
1220+
{
1221+
"type": "connectionError"
1222+
}
1223+
]
12101224
}
12111225

12121226
},

0 commit comments

Comments
 (0)