Skip to content

Commit

Permalink
Merge pull request #182 from camaraproject/chore/remove-api-from-title
Browse files Browse the repository at this point in the history
Remove API from title and align use of Device as prefix
  • Loading branch information
jlurien authored Apr 11, 2024
2 parents 2726d10 + a43992d commit 5e9a4e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/API_definitions/geofencing.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
title: Device geofencing API
title: Device Geofencing
description: |
API to create, retrieve and delete event subscriptions to realize geofencing for a user device.
Expand Down
2 changes: 1 addition & 1 deletion code/API_definitions/location-retrieval.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
title: Location retrieval API
title: Device Location Retrieval
description: |
This API provides the ability to retrieve a device location.
Expand Down
2 changes: 1 addition & 1 deletion code/API_definitions/location-verification.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
title: Device location verification API
title: Device Location Verification
description: |
This API provides the customer with the ability to verify the location of a device.
Expand Down

0 comments on commit 5e9a4e2

Please sign in to comment.