diff --git a/server/apiv1/testing.go b/server/apiv1/testing.go index 6eadbc8..ecc27b5 100644 --- a/server/apiv1/testing.go +++ b/server/apiv1/testing.go @@ -22,7 +22,6 @@ type getMessageHTMLParams struct { // // in: path // required: true - // example: B79PgsotENzGwk4CCbAcAq ID string // If this is route is to be embedded in an iframe, set embed to `1` in the URL to add `target="_blank"` and `rel="noreferrer noopener"` to all links. diff --git a/server/ui/api/v1/swagger.json b/server/ui/api/v1/swagger.json index ad6e91b..efcf2b1 100644 --- a/server/ui/api/v1/swagger.json +++ b/server/ui/api/v1/swagger.json @@ -998,7 +998,6 @@ "parameters": [ { "type": "string", - "example": "B79PgsotENzGwk4CCbAcAq", "description": "Message database ID or \"latest\"", "name": "ID", "in": "path",