We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e062870 commit fd0d40fCopy full SHA for fd0d40f
infrastructure/swagger/07_components--schemas--domain.yaml
@@ -83,6 +83,8 @@ components:
83
type: string
84
cpm_product_team_id:
85
86
+ cpm_product_team_id:
87
+ type: string
88
ods_code:
89
90
status:
@@ -107,7 +109,8 @@ components:
107
109
example:
108
110
id: "P.1X3-XXX"
111
name: "Sample Product"
- cpm_product_team_id: "55e86121-3826-468c-a6f0-dd0f1fbc0259"
112
+ product_team_id: "55e86121-3826-468c-a6f0-dd0f1fbc0259"
113
+ cpm_product_team_id: "a9a9694d-001b-45ce-9f2a-6c9bf80ae0d0"
114
ods_code: "F5H1R"
115
keys: []
116
status: "active"
0 commit comments