kytos / flow_manager

MIT License
1 stars 16 forks source link

Update openapi.yml #50

Closed cemsbr closed 6 years ago

cemsbr commented 6 years ago

These are examples of all action types we have today:

[
  {
    "action_type": "output",
    "port": 42
  },
  {
    "action_type": "set_vlan",
    "vlan_id": 42
  }
]