Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrasingh committed Aug 23, 2024
1 parent 5d7406e commit 1125a86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion geoprox-server/docs/Apis/GeohashApi.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GeohashApiApi
# GeohashApi

All URIs are relative to _http://localhost_

Expand Down
1 change: 1 addition & 0 deletions geoprox-server/docs/Models/InsertKey.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
| **key** | **String** | Object key | [default to null] |
| **lat** | **Double** | Latitude | [default to null] |
| **lng** | **Double** | Longitude | [default to null] |
| **ttl** | **Long** | The time-to-live (TTL) for this key, in seconds | [optional] [default to null] |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

1 change: 1 addition & 0 deletions geoprox-server/docs/Models/InsertKeyBatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
|------------ | ------------- | ------------- | -------------|
| **keys** | [**List**](InsertKey.md) | Object key | [default to null] |
| **preserve\_order** | **Boolean** | | [default to null] |
| **ttl** | **Long** | The time-to-live (TTL) for these keys, in seconds | [optional] [default to null] |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

0 comments on commit 1125a86

Please sign in to comment.