Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Pennydrop-Pennyless API reference #224

Merged
merged 3 commits into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
]
}