Skip to content

Commit

Permalink
add triple backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Oct 27, 2023
1 parent 5c94351 commit 0a1c1c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vetiver/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ class VetiverAPI:
Notes
-----
This generates an API with either 2 or 3 GET endpoints and 1 POST endpoint.
This generates an API with either 3 or 4 GET endpoints and 1 POST endpoint.
```
├──/ping (GET)
├──/metadata (GET)
├──/prototype (GET)
├──/pin-url (GET, if VetiverModel metadata `url` field is not None)
└──/predict (POST)
```
Parameter `check_ptype` was changed to `check_prototype`. Handling of `check_ptype`
will be removed in a future version.
Expand Down

0 comments on commit 0a1c1c3

Please sign in to comment.