|
31 | 31 | "operationId": "healthGet" |
32 | 32 | } |
33 | 33 | }, |
| 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 | + }, |
34 | 57 | "/_fake/seed_from_api": { |
35 | 58 | "post": { |
36 | 59 | "x-fern-sdk-group-name": ["_fake"], |
|
73 | 96 | "operationId": "fakeSeedFromApiPost" |
74 | 97 | } |
75 | 98 | }, |
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 | | - }, |
99 | 99 | "/v1/device_models/get": { |
100 | 100 | "options": { |
101 | 101 | "x-fern-ignore": true, |
|
0 commit comments