update queuepatch https://api-examples.tamr.cloud/api/v1alpha2/projects/{projectId}/queues/{queue.queueId}Update a queue's metadata. Use :pause, :archive, or :reopen to change status.Path ParamsprojectIdstringrequiredRequired. The project the queue belongs to.queue.queueIdstringrequiredOutput only. The unique identifier for the queue. Generated by the service on creation.Body ParamsqueueobjectRequired. The queue to update. The queue_id field must be set to identify the queue.queue objectupdateMaskstringOptional. The list of fields to update. If none is provided, all fields with values present in the request are updated (i.e., a pure PATCH). If the special value "*" is provided, all fields are updated (i.e., a pure PUT).Response 200A successful response.Updated 2 months ago