Skip to content

Commit 7beae11

Browse files
committed
Update stainless
1 parent df66d46 commit 7beae11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stainless.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ resources:
8282
delete: delete /instances/{id}
8383
put_in_standby: post /instances/{id}/standby
8484
restore_from_standby: post /instances/{id}/restore
85-
stream_logs: get /instances/{id}/logs
85+
logs: get /instances/{id}/logs
86+
stream_logs: get /instances/{id}/logs/stream
8687
# Subresources define resources that are nested within another for more powerful
8788
# logical groupings, e.g. `cards.payments`.
8889
subresources:

0 commit comments

Comments
 (0)