Update API Key


                https://api.ocamba.com/v2/ocamba/personal-api-keys/{id}
            

Updates the specific API Key by setting the values of the parameters passed. Any parameters not provided will be left unchanged


Name
Description
idstringrequired
API Key identifier.


Example: id=1001

Name
Description
descriptionstring
A more details about API key for easy identification.


Example: My API Key

namestring
A descriptive name for the API key for easy identification.


Example: My API Key

204 - No Content
Arrow

400 - Bad Request
Arrow

500 - Internal Server Error
Arrow
200 Arrow
{
  description:"Updated description of API Key"
}          
400 Arrow
{
  "code": 400,
  "title": "Bad request.",
  "message": "The request body is not valid.",
  "trace_id": "99a84211-f73d-4ff8-acdf-eb3e06bb9d62"
}
{
  "code": 500,
  "title": "Internal server error.",
  "message": "Internal server error."
}