Skip to main content
PUT
Replace correspondent policy

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

podId
string

Confine the operation to one pod's policy. Accepts the pod ID. Mutually exclusive with inboxId.

inboxId
string

Confine the operation to one inbox's policy. Mutually exclusive with podId.

Body

application/json
inbound
object

Inbound (who may send to this scope) policy to set. Omit to leave inbound untouched.

outbound
object

Outbound (who this scope may send to) policy to set. Omit to leave outbound untouched.

Response

The resulting policy for the scope

The resulting policy for the scope