Skip to content

Commit 2af53bb

Browse files
authored
Updated API from documentation release
1 parent 14cbbbb commit 2af53bb

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

api-specs/api/resources/business-units.raml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ post:
6767
example: !include ../examples/business-unit.example.json
6868
delete:
6969
displayName: Delete BusinessUnit by Key
70+
is:
71+
- dataErasure
7072
securedBy: [oauth_2_0: { scopes: ['manage_business_units:{projectKey}'] }]
7173
responses:
7274
200:
@@ -105,6 +107,8 @@ post:
105107
example: !include ../examples/business-unit.example.json
106108
delete:
107109
displayName: Delete BusinessUnit by ID
110+
is:
111+
- dataErasure
108112
securedBy: [oauth_2_0: { scopes: ['manage_business_units:{projectKey}'] }]
109113
responses:
110114
200:

api-specs/api/resources/in-store/business-units-in-store.raml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ post:
127127
example: !include ../../examples/business-unit.example.json
128128
delete:
129129
displayName: Delete BusinessUnit in Store by Key
130+
is:
131+
- dataErasure
130132
securedBy:
131133
[
132134
oauth_2_0:
@@ -205,6 +207,8 @@ post:
205207
example: !include ../../examples/business-unit.example.json
206208
delete:
207209
displayName: Delete BusinessUnit in Store by ID
210+
is:
211+
- dataErasure
208212
securedBy:
209213
[
210214
oauth_2_0:

0 commit comments

Comments
 (0)