File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
specs/search/paths/objects Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 43
43
$ref : ' ../../../common/responses/MethodNotAllowed.yml'
44
44
' 404 ' :
45
45
$ref : ' ../../../common/responses/IndexNotFound.yml'
46
+
46
47
put :
47
48
tags :
48
49
- Records
78
79
$ref : ' ../../../common/responses/MethodNotAllowed.yml'
79
80
' 404 ' :
80
81
$ref : ' ../../../common/responses/IndexNotFound.yml'
82
+
81
83
delete :
82
84
tags :
83
85
- Records
@@ -90,6 +92,7 @@ delete:
90
92
91
93
To delete more than one record, use the [`batch` operation](#tag/Records/operation/batch).
92
94
To delete records matching a query, use the [`deleteByQuery` operation](#tag/Records/operation/deleteBy).
95
+
93
96
parameters :
94
97
- $ref : ' ../../../common/parameters.yml#/IndexName'
95
98
- $ref : ' ../../../common/parameters.yml#/ObjectID'
You can’t perform that action at this time.
0 commit comments