---
title: "Update namespace"
method: PATCH
path: "/v1/namespace/{namespace}"
tags: ["Namespace Management"]
---

# Update namespace

`PATCH /v1/namespace/{namespace}`

Update intersection subscription status for a specific namespace

## Path parameters

- `namespace` string, required

## Request body

- NamespaceUpdateRequest
  - `mapVersion` string
  - `provisioned` DeltaOperation
    - `add` string[]
    - `remove` string[]
    - `replace` string[]
  - `pending` DeltaOperation
    - `add` string[]
    - `remove` string[]
    - `replace` string[]
  - `reviewRequired` DeltaOperation
    - `add` string[]
    - `remove` string[]
    - `replace` string[]
  - `region` Location
    - `country` string
    - `state` string

## Response `200`

Successful update

- NamespaceUpdateResponse
  - `createdDate` string
  - `responseId` string
  - `result` NamespaceData[]
    - `namespace` string
    - `mapVersion` string
    - `provisioned` string[]
    - `pending` string[]
    - `reviewRequired` string[]
    - `region` Location
      - `country` string
      - `state` string
  - `message` string

## Other responses

- `400` — Bad request - invalid parameters
- `401` — Unauthorized - invalid or missing token
- `500` — Internal server error

---

[API](https://skmtc.net/inrix/apis/inrix-analytics-webservice-template-api.md) · [All operations](https://skmtc.net/inrix/apis/inrix-analytics-webservice-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inrix/inrix-analytics-webservice-template-api/versions/df7a7279595a/schema)
