You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`queryUid`| UUID v7 | Unique identifier for the query |
150
+
|`indexUid`| String | Index identifier |
151
+
|`primaryKey`| String | Primary key field name, if index has a primary key |
152
+
|`remote`| String | Remote instance name, if request targets a remote instance |
153
+
120
154
## Request body
121
155
122
156
The request body is data sent to the API. It is used with PUT, POST, and PATCH methods to create or update a resource. You must provide request bodies in JSON.
0 commit comments