Skip to content

Commit 8113266

Browse files
authored
[FIX] type for "tag" : integer -> string
1 parent 3bc8d73 commit 8113266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alis_api.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
"in": "query",
396396
"description": "検索タグ(tag, queryいずれかは必須)",
397397
"required": false,
398-
"type": "integer"
398+
"type": "string"
399399
}
400400
],
401401
"responses": {

0 commit comments

Comments
 (0)