|
Lines 3-13
Link Here
|
| 3 |
"post": { |
3 |
"post": { |
| 4 |
"x-mojo-to": "ReturnClaims#claim_returned", |
4 |
"x-mojo-to": "ReturnClaims#claim_returned", |
| 5 |
"operationId": "claimReturned", |
5 |
"operationId": "claimReturned", |
|
|
6 |
"summary": "Add a return claim", |
| 6 |
"tags": [ |
7 |
"tags": [ |
| 7 |
"claims", |
8 |
"Return claims" |
| 8 |
"returned", |
|
|
| 9 |
"return", |
| 10 |
"claim" |
| 11 |
], |
9 |
], |
| 12 |
"parameters": [ |
10 |
"parameters": [ |
| 13 |
{ |
11 |
{ |
|
Lines 102-113
Link Here
|
| 102 |
"put": { |
100 |
"put": { |
| 103 |
"x-mojo-to": "ReturnClaims#update_notes", |
101 |
"x-mojo-to": "ReturnClaims#update_notes", |
| 104 |
"operationId": "updateClaimNotes", |
102 |
"operationId": "updateClaimNotes", |
|
|
103 |
"summary": "Update notes", |
| 105 |
"tags": [ |
104 |
"tags": [ |
| 106 |
"claims", |
105 |
"Return claims" |
| 107 |
"returned", |
|
|
| 108 |
"return", |
| 109 |
"claim", |
| 110 |
"notes" |
| 111 |
], |
106 |
], |
| 112 |
"parameters": [ |
107 |
"parameters": [ |
| 113 |
{ |
108 |
{ |
|
Lines 195-207
Link Here
|
| 195 |
"delete": { |
190 |
"delete": { |
| 196 |
"x-mojo-to": "ReturnClaims#delete_claim", |
191 |
"x-mojo-to": "ReturnClaims#delete_claim", |
| 197 |
"operationId": "deletedClaim", |
192 |
"operationId": "deletedClaim", |
| 198 |
"tags": [ |
193 |
"summary": "Delete claim", |
| 199 |
"claims", |
194 |
"tags": [ "Return claims" ], |
| 200 |
"returned", |
|
|
| 201 |
"return", |
| 202 |
"claim", |
| 203 |
"delete" |
| 204 |
], |
| 205 |
"parameters": [ |
195 |
"parameters": [ |
| 206 |
{ |
196 |
{ |
| 207 |
"name": "claim_id", |
197 |
"name": "claim_id", |
|
Lines 269-281
Link Here
|
| 269 |
"put": { |
259 |
"put": { |
| 270 |
"x-mojo-to": "ReturnClaims#resolve_claim", |
260 |
"x-mojo-to": "ReturnClaims#resolve_claim", |
| 271 |
"operationId": "updateClaimResolve", |
261 |
"operationId": "updateClaimResolve", |
| 272 |
"tags": [ |
262 |
"summary": "Resolve claim", |
| 273 |
"claims", |
263 |
"tags": [ "Return claims" ], |
| 274 |
"returned", |
|
|
| 275 |
"return", |
| 276 |
"claim", |
| 277 |
"notes" |
| 278 |
], |
| 279 |
"parameters": [ |
264 |
"parameters": [ |
| 280 |
{ |
265 |
{ |
| 281 |
"name": "claim_id", |
266 |
"name": "claim_id", |
| 282 |
- |
|
|