new: [RestClient] Add user totp_delete to query builder

pull/9315/head
Jeroen Pinoy 2023-10-04 17:50:43 +02:00
parent b33720aa46
commit f7c4d9345d
No known key found for this signature in database
GPG Key ID: DF33A50B8E4EE081
1 changed files with 5 additions and 0 deletions

View File

@ -323,6 +323,11 @@ class RestResponseComponent extends Component
'description' => 'Simply GET the url endpoint to view the API output of the statistics API. Additional statistics are available via the following tab-options similar to the UI: data, orgs, users, tags, attributehistogram, sightings, attackMatrix',
'params' => array('tab'),
'http_method' => 'GET'
),
'totp_delete' => array(
'description' => 'Simply do a DELETE or POST request to the url',
'params' => array('user_id'),
'http_method' => 'DELETE'
)
),
'UserSetting' => array(