Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed May 3, 2023
1 parent 4c2da90 commit 19bdf71
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion api-specs/connect/examples/connector/Repository.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"url": "https://github.com/commercetools/connect-application-kit",
"url": "git@github.com:commercetools/connect-application-kit.git",
"tag": "0.0.0"
}
2 changes: 1 addition & 1 deletion api-specs/connect/examples/connector/draft.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"noOfDevelopers": 200
},
"repository": {
"url": "https://github.com/commercetools/connect-application-kit",
"url": "git@github.com:commercetools/connect-application-kit.git",
"tag": "0.0.0"
},
"configurations": [
Expand Down
2 changes: 1 addition & 1 deletion api-specs/connect/examples/connector/minimal.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"noOfDevelopers": 200
},
"repository": {
"url": "https://github.com/commercetools/connect-application-kit",
"url": "git@github.com:commercetools/connect-application-kit.git",
"tag": "0.0.0"
},
"configurations": [
Expand Down
2 changes: 1 addition & 1 deletion api-specs/connect/examples/connector/paged.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"noOfDevelopers": 200
},
"repository": {
"url": "https://github.com/commercetools/connect-application-kit",
"url": "git@github.com:commercetools/connect-application-kit.git",
"tag": "0.0.0"
},
"configurations": [
Expand Down
2 changes: 1 addition & 1 deletion api-specs/connect/examples/connector/staged-paged.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"noOfDevelopers": 200
},
"repository": {
"url": "https://github.com/commercetools/connect-application-kit",
"url": "git@github.com:commercetools/connect-application-kit.git",
"tag": "0.0.0"
},
"configurations": [
Expand Down
2 changes: 1 addition & 1 deletion api-specs/connect/examples/connector/staged.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"noOfDevelopers": 200
},
"repository": {
"url": "https://github.com/commercetools/connect-application-kit",
"url": "git@github.com:commercetools/connect-application-kit.git",
"tag": "0.0.0"
},
"configurations": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"action": "setRepository",
"url": "https://github.com/commercetools/connect-application-kit",
"url": "git@github.com:commercetools/connect-application-kit.git",
"tag": "0.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"noOfDevelopers": 200
},
"repository": {
"url": "https://github.com/commercetools/connect-application-kit",
"url": "git@github.com:commercetools/connect-application-kit.git",
"tag": "0.0.0"
}
}
2 changes: 1 addition & 1 deletion api-specs/connect/examples/deployment/minimal.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"noOfDevelopers": 200
},
"repository": {
"url": "https://github.com/commercetools/connect-application-kit",
"url": "git@github.com:commercetools/connect-application-kit.git",
"tag": "0.0.0"
}
},
Expand Down
2 changes: 1 addition & 1 deletion api-specs/connect/examples/deployment/paged.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"noOfDevelopers": 200
},
"repository": {
"url": "https://github.com/commercetools/connect-application-kit",
"url": "git@github.com:commercetools/connect-application-kit.git",
"tag": "0.0.0"
}
},
Expand Down
2 changes: 1 addition & 1 deletion api-specs/connect/types/common.raml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ types:
properties:
url:
type: string
description: HTTPS or SSH GitHub URL of the GitHub repository.
description: HTTPS or SSH GitHub URL of the GitHub repository. Private repositories must use an SSH URL.
tag:
type: string
description: Git tag of the release to use.
Expand Down

0 comments on commit 19bdf71

Please sign in to comment.