PUT
/
api
/
v3
/
api-keys
/
{id}
curl --request PUT \
  --url https://api.nugen.in/api/v3/api-keys/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "status": "active"
}'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json

Request model for updating an API key - matches frontend exactly

Response

200
application/json

Successful Response

The response is of type any.