Skip to content

Commit d19c7fd

Browse files
committed
Update documentation for getApiDoc
1 parent 491c2a0 commit d19c7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ zosconnect.getApi('healthApi', function(error, api){
126126

127127
```js
128128
zosconnect.getApi('healthApi', function(error, api){
129-
api.getApiDoc(function(error, swagger){
129+
api.getApiDoc('swagger', function(error, swagger){
130130
console.log(swagger);
131131
})
132132
})

0 commit comments

Comments
 (0)