Skip to content

Commit

Permalink
Merge pull request #194 from maxl2287/fix/refactor-naming-of-roaming-…
Browse files Browse the repository at this point in the history
…request

Renamed RequestRoamingStatus to RoamingStatusRequest
  • Loading branch information
akoshunyadi authored Jul 24, 2024
2 parents f7cda98 + 25437f1 commit 5b93438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/API_definitions/device-roaming-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/RequestRoamingStatus"
$ref: "#/components/schemas/RoamingStatusRequest"
required: true
responses:
"200":
Expand Down Expand Up @@ -275,7 +275,7 @@ components:
items:
type: string

RequestRoamingStatus:
RoamingStatusRequest:
description: The request for retrieving the current roaming status for the requested device.
type: object
properties:
Expand Down

0 comments on commit 5b93438

Please sign in to comment.