Update ApiV1Controller, fix update_credentials endpoint

pull/2033/head
Daniel Supernault 5 years ago
parent a43311f952
commit a73fad75b0
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -152,7 +152,7 @@ class ApiV1Controller extends Controller
$this->validate($request, [
'display_name' => 'nullable|string',
'note' => 'nullable|string',
'locked' => 'nullable|boolean',
'locked' => 'nullable',
// 'source.privacy' => 'nullable|in:unlisted,public,private',
// 'source.sensitive' => 'nullable|boolean'
]);

Loading…
Cancel
Save