Skip to content

Commit 739640f

Browse files
authored
Merge pull request #397 from SetuHQ/feat/bundled-bav-docs
docs: Add Bundled BAV docs
2 parents 1b05cf8 + 3f96e4e commit 739640f

File tree

9 files changed

+819
-1
lines changed

9 files changed

+819
-1
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"parameters": {
3+
"header": [
4+
{
5+
"x-client-id": "test-client-id"
6+
},
7+
{
8+
"x-client-secret": "test-client-secret"
9+
},
10+
{
11+
"x-product-instance-id": "test-product-instance-id"
12+
}
13+
]
14+
},
15+
"body": {
16+
"mobileNumber": "9876543210"
17+
}
18+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"parameters": {
3+
"path": [
4+
{
5+
"requestId": "test-request-id"
6+
}
7+
],
8+
"header": [
9+
{
10+
"x-client-id": "test-client-id"
11+
},
12+
{
13+
"x-client-secret": "test-client-secret"
14+
},
15+
{
16+
"x-product-instance-id": "test-product-instance-id"
17+
}
18+
]
19+
}
20+
}

0 commit comments

Comments
 (0)