Lines 3-8
Link Here
|
3 |
put: |
3 |
put: |
4 |
x-mojo-to: ImportRecordMatches#set_chosen |
4 |
x-mojo-to: ImportRecordMatches#set_chosen |
5 |
operationId: setChosen |
5 |
operationId: setChosen |
|
|
6 |
summary: Set the chosen match for an import record ID |
6 |
tags: |
7 |
tags: |
7 |
- import_batches |
8 |
- import_batches |
8 |
parameters: |
9 |
parameters: |
Lines 51-57
Link Here
|
51 |
schema: |
52 |
schema: |
52 |
$ref: "../swagger.yaml#/definitions/error" |
53 |
$ref: "../swagger.yaml#/definitions/error" |
53 |
"500": |
54 |
"500": |
54 |
description: Internal server error |
55 |
description: | |
|
|
56 |
Internal server error. Possible `error_code` attribute values: |
57 |
|
58 |
* `internal_server_error` |
55 |
schema: |
59 |
schema: |
56 |
$ref: "../swagger.yaml#/definitions/error" |
60 |
$ref: "../swagger.yaml#/definitions/error" |
57 |
"503": |
61 |
"503": |
Lines 64-69
Link Here
|
64 |
delete: |
68 |
delete: |
65 |
x-mojo-to: ImportRecordMatches#unset_chosen |
69 |
x-mojo-to: ImportRecordMatches#unset_chosen |
66 |
operationId: unsetChosen |
70 |
operationId: unsetChosen |
|
|
71 |
summary: Unset the chosen match for an import record ID |
67 |
tags: |
72 |
tags: |
68 |
- import_batches |
73 |
- import_batches |
69 |
parameters: |
74 |
parameters: |
Lines 95-101
Link Here
|
95 |
schema: |
100 |
schema: |
96 |
$ref: "../swagger.yaml#/definitions/error" |
101 |
$ref: "../swagger.yaml#/definitions/error" |
97 |
"500": |
102 |
"500": |
98 |
description: Internal server error |
103 |
description: | |
|
|
104 |
Internal server error. Possible `error_code` attribute values: |
105 |
|
106 |
* `internal_server_error` |
99 |
schema: |
107 |
schema: |
100 |
$ref: "../swagger.yaml#/definitions/error" |
108 |
$ref: "../swagger.yaml#/definitions/error" |
101 |
"503": |
109 |
"503": |
102 |
- |
|
|