---
title: "Update Affiliate Offer Visibility"
method: PATCH
path: "/networks/affiliates/{affiliateId}/offers/visibility"
tags: ["Offer Visibility"]
---

# Update Affiliate Offer Visibility

`PATCH /networks/affiliates/{affiliateId}/offers/visibility`

## Path parameters

- `affiliateId` integer, required

## Request body

- object
  - `network_offer_ids` integer[], required — List of offer IDs on which to set the target `visibility_type` for the affiliate.
  - `visibility_type` 'visible' | 'hidden' | 'rejected', required — The type of visibility to apply for the affiliate on the specified offers. Values are `visible`, `hidden`, and `rejected`.

## Response `200`

- object
  - `result` boolean — Whether the update was successful.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
