Skip to main content
POST
/
workspace
/
{workspace_id}
/
multidoc
Push XanoScript multidoc
curl --request POST \
  --url https://your-xano-instance.xano.io/api:meta/workspace/{workspace_id}/multidoc \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: text/x-xanoscript' \
  --data '<string>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

workspace_id
integer<int64>
required

Query Parameters

branch
string
default:""

Body

text/x-xanoscript

The body is of type string.

Response

Success!

The response is of type object.