Skip to content

Commit 597d07f

Browse files
kizaonlinemymattcarrollAaronOneBlink
authored
OneBlink & CivicPlus v1.10 (#3926)
* Merge pull request #4 from oneblink/ON-45986 ON-45986 # Added operation to retrieve approval record * MS-591 # Update version --------- Co-authored-by: Matt Carroll <[email protected]> Co-authored-by: Aaron <[email protected]>
1 parent b7e4c9c commit 597d07f

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

certified-connectors/CivicPlus/apiDefinition.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"swagger": "2.0",
33
"info": {
4-
"version": "1.9",
4+
"version": "1.10",
55
"title": "CivicPlus Transform",
66
"description": "Empowers business users to create and deploy digital forms for enterprise and government organizations as web and native apps, while allowing developers to customize, extend, or harness the forms through their own custom apps. Connect your forms with this connector to allow easy submission of your form data into your backend systems or databases without the need to write complex integration code.",
77
"contact": {

certified-connectors/OneBlink/apiDefinition.swagger.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"swagger": "2.0",
33
"info": {
4-
"version": "1.9",
4+
"version": "1.10",
55
"title": "OneBlink",
66
"description": "Empowers business users to create and deploy digital forms for enterprise and government organisations as web and native apps, while allowing developers to customise, extend, or harness the forms through their own custom apps. Connect your forms with this connector to allow easy submission of your form data into your backend systems or databases without the need to write complex integration code.",
77
"contact": {
@@ -713,9 +713,7 @@
713713
"summary": "Get NSW Gov Pay Payment",
714714
"operationId": "GetFormSubmissionNswGovPayPayment",
715715
"x-ms-visibility": "important",
716-
"produces": [
717-
"application/json"
718-
],
716+
"produces": ["application/json"],
719717
"parameters": [
720718
{
721719
"name": "submissionId",
@@ -1091,12 +1089,7 @@
10911089
},
10921090
"paymentMethod": {
10931091
"description": "Payment Method used (CARD, PAYPAL, PAYID, BPAY)",
1094-
"enum": [
1095-
"BPAY",
1096-
"CARD",
1097-
"PAYID",
1098-
"PAYPAL"
1099-
],
1092+
"enum": ["BPAY", "CARD", "PAYID", "PAYPAL"],
11001093
"type": "string",
11011094
"x-ms-summary": ": Payment Method"
11021095
},

0 commit comments

Comments
 (0)