UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

9 lines 367 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.updateOpenAIKey = void 0; const updateOpenAIKey = ({ httpClient }) => ({ key_uuid, updates }) => { const url = `/gen-ai/openai/keys/${key_uuid}`; return httpClient.put(url, updates); }; exports.updateOpenAIKey = updateOpenAIKey; //# sourceMappingURL=update-openai-key.js.map