mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 06:06:15 +01:00
Add generic response string pattern
This commit is contained in:
parent
d9a8919565
commit
b42886beab
1 changed files with 2 additions and 1 deletions
|
@ -943,7 +943,7 @@ components:
|
|||
example: 3
|
||||
upload_time:
|
||||
type: string
|
||||
format: RFC3339
|
||||
format: date-time
|
||||
description: Upload time and date in RFC3339 format.
|
||||
minLength: 25
|
||||
maxLength: 25
|
||||
|
@ -1075,6 +1075,7 @@ components:
|
|||
properties:
|
||||
status:
|
||||
type: string
|
||||
pattern: ".*"
|
||||
description: The status of the request.
|
||||
example: "Success"
|
||||
|
||||
|
|
Loading…
Reference in a new issue