PUT
/
credentials
/
{id}
curl --request PUT \
  --url https://ronika-api.induced.ai/v1/credentials/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "username": "<string>",
  "password": "<string>",
  "additionalInfo": "<string>"
}'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The unique identifier of the credential.

Body

application/json

Response

200 - application/json

Update credentials success response

The response is of type object.