This is the documentation for Hypar 1.0.
Hypar 2.0 documentation can be found at docs.hypar.io. Hypar 2.0 can be found at hypar.io.
logo
Every C# function describes its inputs in the InputSchema portion of the hypar.json.
You can edit a function’s inputs from visual editor by:
  • Navigating to the the “Inputs” section of the function editor in the Hypar web interface (during or after function creation)
  • Running hypar edit from your function’s code (where you would usually run commands like hypar publish)
You may also edit the input_schema property in hypar.json manually for greater control.
🔖
This guide demonstrates the different ways inputs can be configured.
Share