We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df66d46 commit 7beae11Copy full SHA for 7beae11
stainless.yaml
@@ -82,7 +82,8 @@ resources:
82
delete: delete /instances/{id}
83
put_in_standby: post /instances/{id}/standby
84
restore_from_standby: post /instances/{id}/restore
85
- stream_logs: get /instances/{id}/logs
+ logs: get /instances/{id}/logs
86
+ stream_logs: get /instances/{id}/logs/stream
87
# Subresources define resources that are nested within another for more powerful
88
# logical groupings, e.g. `cards.payments`.
89
subresources:
0 commit comments