Get Config
GET/config-svc/config
Fetch the current configuration from the server
Request
Query Parameters
namespace string
Namespace
Responses
- 200
- 401
- 500
Current configuration retrieved successfully
- application/json
- Schema
- Example (from schema)
Schema
config
object
data
object
required
property name* any
dataJson string
id string
namespace string
{
"config": {
"data": {},
"dataJson": "string",
"id": "string",
"namespace": "string"
}
}
Unauthorized
- application/json
- Schema
Schema
string
Internal Server Error
- application/json
- Schema
Schema
string
Loading...