create queuepost https://api-examples.tamr.cloud/api/v1alpha2/projects/{projectId}/queuesCreate a new queue.Path ParamsprojectIdstringrequiredRequired. The project to create the queue in.Body ParamsqueueobjectrequiredRequired. Definition of the queue to create.queue objectscopesarray of objectsOptional. Restricts the queue to only accept events from the specified tables or data products. Data product IDs are resolved to their constituent tables at creation time. If empty, the queue accepts events from all tables. Immutable after creation.scopesADD objectResponse 200A successful response.Updated 2 months ago