POST
/
v1
/
push
curl --request POST \
  --url https://api.airfold.co/v1/push \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
[
  {}
]

Authorizations

Authorization
string
header
required

Bearer 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:false

Get execution plan without executing it

force
boolean
default:false

Force delete/overwrite even if data will be lost.

rename
string

Use rename strategy. Specify a single renamed object name and its new name.

Example:

"name=new_name"

Body

parameters for project push

Object to push in JSON format

Response

200
application/json
OK

The response is of type object[].