---
title: "Increment the inserted observation count"
method: PUT
path: "/instances/{instance_id}/inserted_observations/{inserted_observations}"
tags: ["Private"]
---

# Increment the inserted observation count

`PUT /instances/{instance_id}/inserted_observations/{inserted_observations}`

This will add to the number already store in the api

## Path parameters

- `instance_id` string, required
- `inserted_observations` integer, required

## Headers

- `If-Match` string

## Response `200`

Added value to inserted observation

## Other responses

- `400` — Failed to process the request due to invalid request
- `401` — The token provided is unauthorised to carry out this operation
- `404` — InstanceId does not match any instances
- `409` — Failed to process the request due to a conflict
- `500` — Failed to process the request due to an internal error

---

[API](https://skmtc.net/office-of-national-statistics/apis/dataset-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/dataset-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/dataset-api/versions/a2947a13d675/schema)
