Custom Inputs
Custom inputs allow you to control which custom inputs are required for your event types.
get
http://localhost:3002/v1
/custom-inputs
Find all eventTypeCustomInputs
post
http://localhost:3002/v1
/custom-inputs
Creates a new eventTypeCustomInput
get
http://localhost:3002/v1
/custom-inputs/{id}
Find a eventTypeCustomInput
patch
http://localhost:3002/v1
/custom-inputs/{id}
Edit an existing eventTypeCustomInput
delete
http://localhost:3002/v1
/custom-inputs/{id}
Remove an existing eventTypeCustomInput
Last modified 8mo ago