---
title: "POST /locations"
method: POST
path: "/locations"
tags: ["CredentialService", "locations", "unofficial"]
---

# POST /locations

`POST /locations`

## Request body

- StorageLocation
  - `id` string
  - `name` string, required
  - `url` string, required
  - `type` integer, required
  - `credential` string, required
  - `description` string
  - `properties` object

## Response `200`

OK

- StorageLocation
  - `id` string
  - `name` string, required
  - `url` string, required
  - `type` integer, required
  - `credential` string, required
  - `description` string
  - `properties` object

## Other responses

- `default` — Default error response

## Changes

- **2025-02-20** `27d7bed71eaa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/delta-incubator/apis/delta-sharing-api/changes/locations/post.md)

---

[API](https://skmtc.dev/delta-incubator/apis/delta-sharing-api.md) · [All operations](https://skmtc.dev/delta-incubator/apis/delta-sharing-api/llms.txt) · [OpenAPI document](https://skmtc.dev/delta-incubator/apis/delta-sharing-api/revisions/27d7bed71eaa?raw)
