Skip to content

Commit

Permalink
Changed OneBlink & CivicPlus action urls to storage (#3587)
Browse files Browse the repository at this point in the history
* Changed OneBlink action urls to storage

* Changed CivicPlus action urls to storage
  • Loading branch information
mymattcarroll authored Jul 24, 2024
1 parent 6af0798 commit f691806
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions certified-connectors/CivicPlus/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"version": "1.7",
"version": "1.8",
"title": "CivicPlus Transform",
"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.",
"contact": {
Expand Down Expand Up @@ -203,7 +203,7 @@
}
}
},
"/submissions/{formId}/{submissionId}.json": {
"/storage/forms/{formId}/submissions/{submissionId}": {
"get": {
"description": "Allows for Form Submission data to be retrieved",
"summary": "Retrieve Form Submission Data",
Expand Down Expand Up @@ -261,7 +261,7 @@
}
}
},
"/submissions/{formId}/attachments/{attachmentId}": {
"/storage/forms/{formId}/attachments/{attachmentId}": {
"get": {
"description": "Allows for Form Submission attachments to be retrieved",
"summary": "Retrieve Form Submission Attachment",
Expand Down
6 changes: 3 additions & 3 deletions certified-connectors/OneBlink/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"version": "1.6",
"version": "1.7",
"title": "OneBlink",
"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.",
"contact": {
Expand Down Expand Up @@ -203,7 +203,7 @@
}
}
},
"/submissions/{formId}/{submissionId}.json": {
"/storage/forms/{formId}/submissions/{submissionId}": {
"get": {
"description": "Allows for Form Submission data to be retrieved",
"summary": "Retrieve Form Submission Data",
Expand Down Expand Up @@ -261,7 +261,7 @@
}
}
},
"/submissions/{formId}/attachments/{attachmentId}": {
"/storage/forms/{formId}/attachments/{attachmentId}": {
"get": {
"description": "Allows for Form Submission attachments to be retrieved",
"summary": "Retrieve Form Submission Attachment",
Expand Down

0 comments on commit f691806

Please sign in to comment.