Skip to content

Commit 2ef4e2c

Browse files
committed
update description
1 parent 1bf057d commit 2ef4e2c

4 files changed

Lines changed: 58 additions & 62 deletions

File tree

api-description/web-api.swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ paths:
12301230
/v1/admin_notification:
12311231
delete:
12321232
summary: Delete
1233-
description: Soft-delete a notification; it disappears from all listings but its data is retained. System admin only.
1233+
description: Delete system admin notification.
12341234
operationId: web.v1.notification.admin.delete
12351235
responses:
12361236
"200":

proto/notification/service.pb.go

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

proto/notification/service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ service NotificationService {
484484
};
485485
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
486486
summary: "Delete",
487-
description: "Soft-delete a notification; it disappears from all listings but its data is retained. System admin only.",
487+
description: "Delete system admin notification.",
488488
tags: "notification",
489489
operation_id: "web.v1.notification.admin.delete",
490490
responses: {

proto/proto.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47688,7 +47688,7 @@
4768847688
},
4768947689
{
4769047690
"name": "description",
47691-
"value": "Soft-delete a notification; it disappears from all listings but its data is retained. System admin only."
47691+
"value": "Delete system admin notification."
4769247692
},
4769347693
{
4769447694
"name": "tags",

0 commit comments

Comments
 (0)