Skip to content

Commit

Permalink
allow empty twitter id
Browse files Browse the repository at this point in the history
  • Loading branch information
logica0419 committed Sep 8, 2023
1 parent 7c41a16 commit f3d7bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v3-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4874,7 +4874,7 @@ components:
twitterId:
type: string
description: Twitter ID
pattern: '^[a-zA-Z0-9_]{1,15}$'
pattern: '^[a-zA-Z0-9_]{0,15}$'
lastOnline:
type: string
description: 最終オンライン日時
Expand Down

0 comments on commit f3d7bf8

Please sign in to comment.