---
title: "Update Policies By Ids"
method: PUT
path: "/v1/outbound-policies"
tags: ["Outbound Policies"]
---

# Update Policies By Ids

`PUT /v1/outbound-policies`

## Request body

- WoArcherSchemaOutboundPolicyUpdatePolicyRequest
  - `tenant_rules` WoArcherSchemaOutboundPolicyUpdatePolicyRequest1, required
    - `policy` 'allow' | 'deny', required
    - `rules` RulesUpdateRequst[], required
      - `policy` 'allow' | 'deny', required
      - `entity_value` string, required
      - `id` string, uuid, required
      - `comment` string, required

## Response `200`

Successful Response

- UpdatePolicyResponse
  - `updated` boolean, required
  - `failed` integer, required
  - `results` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/versions/82c114c37196/schema)
