Skip to content

Commit 360ef45

Browse files
committed
Add more missing sdk
1 parent 0f28951 commit 360ef45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stainless.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ resources:
7171
port_mapping: "#/components/schemas/PortMapping"
7272
instance: "#/components/schemas/Instance"
7373
path_info: "#/components/schemas/PathInfo"
74+
instance_stats: "#/components/schemas/InstanceStats"
7475
methods:
7576
list: get /instances
7677
create: post /instances
@@ -83,6 +84,7 @@ resources:
8384
stop: post /instances/{id}/stop
8485
logs: get /instances/{id}/logs
8586
stat: get /instances/{id}/stat
87+
stats: get /instances/{id}/stats
8688
# Subresources define resources that are nested within another for more powerful
8789
# logical groupings, e.g. `cards.payments`.
8890
subresources:

0 commit comments

Comments
 (0)