Merge pull request #9315 from Wachizungu/add-user-totp-delete-to-restclient

new: [RestClient] Add user totp_delete to query builder
feature/workflow-module/publish-event
Alexandre Dulaunoy 2023-10-05 06:27:25 +02:00 committed by GitHub
commit d13c5f4b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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(