Skip to content

Commit f6fae28

Browse files
committed
Remove templateName path parameter
Delete the 'templateName' path parameter from specs/Data-Gateway.json. The CloudMatrix.TemplateName parameter (including its schema reference and example value) was removed; the API now relies on the templateId path parameter instead to identify templates, avoiding URL-encoding of template names.
1 parent 6b9f9cf commit f6fae28

2 files changed

Lines changed: 1 addition & 17 deletions

File tree

‎specs/Data-Gateway.json‎

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -165,22 +165,6 @@
165165
}
166166
}
167167
},
168-
"templateName": {
169-
"description": "Name of the Cloud Matrix template to retrieve. Because this value is sent as a path segment, clients must URL-encode spaces and other reserved characters.",
170-
"in": "path",
171-
"name": "templateName",
172-
"required": true,
173-
"schema": {
174-
"$ref": "#/components/schemas/CloudMatrix.TemplateName"
175-
},
176-
"examples": {
177-
"Valid Template Name": {
178-
"summary": "Example Valid Template Name",
179-
"description": "An example of a valid template name before URL encoding for use in the request path.",
180-
"value": "Microsoft Enterprise"
181-
}
182-
}
183-
},
184168
"templateId": {
185169
"description": "The unique identifier of the Cloud Matrix template metadata record.",
186170
"in": "path",

‎src/dataGateway/TypeScript/package-lock.json‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)