File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -94,12 +94,20 @@ HEAD /:indexname/:fpid
94
94
95
95
### Get fingerprint info
96
96
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
+
97
101
```
98
102
GET /:indexname/:fpid
99
103
```
100
104
101
105
### Update fingerprint
102
106
107
+ Updates a single fingerprint.
108
+
109
+ Prefer using ` /_update ` for bulk operations.
110
+
103
111
```
104
112
PUT /:indexname/:fpid
105
113
```
@@ -108,15 +116,13 @@ PUT /:indexname/:fpid
108
116
{"hashes" : [100 , 200 , 300 ]}
109
117
```
110
118
111
- Prefer using ` /_update ` for bulk operations.
112
-
113
119
### Delete fingerprint
114
120
115
121
Deletes a single fingerprint.
116
122
123
+ Prefer using ` /_update ` for bulk operations.
124
+
117
125
```
118
126
DELETE /:indexname/:fpid
119
127
```
120
128
121
- Prefer using ` /_update ` for bulk operations.
122
-
You can’t perform that action at this time.
0 commit comments