diff --git a/doc/api.yaml b/doc/api.yaml index 001b4cb..7cbc487 100644 --- a/doc/api.yaml +++ b/doc/api.yaml @@ -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"