diff --git a/proto/api/v1/shortcut_service.proto b/proto/api/v1/shortcut_service.proto index 82092b7..e778655 100644 --- a/proto/api/v1/shortcut_service.proto +++ b/proto/api/v1/shortcut_service.proto @@ -79,14 +79,13 @@ message Shortcut { message OpenGraphMetadata { string title = 1; - + string description = 2; - + string image = 3; } } - message ListShortcutsRequest {} message ListShortcutsResponse { @@ -120,13 +119,14 @@ message GetShortcutAnalyticsRequest { } message GetShortcutAnalyticsResponse { - message AnalyticsItem { - string name = 1; - int32 count = 2; - } repeated AnalyticsItem references = 1; repeated AnalyticsItem devices = 2; repeated AnalyticsItem browsers = 3; + + message AnalyticsItem { + string name = 1; + int32 count = 2; + } } diff --git a/proto/gen/apidocs.swagger.yaml b/proto/gen/apidocs.swagger.yaml index be10f6a..19f736c 100644 --- a/proto/gen/apidocs.swagger.yaml +++ b/proto/gen/apidocs.swagger.yaml @@ -774,7 +774,9 @@ definitions: expiresAt: type: string format: date-time - description: "expires_at is the expiration time of the access token.\r\nIf expires_at is not set, the access token will never expire." + description: |- + expires_at is the expiration time of the access token. + If expires_at is not set, the access token will never expire. apiv1Collection: type: object properties: @@ -1205,7 +1207,9 @@ definitions: description: The custom style. owner: type: string - title: "The owner name.\r\nFormat: \"users/{id}\"" + title: |- + The owner name. + Format: "users/{id}" branding: type: string format: byte