Update apiDefinition.swagger.json (#1729)
Changed input type from integer to string for one of the operations
This commit is contained in:
Родитель
a620ea460d
Коммит
5f53734bd4
|
@ -277,7 +277,7 @@
|
|||
"name": "text",
|
||||
"in": "query",
|
||||
"required": true,
|
||||
"type": "integer",
|
||||
"type": "string",
|
||||
"x-ms-visibility": "important",
|
||||
"x-ms-summary": "text",
|
||||
"description": "Enter text to match with the pattern"
|
||||
|
|
Загрузка…
Ссылка в новой задаче