Skip to content

Commit

Permalink
Merge pull request #224 from SetuHQ/shrivatsas-bav-patch
Browse files Browse the repository at this point in the history
Fix Pennydrop-Pennyless API reference
  • Loading branch information
shrivatsas authored Dec 19, 2024
2 parents 665d46f + 813c693 commit bb6b916
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions api-references/data/bav/pennydrop-pennyless.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
}
],
"paths": {
"/async": {
"/api/verify/setu-bav/async": {
"post": {
"tags": ["SETU BAV"],
"tags": ["Pennydrop-Pennyless"],
"summary": "Create",
"operationId": "Create",
"parameters": [
Expand Down Expand Up @@ -48,7 +48,7 @@
{
"name": "x-product-instance-id",
"in": "header",
"description": "setu-bav product instance id",
"description": "pennyless-pennydrop product instance id",
"required": true,
"style": "simple",
"schema": {
Expand Down Expand Up @@ -145,16 +145,16 @@
"deprecated": false
}
},
"/{request_id}": {
"/api/verify/setu-bav/{request_id}": {
"get": {
"tags": ["SETU BAV"],
"tags": ["Pennydrop-Pennyless"],
"summary": "Get details",
"operationId": "Getdetails",
"parameters": [
{
"name": "request_id",
"in": "path",
"description": "id (UUID) of the setu-bav request.",
"description": "id (UUID) of the pennyless-pennydrop request.",
"required": true,
"style": "simple",
"schema": {
Expand All @@ -165,7 +165,7 @@
{
"name": "x-product-instance-id",
"in": "header",
"description": "Product instance id of the setu-bav product account.",
"description": "Product instance id of the pennyless-pennydrop product account.",
"required": true,
"style": "simple",
"schema": {
Expand Down Expand Up @@ -401,7 +401,7 @@
"properties": {
"id": {
"type": "string",
"description": "id (UUID) of the setu-bav request."
"description": "id (UUID) of the pennyless-pennydrop request."
},
"status": {
"type": "string",
Expand Down Expand Up @@ -467,7 +467,7 @@
"properties": {
"id": {
"type": "string",
"description": "id (UUID) of the setu-bav request."
"description": "id (UUID) of the pennyless-pennydrop request."
},
"status": {
"type": "string",
Expand Down Expand Up @@ -707,7 +707,7 @@
"properties": {
"id": {
"type": "string",
"description": "id (UUID) of the setu-bav request."
"description": "id (UUID) of the pennyless-pennydrop request."
},
"status": {
"type": "string",
Expand Down Expand Up @@ -828,7 +828,7 @@
"properties": {
"id": {
"type": "string",
"description": "id (UUID) of the setu-bav request."
"description": "id (UUID) of the pennyless-pennydrop request."
},
"status": {
"type": "string",
Expand Down Expand Up @@ -1092,7 +1092,7 @@
],
"tags": [
{
"name": "SETU BAV"
"name": "Pennydrop-Pennyless"
}
]
}

0 comments on commit bb6b916

Please sign in to comment.