Skip to content

Commit

Permalink
add optional example apiSuccess field. Fix apidoc#654
Browse files Browse the repository at this point in the history
NicolasCARPi committed Sep 12, 2021
1 parent df7b9b7 commit e198a40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/example.js
Original file line number Diff line number Diff line change
@@ -114,6 +114,7 @@ function putUser() { return; }
* user = client.delete_user(42)
*
* @apiSuccess {String} result <code>ok</code> if everything went fine.
* @apiSuccess {String} [nullableField] This response field is not always there (can be null).
* @apiSuccessExample {json} Success-Example
* HTTP/1.1 200 OK
* {

0 comments on commit e198a40

Please sign in to comment.