Skip to content

Commit

Permalink
Update device-reachability-status.yaml
Browse files Browse the repository at this point in the history
Update scope name
  • Loading branch information
bigludo7 authored Jun 13, 2024
1 parent 6656937 commit b1b96c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/API_definitions/device-reachability-status.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
title: Device Reachability Status Retrieval
title: Device Reachability Status
description: |
This API provides the customer with the ability to query device reachability status (Data or SMS)
Expand Down Expand Up @@ -47,7 +47,7 @@ externalDocs:
url: https://github.com/camaraproject/

servers:
- url: "{apiRoot}/reachability-retrieval/v0"
- url: "{apiRoot}/device-reachability-status/v0"
variables:
apiRoot:
default: http://localhost:9091
Expand All @@ -67,7 +67,7 @@ paths:
- $ref: '#/components/parameters/x-correlator'
security:
- openId:
- reachability-retrieval:read
- device-reachability-status:read
requestBody:
content:
application/json:
Expand Down Expand Up @@ -361,7 +361,7 @@ components:
status: 422
code: DEVICE_NOT_APPLICABLE
message: Service not applicable to the device
NetworkIssueToRetrieveReacabilityStatus:
NetworkIssueToRetrieveReachabilityStatus:
value:
status: 422
code: DEVICE_REACHABILITY_STATUS.UNABLE_TO_PROVIDE_REACHABILITY_STATUS
Expand Down

0 comments on commit b1b96c5

Please sign in to comment.