Skip to content

Commit 3bcafdd

Browse files
committed
Update README
1 parent ed61b90 commit 3bcafdd

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,20 @@ HEAD /:indexname/:fpid
9494

9595
### Get fingerprint info
9696

97+
Gets information about a fingeprint.
98+
99+
There is no way to get back the original hashes, they are not stored in a way that makes it possible to retrieve them.
100+
97101
```
98102
GET /:indexname/:fpid
99103
```
100104

101105
### Update fingerprint
102106

107+
Updates a single fingerprint.
108+
109+
Prefer using `/_update` for bulk operations.
110+
103111
```
104112
PUT /:indexname/:fpid
105113
```
@@ -108,15 +116,13 @@ PUT /:indexname/:fpid
108116
{"hashes": [100, 200, 300]}
109117
```
110118

111-
Prefer using `/_update` for bulk operations.
112-
113119
### Delete fingerprint
114120

115121
Deletes a single fingerprint.
116122

123+
Prefer using `/_update` for bulk operations.
124+
117125
```
118126
DELETE /:indexname/:fpid
119127
```
120128

121-
Prefer using `/_update` for bulk operations.
122-

0 commit comments

Comments
 (0)