Skip to content

Commit 9bd6969

Browse files
committed
generalize where pin-url is coming from
1 parent 5b0e2a5 commit 9bd6969

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vetiver/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class VetiverAPI:
4747
4848
├──/ping (GET)
4949
├──/metadata (GET)
50-
├──/pin-url (GET, if model is pinned on Posit Connect)
50+
├──/pin-url (GET, if VetiverModel metadata `url` field is not None)
5151
└──/predict (POST)
5252
5353
Parameter `check_ptype` was changed to `check_prototype`. Handling of `check_ptype`

0 commit comments

Comments
 (0)