---
title: "PUT /user/objects/{type}"
method: PUT
path: "/user/objects/{type}"
tags: ["/user/"]
---

# PUT /user/objects/{type}

`PUT /user/objects/{type}`

## Path parameters

- `type` string, required

## Request body

- UserDataInput
  - `meta` string, required — Accompanying non confidential information
  - `data` string, required — Base64-encoded buffer
  - `changeIndex` number — Current change index

## Response `200`

Object created successfully.

- object

## Other responses

- `400` — A validation error occured.
- `401` — Access Token is incorrect.
- `404` — Specified object was not found.
- `500` — An unknown error occured.

---

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