Skip to content

Commit 1c9af03

Browse files
committed
chore(openapi): sync generated contract artifacts
1 parent bebb667 commit 1c9af03

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

frontend/src/api/generated/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export type GetHealthStatusError = GetHealthStatusErrors[keyof GetHealthStatusEr
177177

178178
export type GetHealthStatusResponses = {
179179
/**
180-
* returns health status when the configured environment token is valid
180+
* returns health status after production-style env scrubbing
181181
*/
182182
200: {
183183
data: {

public/openapi.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,7 @@ paths:
331331
- success
332332
- data
333333
type: object
334-
description: returns health status when the configured environment token
335-
is valid
334+
description: returns health status after production-style env scrubbing
336335
'401':
337336
content:
338337
application/json:

0 commit comments

Comments
 (0)