dots-wrapper
Version:
Digital Ocean v2 api wrapper - javascript - typescript - nodejs
9 lines • 385 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.updateAnthropicKey = void 0;
const updateAnthropicKey = ({ httpClient }) => ({ key_uuid, updates }) => {
const url = `/gen-ai/anthropic/keys/${key_uuid}`;
return httpClient.put(url, updates);
};
exports.updateAnthropicKey = updateAnthropicKey;
//# sourceMappingURL=update-anthropic-key.js.map