-
Notifications
You must be signed in to change notification settings - Fork 0
"Receive REST Request" Activator
Activates the plan upon receiving a REST API request.
Enables/disables the activator.
Allows to select the HTTP server used to process the requests.
Allows to select the API interface to expose.
Allows to select the operation to implement.
Allows to select the URL fragment (and therefore the request handler) associated with the service to expose.
Allows to add a request handler and its associated URL fragment.
Allows to view/modify (deletion can be done from the HTTP server resource) the selected request handler.
Provides the operation input data. The data type depends on the signature of the selected operation.
Allows you to specify the operation output data. The data type depends on the signature of the selected operation.
NOTE: To provide in the HTTP response, an error that is defined in the API description, you must throw an exception (see Fail) of the type specified in the OpenAPI description resource (click on: General/Structure/Operation/Response(s)...).