Skip to content

Commit 208ea8b

Browse files
committed
Closes #8 - although there will probably be other similar enhancements needed for descriptions of other responses not captured in schema objects. Will happen in 1.0.2.
1 parent e0c6bcc commit 208ea8b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

server/nodejs/api/swagger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,7 +2270,7 @@ paths:
22702270
$ref: "#/definitions/OfferNewRequest"
22712271
responses:
22722272
200:
2273-
description: "Success"
2273+
description: "Success; Returns an array of 2 elements- tx id and offer GUID."
22742274
schema:
22752275
type: "array"
22762276
items:
@@ -2326,7 +2326,7 @@ paths:
23262326
$ref: "#/definitions/OfferUpdateRequest"
23272327
responses:
23282328
200:
2329-
description: "Success"
2329+
description: "Success; Returns an array with 1 element- tx id."
23302330
schema:
23312331
type: "array"
23322332
items:

swagger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,7 +2257,7 @@ so payments received with the address will be credited to 'account'."
22572257
$ref: "#/definitions/OfferNewRequest"
22582258
responses:
22592259
"200":
2260-
description: Success
2260+
description: Success; Returns an array of 2 elements- tx id and offer GUID.
22612261
schema:
22622262
type: array
22632263
items:
@@ -2311,7 +2311,7 @@ so payments received with the address will be credited to 'account'."
23112311
$ref: "#/definitions/OfferUpdateRequest"
23122312
responses:
23132313
"200":
2314-
description: Success
2314+
description: Success; Returns an array with 1 element- tx id.
23152315
schema:
23162316
type: array
23172317
items:

0 commit comments

Comments
 (0)