All URIs are relative to https://localhost/
Method | HTTP request | Description |
---|---|---|
changeSecret | POST /api/Maintenance/ChangeSecret |
changeSecret(opts)
var SlambySdk = require('slamby-sdk');
var apiInstance = new SlambySdk.MaintenanceApi();
var opts = {
'secret': new SlambySdk.ChangeSecret() // ChangeSecret |
};
apiInstance.changeSecret(opts).then(function() {
console.log('API called successfully.');
}, function(error) {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
secret | ChangeSecret | [optional] |
null (empty response body)
No authorization required
- Content-Type: application/json, text/json, application/json-patch+json
- Accept: Not defined