Skip to main content
POST
Move QStash to Team

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
qstash_id
string
required

ID of the QStash instance to move

target_team_id
string
required

ID of the target team

Response

200 - application/json

QStash moved successfully

The response is of type string.

Example:

"OK"