diff --git a/backend/oas/redoc-static.html b/backend/oas/redoc-static.html index bbfeef1..ae7b5e4 100644 --- a/backend/oas/redoc-static.html +++ b/backend/oas/redoc-static.html @@ -415,9 +415,9 @@ " class="sc-iJKOgi sc-cCcWUm lorSOn hCocPB sc-cidEGh dvTXik">

Internal Server Error

Response samples

Content type
application/json
{
  • "task_id": "7af020f6-2e38-4d70-8cf0-4349650ea08c",
  • "code": "OPENQASM 3; qubit[2] q; bit[2] c; h q[0]; cnot q[0], q[1]; c = measure q;",
  • "device": "Kawasaki",
  • "n_qubits": null,
  • "n_nodes": 12,
  • "action": {
    },
  • "qubit_allocation": null,
  • "skip_transpilation": false,
  • "seed_transpilation": 873,
  • "seed_simulation": 39058567,
  • "ro_error_mitigation": null,
  • "n_per_node": 2,
  • "simulation_opt": {
    },
  • "status": "QUEUED_FETCHED",
  • "createdAt": "2022-10-19 11:45:34"
}
+
http://localhost:8888/task/{task_id}

Response samples

Content type
application/json
{
  • "task_id": "7af020f6-2e38-4d70-8cf0-4349650ea08c",
  • "code": "OPENQASM 3; qubit[2] q; bit[2] c; h q[0]; cnot q[0], q[1]; c = measure q;",
  • "device": "Kawasaki",
  • "n_qubits": null,
  • "n_nodes": 12,
  • "action": {
    },
  • "qubit_allocation": null,
  • "skip_transpilation": false,
  • "seed_transpilation": 873,
  • "seed_simulation": 39058567,
  • "ro_error_mitigation": null,
  • "n_per_node": 2,
  • "simulation_opt": {
    },
  • "status": "QUEUED",
  • "createdAt": "2022-10-19 11:45:34"
}