---
title: "Executes a SPARQL Update operation against the store."
method: POST
path: "/{storeName}/update"
tags: ["sparql", "update"]
---

# Executes a SPARQL Update operation against the store.

`POST /{storeName}/update`

NOTE: The Swagger spec only allows us to document one possible form of POST. However
BrightstarDB fully supports all of the request options described in 
[SPARQL 1.1 Protocol](http://www.w3.org/TR/sparql11-protocol/)

## Path parameters

- `storeName` string, required

## Response `200`

Successful response

## Other responses

- `400` — Bad Request. Either a required parameter was not provided; or the update could not be parsed.

---

[API](https://skmtc.net/brightstardb/apis/brightstardb-rest-api.md) · [All operations](https://skmtc.net/brightstardb/apis/brightstardb-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brightstardb/brightstardb-rest-api/versions/e94ef9356aa7/schema)
