POST realm/applications/<app_name>/endpoints
This web method creates a new endpoint within an application definition.
Input Data
Supply a JSON representation of the endpoint object in the message body. At minimum, that representation must include the
name attribute, specifying the name of the new endpoint.
Example Requests
curl -X POST http://<host>:<port>/api/v1/realm/applications/<app_name>/endpoints -d <json_defn>