4040 $ref : " #/components/requestBodies/ProductTeamCreateRequestBody"
4141 responses :
4242 " 201 " :
43- $ref : " #/components/responses/ProductTeamCreate "
43+ $ref : " #/components/responses/CPMProductTeamCreate "
4444 " 400 " :
4545 $ref : " #/components/responses/BadRequest"
4646 " 422 " :
6767 - $ref : " #/components/parameters/HeaderCorrelationId"
6868 responses :
6969 " 200 " :
70- $ref : " #/components/responses/ProductTeamRead "
70+ $ref : " #/components/responses/CPMProductTeamRead "
7171 " 404 " :
7272 $ref : " #/components/responses/NotFound"
7373 x-amazon-apigateway-integration :
@@ -77,7 +77,52 @@ paths:
7777 - ${authoriser_name} : []
7878 - app-level0 : []
7979
80- /ProductTeam/{product_team_id}/Product :
80+ /ProductTeamEpr :
81+ post :
82+ operationId : createproductteamepr
83+ summary : Create a Product Team (Epr) resource (POST)
84+ requestBody :
85+ $ref : " #/components/requestBodies/ProductTeamCreateRequestBody"
86+ responses :
87+ " 201 " :
88+ $ref : " #/components/responses/EPRProductTeamCreate"
89+ " 400 " :
90+ $ref : " #/components/responses/BadRequest"
91+ " 422 " :
92+ $ref : " #/components/responses/UnprocessableContent"
93+ parameters :
94+ - $ref : " #/components/parameters/HeaderVersion"
95+ - $ref : " #/components/parameters/HeaderRequestId"
96+ - $ref : " #/components/parameters/HeaderCorrelationId"
97+ x-amazon-apigateway-integration :
98+ << : *ApiGatewayIntegration
99+ uri : ${method_createProductTeamEpr}
100+ security :
101+ - ${authoriser_name} : []
102+ - app-level0 : []
103+
104+ /ProductTeamEpr/{product_team_id} :
105+ get :
106+ operationId : readproductteamepr
107+ summary : Read a Product Team (Epr) resource (GET)
108+ parameters :
109+ - $ref : " #/components/parameters/ProductTeamId"
110+ - $ref : " #/components/parameters/HeaderVersion"
111+ - $ref : " #/components/parameters/HeaderRequestId"
112+ - $ref : " #/components/parameters/HeaderCorrelationId"
113+ responses :
114+ " 200 " :
115+ $ref : " #/components/responses/EPRProductTeamRead"
116+ " 404 " :
117+ $ref : " #/components/responses/NotFound"
118+ x-amazon-apigateway-integration :
119+ << : *ApiGatewayIntegration
120+ uri : ${method_readProductTeamEpr}
121+ security :
122+ - ${authoriser_name} : []
123+ - app-level0 : []
124+
125+ /ProductTeamEpr/{product_team_id}/Product :
81126 post :
82127 operationId : createproductendpoint
83128 summary : Create a Product resource (POST)
@@ -125,7 +170,7 @@ paths:
125170 - ${authoriser_name} : []
126171 - app-level0 : []
127172
128- /ProductTeam /{product_team_id}/Product/{product_id} :
173+ /ProductTeamEpr /{product_team_id}/Product/{product_id} :
129174 get :
130175 operationId : readproductendpoint
131176 summary : Read a Product resource (GET)
@@ -167,7 +212,7 @@ paths:
167212 - ${authoriser_name} : []
168213 - app-level0 : []
169214
170- /ProductTeam /{product_team_id}/Product/Epr :
215+ /ProductTeamEpr /{product_team_id}/Product/Epr :
171216 post :
172217 operationId : createproductforeprendpoint
173218 summary : Create an EPR Product resource (POST)
@@ -196,7 +241,7 @@ paths:
196241 - ${authoriser_name} : []
197242 - app-level0 : []
198243
199- ? /ProductTeam /{product_team_id}/Product/{product_id}/{environment}/DeviceReferenceData
244+ ? /ProductTeamEpr /{product_team_id}/Product/{product_id}/{environment}/DeviceReferenceData
200245 : get :
201246 operationId : searchDeviceReferenceData
202247 summary : Retrieve all Data Reference Data resources associated with a Product (GET)
@@ -245,7 +290,7 @@ paths:
245290 - ${authoriser_name} : []
246291 - app-level0 : []
247292
248- ? /ProductTeam /{product_team_id}/Product/{product_id}/{environment}/DeviceReferenceData/MhsMessageSet
293+ ? /ProductTeamEpr /{product_team_id}/Product/{product_id}/{environment}/DeviceReferenceData/MhsMessageSet
249294 : post :
250295 operationId : createDeviceReferenceDataMessageSet
251296 summary : Create a Device Reference Data Message Set resource (POST)
@@ -278,7 +323,7 @@ paths:
278323 - ${authoriser_name} : []
279324 - app-level0 : []
280325
281- ? /ProductTeam /{product_team_id}/Product/{product_id}/{environment}/DeviceReferenceData/AccreditedSystemsAdditionalInteractions
326+ ? /ProductTeamEpr /{product_team_id}/Product/{product_id}/{environment}/DeviceReferenceData/AccreditedSystemsAdditionalInteractions
282327 : post :
283328 operationId : createDeviceReferenceDataAdditionalInteractions
284329 summary : Create a Device Reference Data Additional Interactions resource (POST)
@@ -311,7 +356,7 @@ paths:
311356 - ${authoriser_name} : []
312357 - app-level0 : []
313358
314- ? /ProductTeam /{product_team_id}/Product/{product_id}/{environment}/DeviceReferenceData/{device_reference_data_id}
359+ ? /ProductTeamEpr /{product_team_id}/Product/{product_id}/{environment}/DeviceReferenceData/{device_reference_data_id}
315360 : get :
316361 operationId : readDeviceReferenceData
317362 summary : Read a Device Reference Data resource (GET)
@@ -335,7 +380,7 @@ paths:
335380 - ${authoriser_name} : []
336381 - app-level0 : []
337382
338- /ProductTeam /{product_team_id}/Product/{product_id}/{environment}/Device :
383+ /ProductTeamEpr /{product_team_id}/Product/{product_id}/{environment}/Device :
339384 post :
340385 operationId : createDevice
341386 summary : Create a Device resource (POST)
@@ -364,7 +409,7 @@ paths:
364409 - ${authoriser_name} : []
365410 - app-level0 : []
366411
367- ? /ProductTeam /{product_team_id}/Product/{product_id}/{environment}/Device/{device_id}
412+ ? /ProductTeamEpr /{product_team_id}/Product/{product_id}/{environment}/Device/{device_id}
368413 : get :
369414 operationId : readDevice
370415 summary : Read a Device resource (GET)
@@ -388,7 +433,7 @@ paths:
388433 - ${authoriser_name} : []
389434 - app-level0 : []
390435
391- ? /ProductTeam /{product_team_id}/Product/{product_id}/{environment}/Device/MessageHandlingSystem
436+ ? /ProductTeamEpr /{product_team_id}/Product/{product_id}/{environment}/Device/MessageHandlingSystem
392437 : post :
393438 operationId : createDeviceMessageHandlingSystem
394439 summary : Create a Message Handling System Device resource (POST)
@@ -423,7 +468,7 @@ paths:
423468 - ${authoriser_name} : []
424469 - app-level0 : []
425470
426- ? /ProductTeam /{product_team_id}/Product/{product_id}/{environment}/Device/AccreditedSystem
471+ ? /ProductTeamEpr /{product_team_id}/Product/{product_id}/{environment}/Device/AccreditedSystem
427472 : post :
428473 operationId : createDeviceAccreditedSystem
429474 summary : Create a Accredited System Device resource (POST)
0 commit comments