Console
Body
Responses
204
No content
400
Malformed request
application/json
put
PUT /v2/console/authentication HTTP/1.1
Host: localhost
Content-Type: application/json
Accept: */*
Content-Length: 186
{
"user": {
"ID": 1,
"user_email": "[email protected]",
"user_login": "text",
"display_name": "text"
},
"jwt": {
"token": "text",
"token_expires": 1
},
"feature_flags": {
"isVendor": true,
"isWhitelabeled": true
}
}
No content
Last updated
Was this helpful?