Skip to content

Commit 13dbcdd

Browse files
authored
Update stainless config: fork, instance stats (#122)
* Add fork endpoint to stainless * Add more missing sdk
1 parent 561e34f commit 13dbcdd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stainless.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,20 @@ 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
7778
get: get /instances/{id}
7879
delete: delete /instances/{id}
7980
standby: post /instances/{id}/standby
8081
restore: post /instances/{id}/restore
82+
fork: post /instances/{id}/fork
8183
start: post /instances/{id}/start
8284
stop: post /instances/{id}/stop
8385
logs: get /instances/{id}/logs
8486
stat: get /instances/{id}/stat
87+
stats: get /instances/{id}/stats
8588
# Subresources define resources that are nested within another for more powerful
8689
# logical groupings, e.g. `cards.payments`.
8790
subresources:

0 commit comments

Comments
 (0)