Skip to main content
POST
/
search
/
{id}
/
transfer
Transfer Search Index
curl --request POST \
  --url https://api.upstash.com/v2/search/{id}/transfer \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "target_account": "99a4c327-31f0-490f-a594-043ade84085a"
}'
"OK"

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Body

application/json
target_account
string
required
Example:

Response

200 - application/json
Example: