Skip to main content
POST
/
api
/
wsfev1
/
FEDummy
cURL
curl --request POST \
  --url http://localhost:3000/api/wsfev1/FEDummy \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "AppServer": "<string>",
  "DbServer": "<string>",
  "AuthServer": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://emir.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

The body is of type object.

Response

AppServer
string
DbServer
string
AuthServer
string