Config

post
Authorizations
LOWCODER_CE_SELFHOST_TOKENstringRequired
Body
authTypestringOptional
enableRegisterbooleanOptional
clientIdstringOptional
clientSecretstringOptional
idstringOptional
emptybooleanOptional
Other propertiesobjectOptional
Responses
post
/api/auth/config
POST /api/auth/config HTTP/1.1
Host: /
Content-Type: application/json
Accept: */*
Content-Length: 135

{
  "authType": "text",
  "enableRegister": true,
  "clientId": "text",
  "clientSecret": "text",
  "id": "text",
  "empty": true,
  "ANY_ADDITIONAL_PROPERTY": {}
}
200

OK

{
  "code": 1,
  "message": "text",
  "data": {},
  "success": true
}
delete
Authorizations
LOWCODER_CE_SELFHOST_TOKENstringRequired
Path parameters
idstringRequired
Responses
delete
/api/auth/config/{id}
DELETE /api/auth/config/{id} HTTP/1.1
Host: /
Accept: */*
200

OK

{
  "code": 1,
  "message": "text",
  "data": {},
  "success": true
}