Gerra LogoGerra
API Reference/Mecha/Setting/Deploy

Set deployment config

Save deployment configuration.

POST
/mecha/setting/deploy

Request Body

application/jsonRequired
[key: string]any

Query Parameters

mecha_idRequiredMecha Id

Header Parameters

gerra-api-keystring | null | null

Response Body

Successful Response

TypeScript Definitions

Use the response body type in TypeScript.

responseRequiredunknown
curl -X POST "https://api.gerra.com/mecha/setting/deploy?mecha_id=string" \
  -H "gerra-api-key: string" \
  -H "Content-Type: application/json" \
  -d '{}'
null