# /admin/update-secretKey

```javascript
await axios.post(`https://api.cryptocadet.app/api/admin/update-secretKey`, {
apiKey, 
secretKey,
uid
})
```

{% tabs %}
{% tab title="Parameters" %}
apiKey: Vxusewjwhjwrhkwwj181ksl

secretKey: sk-wwh284h2ksjfshshshsjh

uid: XP27shj24190ws
{% endtab %}

{% tab title="Response" %}
Status: 200

Data: ${newKey}
{% endtab %}
{% endtabs %}
