---
title: "Bulk update WP Site themes"
method: PUT
path: "/sites/environments/{env_id}/themes/bulk-update"
tags: ["WordPress Site Themes & Plugins"]
---

# Bulk update WP Site themes

`PUT /sites/environments/{env_id}/themes/bulk-update`

## Path parameters

- `env_id` string, uuid, required

## Request body

- BulkUpdateWpEnvironmentThemesRequestBodySchema
  - `themes` object[], required
    - `name` string, required

## Response `200`

Successfully updated WP themes

- BulkUpdateWpEnvironmentThemesResponseSchema
  - `operation_id` string
  - `message` string, required
  - `status` number, required

## Other responses

- `401` — No or invalid API key provided to the request
- `404` — Could not find the WP themes or the user does not have permissions to retrieve data
- `500` — Error occurred while bulk-updating WP themes

---

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