File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ components:
7272 - code : " VALIDATION_ERROR"
7373 message : " SearchProductQueryParams.__root__: Please provide exactly one valid query parameter: {'product_team_id', 'organisation_code'}."
7474 CreateProductTeamBadRequest :
75- description : searchProductTeam Bad request
75+ description : createProductTeam Bad request
7676 content :
7777 application/json :
7878 schema :
@@ -93,6 +93,11 @@ components:
9393 errors :
9494 - code : " VALIDATION_ERROR"
9595 message : " CreateProductTeamIncomingParams.keys: Ensure that product_team_id only exists once within keys."
96+ ItemExistsValidationError :
97+ value :
98+ errors :
99+ - code : " VALIDATION_ERROR"
100+ message : " Item already exists"
96101 MissingValue :
97102 value :
98103 errors :
You can’t perform that action at this time.
0 commit comments