Lines 5-11
Link Here
|
5 |
"operationId": "claimReturned", |
5 |
"operationId": "claimReturned", |
6 |
"summary": "Add a return claim", |
6 |
"summary": "Add a return claim", |
7 |
"tags": [ |
7 |
"tags": [ |
8 |
"Return claims" |
8 |
"return_claims" |
9 |
], |
9 |
], |
10 |
"parameters": [ |
10 |
"parameters": [ |
11 |
{ |
11 |
{ |
Lines 103-109
Link Here
|
103 |
"operationId": "updateClaimNotes", |
103 |
"operationId": "updateClaimNotes", |
104 |
"summary": "Update notes", |
104 |
"summary": "Update notes", |
105 |
"tags": [ |
105 |
"tags": [ |
106 |
"Return claims" |
106 |
"return_claims" |
107 |
], |
107 |
], |
108 |
"parameters": [ |
108 |
"parameters": [ |
109 |
{ |
109 |
{ |
Lines 193-199
Link Here
|
193 |
"x-mojo-to": "ReturnClaims#delete_claim", |
193 |
"x-mojo-to": "ReturnClaims#delete_claim", |
194 |
"operationId": "deletedClaim", |
194 |
"operationId": "deletedClaim", |
195 |
"summary": "Delete claim", |
195 |
"summary": "Delete claim", |
196 |
"tags": [ "Return claims" ], |
196 |
"tags": [ "return_claims" ], |
197 |
"parameters": [ |
197 |
"parameters": [ |
198 |
{ |
198 |
{ |
199 |
"name": "claim_id", |
199 |
"name": "claim_id", |
Lines 262-268
Link Here
|
262 |
"x-mojo-to": "ReturnClaims#resolve_claim", |
262 |
"x-mojo-to": "ReturnClaims#resolve_claim", |
263 |
"operationId": "updateClaimResolve", |
263 |
"operationId": "updateClaimResolve", |
264 |
"summary": "Resolve claim", |
264 |
"summary": "Resolve claim", |
265 |
"tags": [ "Return claims" ], |
265 |
"tags": [ "return_claims" ], |
266 |
"parameters": [ |
266 |
"parameters": [ |
267 |
{ |
267 |
{ |
268 |
"name": "claim_id", |
268 |
"name": "claim_id", |