Policies
Save per-field selections onto an existing querying policy.
Persist per-field selections onto an existing querying policy.
Replaces the policy’s per-model and per-field selections with the
submitted set. The policy is left in published status.
PUT
Save per-field selections onto an existing querying policy.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Previous
List furnishing policies in a network.List furnishing policies visible within a network scope.
Results are paginated with ``limit`` (1-100, default 20) and
``offset`` (>=0, default 0).
Parameters
----
`network_id` : `UUID`.
Network scope for the listing.
`limit` : `int`.
Maximum number of results. Defaults to 20.
`offset` : `int`.
Number of results to skip. Defaults to 0.
Returns
----
`results` : `list[FurnishingPolicyResult]`.
Page of matching furnishing policies.
Examples
-----
```
GET /networks/policies/furnishing?network_id=...&limit=10
```
Next
Save per-field selections onto an existing querying policy.