Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Dec 22, 2024
1 parent 318b5f9 commit 708f124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api/v1/locations_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def suggest
api :GET, '/api/v1/locations.json', 'Fetch locations for all regions'
api :GET, '/api/v1/region/:region/locations.json', 'Fetch locations for a single region'
description 'This will also return a list of machines at each location'
param :region, String, desc: 'Name of the Region you want to see events for', required: true
param :region, String, desc: 'Name of the Region you want to see locations for', required: true
param :by_location_name, String, desc: 'Name of location to search for', required: false
param :by_location_id, Integer, desc: 'Location ID to search for', required: false
param :by_machine_id, Integer, desc: 'Machine ID to find in locations', required: false
Expand Down

0 comments on commit 708f124

Please sign in to comment.