Types of Endpoints
In endpoints.xml
, <endpoint>
has two sub-sections, <success>
and <error>
. What happens in the case of success or error depends on the tags being present. Details are described in the following subsections.
If the tag (<success>
or <error>
) is missing, or present and empty, this means the server returns an empty 200 OK in the success case and 400 error in the case of failure. This can be useful if the request should simply perform some tasks e.g. send emails.
Last updated