Set the SOAP API credentials
In order to disable the SOAP API, username and password have to be set to empty
- application/json
Request Body
- username string required
Possible values:
<= 20 characters
- password string required
Possible values:
<= 20 characters
, Value must match regular expression^$|(?!.*[$])(?=.*\W)(?=.*\d)(?=.*[a-z])(?=.*[A-Z])
Responses
- 200
- 400
- application/json
- Schema
- Example (from schema)
Schema
- username string
- password string
{
"username": "coriander20",
"password": "15J861xjo%u9"
}
Validation error in request, details can be found in the body of the response