Workspace
Push to Workspace
Push objects to project.
POST
/
v1
/
push
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
name
string
Name for a single object. Cannot be used with multiple objects.
dry_run
boolean
default: falseGet execution plan without executing it
force
boolean
default: falseForce delete/overwrite even if data will be lost.
rename
string
Use rename
strategy. Specify a single renamed object name and its new name.
Body
Object to push in JSON format
Response
200 - application/json
The response is of type object[]
.