---
title: "Update Content"
method: PATCH
path: "/content/{contentId}/"
tags: ["WorldBuilder", "public"]
---

# Update Content

`PATCH /content/{contentId}/`

Updates the maps for a specific content ID.

## Path parameters

- `contentId` string, required

## Headers

- `x-m2-organization-id` string, required
- `x-m2-project-id` string, required

## Request body

- PatchWorldBuilderContentBody — Data for updating maps in specific World Builder content, allowing partial updates
  - `maps` object[], required
    - `name` string, required — Name of the map
    - `longPackageName` string, required — Long package name of the map
    - `description` string, required — Description of the map
    - `pictureUrl` string, required — URL of the map's picture
    - `roles` string[]

## Response `200`

Updated World Builder content after modification, including organization, project, and mod IDs

- PatchWorldBuilderContentResponse — The world builder content data
  - `documentId` string, required
  - `description` string, required
  - `status` union, required
    - 0
    - 1
  - `buildId` string, required
  - `creatorId` string, required
  - `pluginName` string, required
  - `maps` object[], required
    - `name` string, required — Name of the map
    - `longPackageName` string, required — Long package name of the map
    - `description` string, required — Description of the map
    - `pictureUrl` string, required — URL of the map's picture
    - `roles` string[]
  - `files` object[], required
    - `name` string, required
    - `platform` string, required
    - `configuration` string
    - `sizeBytes` number, required
    - `md5hash` string, required
    - `metadata` object, required
    - `type` union
      - 'Pak'
      - 'Manifest'
      - 'LatestOnlyPak'
      - 'PakDependency'
  - `patchType` union
    - 'None'
    - 'BasePatch'
    - 'Patch'

## Other responses

- `4XX` — The error object returned by the API when an error occurs

---

[API](https://skmtc.net/otherside/apis/world-builder.md) · [All operations](https://skmtc.net/otherside/apis/world-builder/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otherside/world-builder/revisions/5b916374c3f8/schema)
