Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Dec 17, 2024
1 parent 9f9c32f commit 792c298
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/shadowbox/server/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,13 @@ paths:
tunnelTime:
type: object
properties:
seconds: number
seconds:
type: number
dataTransferred:
type: object
properties:
bytes: number
bytes:
type: number
accessKeys:
type: array
items:
Expand All @@ -174,11 +176,13 @@ paths:
tunnelTime:
type: object
properties:
seconds: number
seconds:
type: number
dataTransferred:
type: object
properties:
bytes: number
bytes:
type: number
examples:
'0':
value: '{"server":[{"location":"US","asn":null,"asOrg":null,"tunnelTime":{"seconds":100},"dataTransferred":{"bytes":100}}],"accessKeys":[{"accessKeyId":"0","tunnelTime":{"seconds":100},"dataTransferred":{"bytes":100}}]}'
Expand Down

0 comments on commit 792c298

Please sign in to comment.