Skip to content

Commit ff3b697

Browse files
committed
feat: refined monitor flag descriptions
1 parent 0cd56ee commit ff3b697

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

pkg/schema/schema.gen.go

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schema.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2548,7 +2548,7 @@ paths:
25482548
/api/monitor/{id}/flag:
25492549
post:
25502550
operationId: postMonitorFlag
2551-
summary: post monitor with flag
2551+
summary: post internal monitor with flag
25522552
tags:
25532553
- Monitor
25542554
parameters:
@@ -2560,15 +2560,15 @@ paths:
25602560
type: string
25612561
minLength: 1
25622562
requestBody:
2563-
description: post monitor with flag
2563+
description: post internal monitor with flag
25642564
required: true
25652565
content:
25662566
application/json:
25672567
schema:
25682568
$ref: "#/components/schemas/Flag"
25692569
responses:
25702570
200:
2571-
description: posted monitor with flag
2571+
description: posted internal monitor with flag
25722572
content:
25732573
application/json:
25742574
schema:

0 commit comments

Comments
 (0)