Skip to content

Commit 36041d7

Browse files
committed
ci: Generate code
1 parent 81daafc commit 36041d7

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

public/openapi.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,29 @@
3131
"operationId": "healthGet"
3232
}
3333
},
34+
"/images/view": {
35+
"get": {
36+
"x-fern-sdk-group-name": ["images"],
37+
"x-fern-sdk-method-name": "view",
38+
"summary": "/images/view",
39+
"responses": {
40+
"200": { "description": "OK" },
41+
"400": { "description": "Bad Request" },
42+
"401": { "description": "Unauthorized" }
43+
},
44+
"security": [{ "vercel_protection_bypass_secret": [] }],
45+
"parameters": [
46+
{
47+
"name": "image_id",
48+
"in": "query",
49+
"schema": { "type": "string", "format": "uuid" },
50+
"required": true
51+
}
52+
],
53+
"tags": [],
54+
"operationId": "imagesViewGet"
55+
}
56+
},
3457
"/_fake/seed_from_api": {
3558
"post": {
3659
"x-fern-sdk-group-name": ["_fake"],
@@ -73,29 +96,6 @@
7396
"operationId": "fakeSeedFromApiPost"
7497
}
7598
},
76-
"/images/view": {
77-
"get": {
78-
"x-fern-sdk-group-name": ["images"],
79-
"x-fern-sdk-method-name": "view",
80-
"summary": "/images/view",
81-
"responses": {
82-
"200": { "description": "OK" },
83-
"400": { "description": "Bad Request" },
84-
"401": { "description": "Unauthorized" }
85-
},
86-
"security": [{ "vercel_protection_bypass_secret": [] }],
87-
"parameters": [
88-
{
89-
"name": "image_id",
90-
"in": "query",
91-
"schema": { "type": "string", "format": "uuid" },
92-
"required": true
93-
}
94-
],
95-
"tags": [],
96-
"operationId": "imagesViewGet"
97-
}
98-
},
9999
"/v1/device_models/get": {
100100
"options": {
101101
"x-fern-ignore": true,

0 commit comments

Comments
 (0)