This action will activate an AirMenu flag.
- API endpoint slug
- airmenu.activate_flag
- Filter code method
- Airmenu.activateFlag.skip(string?: reason)
- Runtime method
- runAction("airmenu.activate_flag", {})
Action fields
- Label
- What's the enterprise to the activate the flag?
- Slug
- enterpriseId
- Required
- true
- Can have default value
- false
- Label
- What's the key of the flag to be to activated?
- Slug
- flag_key
- Required
- true
- Can have default value
- true
- Filter code method
- Airmenu.activateFlag.setFlagKey(string: flagKey)
- Label
- What's the order id where the flag is to be activated?
- Slug
- order_id
- Required
- true
- Can have default value
- true
- Filter code method
- Airmenu.activateFlag.setOrderId(string: orderId)