Skip to content

Commit

Permalink
Merge pull request #1966 from traPtitech/allow-empty-twitter-id
Browse files Browse the repository at this point in the history
Twitter IDで空文字を許可
  • Loading branch information
logica0419 committed Sep 8, 2023
2 parents 7c41a16 + f3d7bf8 commit dbb07d0
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 dbb07d0

Please sign in to comment.