Skip to content

Commit

Permalink
Fix typo, rename files.
Browse files Browse the repository at this point in the history
  • Loading branch information
lostlevels committed Jun 28, 2024
1 parent 95d9cc7 commit b43ea22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions reference/blob.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ paths:
Retrieves the content of the device log.
responses:
'200':
$ref: '#/components/responses/DeviceLogContents'
$ref: '#/components/responses/DeviceLogContent'
'400':
$ref: './common/responses/badrequest.v1.yaml'
'401':
Expand Down Expand Up @@ -309,7 +309,7 @@ components:
content:
application/json:
schema:
$ref: ./blob/models/device-log-contents.v1.yaml
$ref: ./blob/models/device-log-content-list.v1.yaml
DeviceLogsMetadata:
description: Device logs metadata
content:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Contents of a single device log.
title: Contents of a device log.
type: array
minItems: 0
items:
Expand Down

0 comments on commit b43ea22

Please sign in to comment.