Update the authentication settings
Update the authentication settings
Request
URI
PUT
https://{api_host}/api/v0/settings/authentication
COPY
Request Body
AuthenticationSettingPut of type(s) application/json
Optional
OneOf
This class requires at least one of the following:
undefined
undefined
undefined
undefined
Responses
200
OK
Operation doesn't return any data structure
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/v0/settings/authentication
Authentication Settings Operations
GET
Getting the authentication settings
PUT
Update the authentication settings