Actuate a gate

POST /api/hw/yard/{yardId}/gate/{gateName}/actuate/{action}

Open or close a specific gate in a yard

Path parameters

  • action string Required
  • gateName string Required
  • yardId integer(int64) Required

Responses

  • 201

    Created

  • 401

    Not Authorized

  • 403

    Not Allowed

POST /api/hw/yard/{yardId}/gate/{gateName}/actuate/{action}
curl \
 --request POST 'https://api-dev.gatego.io/api/hw/yard/{yardId}/gate/{gateName}/actuate/{action}'