---
title: "PUT /public_key/:id"
method: PUT
path: "/public_key/:id"
tags: ["public_key"]
---

# PUT /public_key/:id

`PUT /public_key/:id`

## Path parameters

- `id` integer, required

## Request body

- ModelPublicKey
  - `created_at` string
  - `creator_id` integer — ResourceId int `json:"resource_id"`
  - `id` integer
  - `name` string
  - `pk` string
  - `uid` integer
  - `updated_at` string
  - `updater_id` integer
  - `username` string

## Response `200`

OK

---

[API](https://skmtc.dev/veops/apis/untitled-api-3.md) · [All operations](https://skmtc.dev/veops/apis/untitled-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/veops/untitled-api-3/revisions/d7525cb4e839/schema)
