Skip to main content
POST
/
{org}
/
{repo}
/
changes
/
{change_id}
/
mp
Create a multiplayer session for a change
curl --request POST \
  --url https://api.mesa.dev/v1/{org}/{repo}/changes/{change_id}/mp \
  --header 'Authorization: Bearer <token>'
{
  "session_uri": "<string>",
  "token": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.mesa.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org
string
required

Organization slug

Minimum string length: 1
repo
string
required

Repository name

Minimum string length: 1
change_id
string
required
Pattern: ^[zyxwvutsrqponmlk]{32}$

Response

Multiplayer session info

session_uri
string
required
token
string
required