---
title: "Update registry credentials by key"
method: PUT
path: "/v1/registry-credential/{key}"
tags: ["registry-credential"]
---

# Update registry credentials by key

`PUT /v1/registry-credential/{key}`

## Path parameters

- `key` string, required

## Request body

- object
  - `username` string
  - `password` string

## Response `200`

A description of the registry credential

- RegistryCredentialSummary
  - `key` string, required — The lookup key for this credntial
  - `username` string, required — Username corresponding to this credential

---

[API](https://skmtc.net/octoml/apis/octoai-api.md) · [All operations](https://skmtc.net/octoml/apis/octoai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octoml/octoai-api/revisions/ff4ad53097bc/schema)
