Skip to content

Commit 7f0d287

Browse files
committed
TASK: Updating RAML types, Postman and OAS definition
1 parent 0db86e5 commit 7f0d287

File tree

750 files changed

+768
-747
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

750 files changed

+768
-747
lines changed

bruno/api/.env.sample

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ CTP_CLIENT_ID=
22
CTP_CLIENT_SECRET=
33
CTP_API_URL=https://api.europe-west1.gcp.commercetools.com
44
CTP_AUTH_URL=https://auth.europe-west1.gcp.commercetools.com
5+
CTP_PROJECT_KEY=
6+
CTP_USERNAME=
7+
CTP_USER_PWD=

bruno/api/Project/Api-clients/ByProjectKeyApiClientsByIDDelete.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
meta {
22
name: Delete ApiClient by ID
33
type: http
4-
seq: 529
4+
seq: 531
55
}
66

77
delete {

bruno/api/Project/Api-clients/ByProjectKeyApiClientsByIDGet.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
meta {
22
name: Get ApiClient by ID
33
type: http
4-
seq: 527
4+
seq: 529
55
}
66

77
get {

bruno/api/Project/Api-clients/ByProjectKeyApiClientsByIDHead.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
meta {
22
name: head ByProjectKeyApiClientsByID
33
type: http
4-
seq: 528
4+
seq: 530
55
}
66

77
head {

bruno/api/Project/Api-clients/ByProjectKeyApiClientsGet.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
meta {
22
name: Query api-clients
33
type: http
4-
seq: 103
4+
seq: 105
55
}
66

77
get {

bruno/api/Project/Api-clients/ByProjectKeyApiClientsHead.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
meta {
22
name: Check api-clients are existing
33
type: http
4-
seq: 104
4+
seq: 106
55
}
66

77
head {

bruno/api/Project/Api-clients/ByProjectKeyApiClientsPost.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
meta {
22
name: Create ApiClient
33
type: http
4-
seq: 105
4+
seq: 107
55
}
66

77
post {

bruno/api/Project/As-associate/Business-units/ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDGet.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
meta {
22
name: Get BusinessUnit by id
33
type: http
4-
seq: 121
4+
seq: 123
55
}
66

77
get {

bruno/api/Project/As-associate/Business-units/ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDHead.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
meta {
22
name: Check BusinessUnit exists by id
33
type: http
4-
seq: 122
4+
seq: 124
55
}
66

77
head {

bruno/api/Project/As-associate/Business-units/ByProjectKeyAsAssociateByAssociateIdBusinessUnitsByIDPost.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
meta {
22
name: Update BusinessUnit by id
33
type: http
4-
seq: 123
4+
seq: 125
55
}
66

77
post {

0 commit comments

Comments
 (0)