Skip to content

Commit 0a1c1c3

Browse files
committed
add triple backticks
1 parent 5c94351 commit 0a1c1c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vetiver/server.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ class VetiverAPI:
4646
4747
Notes
4848
-----
49-
This generates an API with either 2 or 3 GET endpoints and 1 POST endpoint.
49+
This generates an API with either 3 or 4 GET endpoints and 1 POST endpoint.
5050
51+
```
5152
├──/ping (GET)
52-
5353
├──/metadata (GET)
54-
54+
├──/prototype (GET)
5555
├──/pin-url (GET, if VetiverModel metadata `url` field is not None)
56-
5756
└──/predict (POST)
57+
```
5858
5959
Parameter `check_ptype` was changed to `check_prototype`. Handling of `check_ptype`
6060
will be removed in a future version.

0 commit comments

Comments
 (0)