|
1423 | 1423 | "solvers" |
1424 | 1424 | ], |
1425 | 1425 | "summary": "List Solvers", |
1426 | | - "description": "\ud83d\udea8 **Deprecated**: This endpoint is deprecated and will be removed in a future release.\nPlease use `GET /v0/solvers/page` instead.\n\n\n\nLists all available solvers (latest version)\n\nNew in *version 0.5.0*", |
| 1426 | + "description": "\ud83d\udea8 **Deprecated**: This endpoint is deprecated and will be removed in a future release.\nPlease use `GET /v0/solvers/page` instead.\n\n\n\nLists all available solvers (latest version)\n\nNew in *version 0.5*", |
1427 | 1427 | "operationId": "list_solvers", |
1428 | 1428 | "responses": { |
1429 | 1429 | "200": { |
|
1514 | 1514 | "solvers" |
1515 | 1515 | ], |
1516 | 1516 | "summary": "Lists All Releases", |
1517 | | - "description": "\ud83d\udea8 **Deprecated**: This endpoint is deprecated and will be removed in a future release.\nPlease use `GET /v0/solvers/{solver_key}/releases/page` instead.\n\n\n\nLists all released solvers (not just latest version)\n\nNew in *version 0.5.0*", |
| 1517 | + "description": "\ud83d\udea8 **Deprecated**: This endpoint is deprecated and will be removed in a future release.\nPlease use `GET /v0/solvers/{solver_key}/releases/page` instead.\n\n\n\nLists **all** released solvers (not just latest version)\n\nNew in *version 0.5*", |
1518 | 1518 | "operationId": "list_solvers_releases", |
1519 | 1519 | "responses": { |
1520 | 1520 | "200": { |
|
1599 | 1599 | ] |
1600 | 1600 | } |
1601 | 1601 | }, |
1602 | | - "/v0/solvers/{solver_key}/latest": { |
| 1602 | + "/v0/solvers/{solver_key}/releases/latest": { |
1603 | 1603 | "get": { |
1604 | 1604 | "tags": [ |
1605 | 1605 | "solvers" |
|
1946 | 1946 | "solvers" |
1947 | 1947 | ], |
1948 | 1948 | "summary": "List Solver Ports", |
1949 | | - "description": "Lists inputs and outputs of a given solver\n\nNew in *version 0.5.0*\n\nAdded in *version 0.7.1*: `version_display` field in the response", |
| 1949 | + "description": "Lists inputs and outputs of a given solver\n\nNew in *version 0.5*\n\nAdded in *version 0.7.1*: `version_display` field in the response", |
1950 | 1950 | "operationId": "list_solver_ports", |
1951 | 1951 | "security": [ |
1952 | 1952 | { |
|
2184 | 2184 | "solvers" |
2185 | 2185 | ], |
2186 | 2186 | "summary": "Create Solver Job", |
2187 | | - "description": "Creates a job in a specific release with given inputs.\n\nNOTE: This operation does **not** start the job", |
| 2187 | + "description": "Creates a job in a specific release with given inputs. This operation does not start the job.\n\nNew in *version 0.5*", |
2188 | 2188 | "operationId": "create_solver_job", |
2189 | 2189 | "security": [ |
2190 | 2190 | { |
|
2767 | 2767 | "solvers" |
2768 | 2768 | ], |
2769 | 2769 | "summary": "Start Job", |
2770 | | - "description": "Starts job job_id created with the solver solver_key:version\n\nAdded in *version 0.4.3*: query parameter `cluster_id`\nAdded in *version 0.6*: responds with a 202 when successfully starting a computation\nChanged in *version 0.8*: query parameter `cluster_id` deprecated", |
| 2770 | + "description": "Starts job job_id created with the solver solver_key:version\n\nAdded in *version 0.4.3*: query parameter `cluster_id`\n\nAdded in *version 0.6*: responds with a 202 when successfully starting a computation\n\nChanged in *version 0.7*: query parameter `cluster_id` deprecated", |
2771 | 2771 | "operationId": "start_job", |
2772 | 2772 | "security": [ |
2773 | 2773 | { |
|
2945 | 2945 | "solvers" |
2946 | 2946 | ], |
2947 | 2947 | "summary": "Stop Job", |
| 2948 | + "description": "Stops a running job\n\nNew in *version 0.5*", |
2948 | 2949 | "operationId": "stop_job", |
2949 | 2950 | "security": [ |
2950 | 2951 | { |
|
3083 | 3084 | "solvers" |
3084 | 3085 | ], |
3085 | 3086 | "summary": "Inspect Job", |
| 3087 | + "description": "Inspects the current status of a job\n\nNew in *version 0.5*", |
3086 | 3088 | "operationId": "inspect_job", |
3087 | 3089 | "security": [ |
3088 | 3090 | { |
|
3777 | 3779 | "solvers" |
3778 | 3780 | ], |
3779 | 3781 | "summary": "Get Job Output Logfile", |
3780 | | - "description": "Special extra output with persistent logs file for the solver run.\n\n**NOTE**: this is not a log stream but a predefined output that is only\navailable after the job is done.\n\nNew in *version 0.4.0*", |
| 3782 | + "description": "Special extra output with persistent logs file for the solver run.\n\n**NOTE**: this is not a log stream but a predefined output that is only\navailable after the job is done\n\nNew in *version 0.4*", |
3781 | 3783 | "operationId": "get_job_output_logfile", |
3782 | 3784 | "security": [ |
3783 | 3785 | { |
|
4319 | 4321 | "studies" |
4320 | 4322 | ], |
4321 | 4323 | "summary": "List Studies", |
4322 | | - "description": "New in *version 0.5.0*", |
| 4324 | + "description": "List all studies\n\nNew in *version 0.5*", |
4323 | 4325 | "operationId": "list_studies", |
4324 | 4326 | "security": [ |
4325 | 4327 | { |
|
4381 | 4383 | "studies" |
4382 | 4384 | ], |
4383 | 4385 | "summary": "Get Study", |
4384 | | - "description": "New in *version 0.5.0*", |
| 4386 | + "description": "Get study by ID\n\nNew in *version 0.5*", |
4385 | 4387 | "operationId": "get_study", |
4386 | 4388 | "security": [ |
4387 | 4389 | { |
|
4532 | 4534 | "studies" |
4533 | 4535 | ], |
4534 | 4536 | "summary": "List Study Ports", |
4535 | | - "description": "Lists metadata on ports of a given study\n\nNew in *version 0.5.0*", |
| 4537 | + "description": "Lists metadata on ports of a given study\n\nNew in *version 0.5*", |
4536 | 4538 | "operationId": "list_study_ports", |
4537 | 4539 | "security": [ |
4538 | 4540 | { |
|
4756 | 4758 | "studies" |
4757 | 4759 | ], |
4758 | 4760 | "summary": "Start Study Job", |
4759 | | - "description": "Changed in *version 0.6.0*: Now responds with a 202 when successfully starting a computation\nChanged in *version 0.8*: query parameter `cluster_id` deprecated", |
| 4761 | + "description": "Changed in *version 0.6*: Now responds with a 202 when successfully starting a computation", |
4760 | 4762 | "operationId": "start_study_job", |
4761 | 4763 | "security": [ |
4762 | 4764 | { |
|
4798 | 4800 | "type": "null" |
4799 | 4801 | } |
4800 | 4802 | ], |
| 4803 | + "description": "Changed in *version 0.7*: query parameter `cluster_id` deprecated\n", |
4801 | 4804 | "deprecated": true, |
4802 | 4805 | "title": "Cluster Id" |
4803 | 4806 | }, |
| 4807 | + "description": "Changed in *version 0.7*: query parameter `cluster_id` deprecated\n", |
4804 | 4808 | "deprecated": true |
4805 | 4809 | } |
4806 | 4810 | ], |
|
6217 | 6221 | "wallets" |
6218 | 6222 | ], |
6219 | 6223 | "summary": "Get Available Licensed Items For Wallet", |
6220 | | - "description": "Get all available licensed items for a given wallet", |
| 6224 | + "description": "Get all available licensed items for a given wallet\n\nNew in *version 0.6*", |
6221 | 6225 | "operationId": "get_available_licensed_items_for_wallet", |
6222 | 6226 | "security": [ |
6223 | 6227 | { |
|
6496 | 6500 | "credits" |
6497 | 6501 | ], |
6498 | 6502 | "summary": "Get Credits Price", |
6499 | | - "description": "New in *version 0.6.0*", |
| 6503 | + "description": "New in *version 0.6*", |
6500 | 6504 | "operationId": "get_credits_price", |
6501 | 6505 | "responses": { |
6502 | 6506 | "200": { |
|
0 commit comments