Skip to content

Commit 0f28951

Browse files
committed
Add fork endpoint to stainless
1 parent 561e34f commit 0f28951

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stainless.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ resources:
7878
delete: delete /instances/{id}
7979
standby: post /instances/{id}/standby
8080
restore: post /instances/{id}/restore
81+
fork: post /instances/{id}/fork
8182
start: post /instances/{id}/start
8283
stop: post /instances/{id}/stop
8384
logs: get /instances/{id}/logs

0 commit comments

Comments
 (0)