Skip to main content
POST
/
Speckle
/
streamDefaultBranches
CreateStreamAndDefaultBranches
curl --request POST \
  --url https://api.realtimelca.com/rest/api/Speckle/streamDefaultBranches \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "streamName": "Langt fra",
  "branches": [
    "755b67d3-7190-4902-b481-ca19a1f1f5e2",
    "0178923a-3892-4700-92a3-6dcaba1b84d8",
    "7ab2e724-dcad-49db-a873-63cce32c7166"
  ]
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
streamName
string
branches
string[]

Response

default

Response schema not yet documented in the upstream Postman spec.