---
title: "Replaces one or more Queues to the resource"
method: PUT
path: "/api/v1/entrypoints/{id}/queues"
tags: ["Entrypoints"]
---

# Replaces one or more Queues to the resource

`PUT /api/v1/entrypoints/{id}/queues`

## Path parameters

- `id` integer, required

## Headers

- `X-Fields` string, mask

## Request body

- IdList
  - `ids` integer[] — List of identifiers for one or more objects.

## Response `200`

Success

- QueueRef[]
  - `id` integer — ID for the Queue resource.
  - `group` GroupRef
    - `id` integer — ID for the Group resource.
    - `name` string — Name of the Group resource.
    - `url` string — URL for accessing the full Group resource.
  - `url` string — URL for accessing the full Queue resource.
  - `name` string — Name of the Queue resource.

---

[API](https://skmtc.net/usnistgov/apis/dioptra-rest-api.md) · [All operations](https://skmtc.net/usnistgov/apis/dioptra-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usnistgov/dioptra-rest-api/versions/a73101579c5c/schema)
