Skip to content

Commit 952d011

Browse files
committed
update openapi spec
1 parent b3e0d49 commit 952d011

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/v3-openapi.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,6 +1595,18 @@ components:
15951595
We recommend prefixing tags with a namespace using an underscore or colon, like `user_1234567` or `org:9876543`. Stripe uses underscores.
15961596
items:
15971597
type: string
1598+
machine:
1599+
type: string
1600+
enum:
1601+
- micro
1602+
- small-1x
1603+
- small-2x
1604+
- medium-1x
1605+
- medium-2x
1606+
- large-1x
1607+
- large-2x
1608+
example: "small-2x"
1609+
description: The machine preset to use for this run. This will override the task's machine preset and any defaults.
15981610
TTL:
15991611
type:
16001612
- string

0 commit comments

Comments
 (0)