fix nimble rest api

This commit is contained in:
garnier-quentin 2020-08-05 17:16:32 +02:00
parent e07226c0bf
commit 7dfee159d2
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ sub request_api {
$self->clean_token(statefile => $self->{cache});
$self->authenticate(statefile => $self->{cache});
$content = $self->{http}->request(
endpoint => $options{endpoint},
url_path => $options{endpoint},
warning_status => '', unknown_status => '', critical_status => ''
);
}