-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e19aaf6
commit 0713c2b
Showing
3 changed files
with
41 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -959,7 +959,7 @@ | |
"query": [ | ||
] | ||
}, | ||
"description": "Specific error codes:\n- [ConnectorStagedNotPreviewable](ctp:connect:type:ConnectorStagedNotPreviewableError)\n- [DeploymentUnsupportedRegion](ctp:connect:type:DeploymentUnsupportedRegionError)\n- [DeploymentUnknownApplicationConfiguration](ctp:connect:type:DeploymentUnknownApplicationConfigurationError)\n- [DeploymentUnknownApplicationConfigurationKey](ctp:connect:type:DeploymentUnknownApplicationConfigurationKeyError)\n- [DeploymentApplicationDoNotBelong](ctp:connect:type:DeploymentApplicationDoNotBelongError)\n- [DeploymentMustIncludeApplication](ctp:connect:type:DeploymentMustIncludeApplicationError)\n- [DeploymentApplicationRequired](ctp:connect:type:DeploymentApplicationRequiredError)\n", | ||
"description": "Specific Error Codes:\n- [ConnectorStagedNotPreviewable](ctp:connect:type:ConnectorStagedNotPreviewableError)\n- [DeploymentUnsupportedRegion](ctp:connect:type:DeploymentUnsupportedRegionError)\n- [DeploymentUnknownApplicationConfiguration](ctp:connect:type:DeploymentUnknownApplicationConfigurationError)\n- [DeploymentUnknownApplicationConfigurationKey](ctp:connect:type:DeploymentUnknownApplicationConfigurationKeyError)\n", | ||
"body": { | ||
"mode": "raw", | ||
"raw": "{\n \"key\" : \"deployment-key\",\n \"connector\" : {\n \"id\" : \"a49aa2c5-15b6-41c4-88af-4b7afdcc07a5\",\n \"version\" : 1\n },\n \"region\" : \"europe-west1.gcp\",\n \"configurations\" : [ {\n \"applicationName\" : \"app-1\",\n \"standardConfiguration\" : [ {\n \"key\" : \"CONFIG_KEY\",\n \"value\" : \"config-key-value\"\n } ],\n \"securedConfiguration\" : [ {\n \"key\" : \"CONFIG_SECRET_KEY\",\n \"value\" : \"config-secret-key-value\"\n } ]\n } ]\n}" | ||
|
@@ -1026,31 +1026,31 @@ | |
], | ||
"query": [ | ||
{ | ||
"key": "integrationTypes", | ||
"key": "limit", | ||
"value": "", | ||
"equals": true, | ||
"disabled": true | ||
}, | ||
{ | ||
"key": "deploymentType", | ||
"key": "offset", | ||
"value": "", | ||
"equals": true, | ||
"disabled": true | ||
}, | ||
{ | ||
"key": "limit", | ||
"key": "sort", | ||
"value": "", | ||
"equals": true, | ||
"disabled": true | ||
}, | ||
{ | ||
"key": "offset", | ||
"key": "integrationTypes", | ||
"value": "", | ||
"equals": true, | ||
"disabled": true | ||
}, | ||
{ | ||
"key": "sort", | ||
"key": "deploymentType", | ||
"value": "", | ||
"equals": true, | ||
"disabled": true | ||
|
@@ -1673,7 +1673,7 @@ | |
"description": "null", | ||
"body": { | ||
"mode": "raw", | ||
"raw": "{\n \"key\" : \"connector-key\",\n \"name\" : \"Connector's name\",\n \"description\" : \"Connector's description\",\n \"creator\" : {\n \"title\" : \"Mr\",\n \"name\" : \"John Doe\",\n \"email\" : \"[email protected]\",\n \"company\" : \"commercetools\",\n \"noOfContributors\" : 200\n },\n \"repository\" : {\n \"url\" : \"[email protected]:commercetools\/connect-application-kit.git\",\n \"tag\" : \"0.0.0\"\n },\n \"privateProjects\" : [ ],\n \"supportedRegions\" : [ \"us-central1.gcp\", \"europe-west1.gcp\" ]\n}" | ||
"raw": "{\n \"id\" : \"5ab3edcd-9d23-4934-8f48-256805253119\",\n \"key\" : \"connector-key\",\n \"version\" : 1,\n \"name\" : \"Connector's name\",\n \"description\" : \"Connector's description\",\n \"creator\" : {\n \"title\" : \"Mr\",\n \"name\" : \"John Doe\",\n \"email\" : \"[email protected]\",\n \"company\" : \"commercetools\",\n \"noOfContributors\" : 200\n },\n \"repository\" : {\n \"url\" : \"[email protected]:commercetools\/connect-application-kit.git\",\n \"tag\" : \"0.0.0\"\n },\n \"privateProjects\" : [ ],\n \"private\" : false,\n \"hasChanges\" : true,\n \"alreadyListed\" : true,\n \"isPreviewable\" : \"true\",\n \"status\" : \"Draft\",\n \"publishingReport\" : {\n \"annotations\" : [ ],\n \"value\" : null\n },\n \"previewableReport\" : {\n \"entries\" : [ {\n \"title\" : \"Image security analysis check succeeded\",\n \"type\" : \"Information\",\n \"message\" : {\n \"annotations\" : [ ],\n \"value\" : null\n },\n \"createdAt\" : \"2024-02-15T10:12:12.069Z\",\n \"application\" : {\n \"annotations\" : [ ],\n \"value\" : null\n }\n }, {\n \"title\" : \"SAST and SCA analysis check succeeded\",\n \"type\" : \"Information\",\n \"message\" : {\n \"annotations\" : [ ],\n \"value\" : null\n },\n \"createdAt\" : \"2024-02-15T10:12:12.072Z\",\n \"application\" : {\n \"annotations\" : [ ],\n \"value\" : null\n }\n }, {\n \"title\" : \"Connector specification file validation check succeeded\",\n \"type\" : \"Information\",\n \"message\" : {\n \"annotations\" : [ ],\n \"value\" : null\n },\n \"createdAt\" : \"2024-02-15T10:12:12.073Z\",\n \"application\" : {\n \"annotations\" : [ ],\n \"value\" : null\n }\n } ]\n },\n \"supportedRegions\" : [ \"us-central1.gcp\", \"europe-west1.gcp\" ]\n}" | ||
} | ||
}, | ||
"response": [] | ||
|
@@ -1737,25 +1737,31 @@ | |
], | ||
"query": [ | ||
{ | ||
"key": "integrationTypes", | ||
"key": "limit", | ||
"value": "", | ||
"equals": true, | ||
"disabled": true | ||
}, | ||
{ | ||
"key": "limit", | ||
"key": "offset", | ||
"value": "", | ||
"equals": true, | ||
"disabled": true | ||
}, | ||
{ | ||
"key": "offset", | ||
"key": "sort", | ||
"value": "", | ||
"equals": true, | ||
"disabled": true | ||
}, | ||
{ | ||
"key": "sort", | ||
"key": "isPrivate", | ||
"value": "", | ||
"equals": true, | ||
"disabled": true | ||
}, | ||
{ | ||
"key": "integrationTypes", | ||
"value": "", | ||
"equals": true, | ||
"disabled": true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters