Skip to content

Commit

Permalink
add description for the pmtoapib_exclude option to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillippOhlandt committed Mar 8, 2017
1 parent b2cdece commit a83154d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ You can also use the Docker image if you don't use Mac OS and don't want to comp
```
docker run --rm -it -v "$PWD:/opt" phillippohlandt/pmtoapib collection.json docs
```

## Options

### Exclude Requests

To exclude a whole request from the generated `.apib` file, simply put the string `pmtoapib_exclude`
in the request description. It will also prevent the generation of the response files for that request.

0 comments on commit a83154d

Please sign in to comment.