Update apiDefinition.swagger.json (#1729)

Changed input type from  integer to string for one of the operations
This commit is contained in:
happyume 2022-06-29 03:02:56 +01:00 коммит произвёл GitHub
Родитель a620ea460d
Коммит 5f53734bd4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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"