cURL
curl --request POST \ --url https://api.upstash.com/v2/redis/move-to-team \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "team_id": "<string>", "database_id": "<string>" }'
"OK"
This endpoint moves database under a target team
Was this page helpful?