Skip to content

Files

Latest commit

author
zsolt.illes
Nov 21, 2016
d326e52 · Nov 21, 2016

History

History
59 lines (32 loc) · 1.05 KB

MaintenanceApi.md

File metadata and controls

59 lines (32 loc) · 1.05 KB

SlambySdk.MaintenanceApi

All URIs are relative to https://localhost/

Method HTTP request Description
changeSecret POST /api/Maintenance/ChangeSecret

changeSecret

changeSecret(opts)

Example

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);
});

Parameters

Name Type Description Notes
secret ChangeSecret [optional]

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json, text/json, application/json-patch+json
  • Accept: Not defined