- Bump protoc-gen-go version from v1.36.8 to v1.36.9 in multiple generated files.
- Enhance OpenAPI descriptions for various endpoints to improve clarity and readability.
- Fix typo in the description list handling in the markdown service.
- Update HTMLElement component to handle children and self-closing tags correctly.
- Modify types in the markdown service to include children and self-closing properties for HTML elements.
description:"The maximum number of activities to return.\r\n The service may return fewer than this value.\r\n If unspecified, at most 100 activities will be returned.\r\n The maximum value is 1000; values above 1000 will be coerced to 1000."
description:|-
The maximum number of activities to return.
The service may return fewer than this value.
If unspecified, at most 100 activities will be returned.
The maximum value is 1000; values above 1000 will be coerced to 1000.
schema:
type:integer
format:int32
- name:pageToken
in:query
description:"A page token, received from a previous `ListActivities` call.\r\n Provide this to retrieve the subsequent page."
description:|-
A page token, received from a previous `ListActivities` call.
Provide this to retrieve the subsequent page.
schema:
type:string
responses:
@ -72,23 +78,35 @@ paths:
parameters:
- name:pageSize
in:query
description:"Optional. The maximum number of attachments to return.\r\n The service may return fewer than this value.\r\n If unspecified, at most 50 attachments will be returned.\r\n The maximum value is 1000; values above 1000 will be coerced to 1000."
description:|-
Optional. The maximum number of attachments to return.
The service may return fewer than this value.
If unspecified, at most 50 attachments will be returned.
The maximum value is 1000; values above 1000 will be coerced to 1000.
schema:
type:integer
format:int32
- name:pageToken
in:query
description:"Optional. A page token, received from a previous `ListAttachments` call.\r\n Provide this to retrieve the subsequent page."
description:|-
Optional. A page token, received from a previous `ListAttachments` call.
Provide this to retrieve the subsequent page.
schema:
type:string
- name:filter
in:query
description:"Optional. Filter to apply to the list results.\r\n Example: \"type=image/png\" or \"filename:*.jpg\"\r\n Supported operators: =, !=, <, <=, >, >=, :\r\n Supported fields: filename, type, size, create_time, memo"
description:"Optional. The order to sort results by.\r\n Example: \"create_time desc\" or \"filename asc\""
description:|-
Optional. The order to sort results by.
Example:"create_time desc"or "filename asc"
schema:
type:string
responses:
@ -112,7 +130,9 @@ paths:
parameters:
- name:attachmentId
in:query
description:"Optional. The attachment ID to use for this attachment.\r\n If empty, a unique ID will be generated."
description:|-
Optional. The attachment ID to use for this attachment.
If empty, a unique ID will be generated.
schema:
type:string
requestBody:
@ -223,7 +243,9 @@ paths:
post:
tags:
- AuthService
description:"CreateSession authenticates a user and creates a new session.\r\n Returns the authenticated user information upon successful authentication."
description:|-
CreateSession authenticates a user and creates a new session.
Returns the authenticated user information upon successful authentication.
operationId:AuthService_CreateSession
requestBody:
content:
@ -248,7 +270,9 @@ paths:
get:
tags:
- AuthService
description:"GetCurrentSession returns the current active session information.\r\n This method is idempotent and safe, suitable for checking current session state."
description:|-
GetCurrentSession returns the current active session information.
This method is idempotent and safe, suitable for checking current session state.
operationId:AuthService_GetCurrentSession
responses:
"200":
@ -266,7 +290,9 @@ paths:
delete:
tags:
- AuthService
description:"DeleteSession terminates the current user session.\r\n This is an idempotent operation that invalidates the user's authentication."
description:|-
DeleteSession terminates the current user session.
This is an idempotent operation that invalidates the user's authentication.
operationId:AuthService_DeleteSession
responses:
"200":
@ -305,7 +331,9 @@ paths:
parameters:
- name:identityProviderId
in:query
description:"Optional. The ID to use for the identity provider, which will become the final component of the resource name.\r\n If not provided, the system will generate one."
description:|-
Optional. The ID to use for the identity provider, which will become the final component of the resource name.
If not provided, the system will generate one.
schema:
type:string
requestBody:
@ -389,7 +417,9 @@ paths:
type:string
- name:updateMask
in:query
description:"Required. The update mask applies to the resource. Only the top level fields of\r\n IdentityProvider are supported."
description:|-
Required. The update mask applies to the resource. Only the top level fields of
IdentityProvider are supported.
schema:
type:string
format:field-mask
@ -481,7 +511,9 @@ paths:
get:
tags:
- MarkdownService
description:"GetLinkMetadata returns metadata for a given link.\r\n This is useful for generating link previews."
description:|-
GetLinkMetadata returns metadata for a given link.
This is useful for generating link previews.
operationId:MarkdownService_GetLinkMetadata
parameters:
- name:link
@ -506,7 +538,9 @@ paths:
post:
tags:
- MarkdownService
description:"ParseMarkdown parses the given markdown content and returns a list of nodes.\r\n This is a utility method that transforms markdown text into structured nodes."
description:|-
ParseMarkdown parses the given markdown content and returns a list of nodes.
This is a utility method that transforms markdown text into structured nodes.
operationId:MarkdownService_ParseMarkdown
requestBody:
content:
@ -531,7 +565,9 @@ paths:
post:
tags:
- MarkdownService
description:"RestoreMarkdownNodes restores the given nodes to markdown content.\r\n This is the inverse operation of ParseMarkdown."
description:|-
RestoreMarkdownNodes restores the given nodes to markdown content.
This is the inverse operation of ParseMarkdown.
operationId:MarkdownService_RestoreMarkdownNodes
requestBody:
content:
@ -556,7 +592,9 @@ paths:
post:
tags:
- MarkdownService
description:"StringifyMarkdownNodes stringify the given nodes to plain text content.\r\n This removes all markdown formatting and returns plain text."
description:|-
StringifyMarkdownNodes stringify the given nodes to plain text content.
This removes all markdown formatting and returns plain text.
description:"Optional. The maximum number of memos to return.\r\n The service may return fewer than this value.\r\n If unspecified, at most 50 memos will be returned.\r\n The maximum value is 1000; values above 1000 will be coerced to 1000."
description:|-
Optional. The maximum number of memos to return.
The service may return fewer than this value.
If unspecified, at most 50 memos will be returned.
The maximum value is 1000; values above 1000 will be coerced to 1000.
schema:
type:integer
format:int32
- name:pageToken
in:query
description:"Optional. A page token, received from a previous `ListMemos` call.\r\n Provide this to retrieve the subsequent page."
description:|-
Optional. A page token, received from a previous `ListMemos` call.
Provide this to retrieve the subsequent page.
schema:
type:string
- name:state
in:query
description:"Optional. The state of the memos to list.\r\n Default to `NORMAL`. Set to `ARCHIVED` to list archived memos."
description:|-
Optional. The state of the memos to list.
Default to `NORMAL`. Set to `ARCHIVED` to list archived memos.
schema:
enum:
- STATE_UNSPECIFIED
@ -607,12 +653,18 @@ paths:
format:enum
- name:orderBy
in:query
description:"Optional. The order to sort results by.\r\n Default to \"display_time desc\".\r\n Example: \"display_time desc\" or \"create_time asc\""
description:|-
Optional. The order to sort results by.
Default to "display_time desc".
Example:"display_time desc"or "create_time asc"
schema:
type:string
- name:filter
in:query
description:"Optional. Filter to apply to the list results.\r\n Filter is a CEL expression to filter memos.\r\n Refer to `Shortcut.filter`."
description:|-
Optional. Filter to apply to the list results.
Filter is a CEL expression to filter memos.
Refer to `Shortcut.filter`.
schema:
type:string
- name:showDeleted
@ -641,7 +693,9 @@ paths:
parameters:
- name:memoId
in:query
description:"Optional. The memo ID to use for this memo.\r\n If empty, a unique ID will be generated."
description:|-
Optional. The memo ID to use for this memo.
If empty, a unique ID will be generated.
schema:
type:string
- name:validateOnly
@ -688,7 +742,9 @@ paths:
type:string
- name:readMask
in:query
description:"Optional. The fields to return in the response.\r\n If not specified, all fields are returned."
description:|-
Optional. The fields to return in the response.
If not specified, all fields are returned.
schema:
type:string
format:field-mask
@ -1140,18 +1196,28 @@ paths:
parameters:
- name:pageSize
in:query
description:"Optional. The maximum number of users to return.\r\n The service may return fewer than this value.\r\n If unspecified, at most 50 users will be returned.\r\n The maximum value is 1000; values above 1000 will be coerced to 1000."
description:|-
Optional. The maximum number of users to return.
The service may return fewer than this value.
If unspecified, at most 50 users will be returned.
The maximum value is 1000; values above 1000 will be coerced to 1000.
schema:
type:integer
format:int32
- name:pageToken
in:query
description:"Optional. A page token, received from a previous `ListUsers` call.\r\n Provide this to retrieve the subsequent page."
description:|-
Optional. A page token, received from a previous `ListUsers` call.
Provide this to retrieve the subsequent page.
schema:
type:string
- name:filter
in:query
description:"Optional. Filter to apply to the list results.\r\n Example: \"state=ACTIVE\" or \"role=USER\" or \"email:@example.com\"\r\n Supported operators: =, !=, <, <=, >, >=, :\r\n Supported fields: username, email, role, state, create_time, update_time"
description:|-
Optional. Filter to apply to the list results.
Example:"state=ACTIVE"or "role=USER" or "email:@example.com"
description:"Optional. The user ID to use for this user.\r\n If empty, a unique ID will be generated.\r\n Must match the pattern [a-z0-9-]+"
description:|-
Optional. The user ID to use for this user.
If empty, a unique ID will be generated.
Must match the pattern [a-z0-9-]+
schema:
type:string
- name:validateOnly
@ -1190,7 +1259,9 @@ paths:
type:boolean
- name:requestId
in:query
description:"Optional. An idempotency token that can be used to ensure that multiple\r\n requests to create a user have the same result."
description:|-
Optional. An idempotency token that can be used to ensure that multiple
requests to create a user have the same result.
schema:
type:string
requestBody:
@ -1227,7 +1298,9 @@ paths:
type:string
- name:readMask
in:query
description:"Optional. The fields to return in the response.\r\n If not specified, all fields are returned."
description:|-
Optional. The fields to return in the response.
If not specified, all fields are returned.
schema:
type:string
format:field-mask
@ -1454,23 +1527,35 @@ paths:
type:string
- name:pageSize
in:query
description:"Optional. The maximum number of inboxes to return.\r\n The service may return fewer than this value.\r\n If unspecified, at most 50 inboxes will be returned.\r\n The maximum value is 1000; values above 1000 will be coerced to 1000."
description:|-
Optional. The maximum number of inboxes to return.
The service may return fewer than this value.
If unspecified, at most 50 inboxes will be returned.
The maximum value is 1000; values above 1000 will be coerced to 1000.
schema:
type:integer
format:int32
- name:pageToken
in:query
description:"Optional. A page token, received from a previous `ListInboxes` call.\r\n Provide this to retrieve the subsequent page."
description:|-
Optional. A page token, received from a previous `ListInboxes` call.
Provide this to retrieve the subsequent page.
schema:
type:string
- name:filter
in:query
description:"Optional. Filter to apply to the list results.\r\n Example: \"status=UNREAD\" or \"type=MEMO_COMMENT\"\r\n Supported operators: =, !=\r\n Supported fields: status, type, sender, create_time"
description:"Optional. The order to sort results by.\r\n Example: \"create_time desc\" or \"status asc\""
description:|-
Optional. The order to sort results by.
Example:"create_time desc"or "status asc"
schema:
type:string
responses:
@ -1556,13 +1641,19 @@ paths:
type:string
- name:pageSize
in:query
description:"Optional. The maximum number of settings to return.\r\n The service may return fewer than this value.\r\n If unspecified, at most 50 settings will be returned.\r\n The maximum value is 1000; values above 1000 will be coerced to 1000."
description:|-
Optional. The maximum number of settings to return.
The service may return fewer than this value.
If unspecified, at most 50 settings will be returned.
The maximum value is 1000; values above 1000 will be coerced to 1000.
schema:
type:integer
format:int32
- name:pageToken
in:query
description:"Optional. A page token, received from a previous `ListUserSettings` call.\r\n Provide this to retrieve the subsequent page."
description:|-
Optional. A page token, received from a previous `ListUserSettings` call.
Provide this to retrieve the subsequent page.
schema:
type:string
responses:
@ -2117,11 +2208,15 @@ components:
name:
readOnly:true
type:string
description:"The name of the activity.\r\n Format: activities/{id}"
description:|-
The name of the activity.
Format:activities/{id}
creator:
readOnly:true
type:string
description:"The name of the creator.\r\n Format: users/{user}"
description:|-
The name of the creator.
Format:users/{user}
type:
readOnly:true
enum:
@ -2156,10 +2251,14 @@ components:
properties:
memo:
type:string
description:"The memo name of comment.\r\n Format: memos/{memo}"
description:|-
The memo name of comment.
Format:memos/{memo}
relatedMemo:
type:string
description:"The name of related memo.\r\n Format: memos/{memo}"
description:|-
The name of related memo.
Format:memos/{memo}
description:ActivityMemoCommentPayload represents the payload of a memo comment activity.
ActivityPayload:
type:object
@ -2176,7 +2275,9 @@ components:
properties:
name:
type:string
description:"The name of the attachment.\r\n Format: attachments/{attachment}"
description:|-
The name of the attachment.
Format:attachments/{attachment}
createTime:
readOnly:true
type:string
@ -2202,7 +2303,9 @@ components:
description:Output only. The size of the attachment in bytes.
memo:
type:string
description:"Optional. The related memo. Refer to `Memo.name`.\r\n Format: memos/{memo}"
description:|-
Optional. The related memo. Refer to `Memo.name`.
Format:memos/{memo}
AutoLinkNode:
type:object
properties:
@ -2264,10 +2367,14 @@ components:
properties:
username:
type:string
description:"The username to sign in with.\r\n Required field for password-based authentication."
description:|-
The username to sign in with.
Required field for password-based authentication.
password:
type:string
description:"The password to sign in with.\r\n Required field for password-based authentication."
description:|-
The password to sign in with.
Required field for password-based authentication.
description:Nested message for password-based authentication credentials.
CreateSessionRequest_SSOCredentials:
required:
@ -2278,14 +2385,20 @@ components:
properties:
idpId:
type:integer
description:"The ID of the SSO provider.\r\n Required field to identify the SSO provider."
description:|-
The ID of the SSO provider.
Required field to identify the SSO provider.
format:int32
code:
type:string
description:"The authorization code from the SSO provider.\r\n Required field for completing the SSO flow."
description:|-
The authorization code from the SSO provider.
Required field for completing the SSO flow.
redirectUri:
type:string
description:"The redirect URI used in the SSO flow.\r\n Required field for security validation."
description:|-
The redirect URI used in the SSO flow.
Required field for security validation.
description:Nested message for SSO authentication credentials.
CreateSessionResponse:
type:object
@ -2296,7 +2409,9 @@ components:
description:The authenticated user information.
lastAccessedAt:
type:string
description:"Last time the session was accessed.\r\n Used for sliding expiration calculation (last_accessed_time + 2 weeks)."
description:|-
Last time the session was accessed.
Used for sliding expiration calculation (last_accessed_time + 2 weeks).
format:date-time
DeleteMemoTagRequest:
required:
@ -2306,7 +2421,9 @@ components:
properties:
parent:
type:string
description:"Required. The parent, who owns the tags.\r\n Format: memos/{memo}. Use \"memos/-\" to delete all tags."
description:|-
Required. The parent, who owns the tags.
Format:memos/{memo}. Use "memos/-" to delete all tags.
tag:
type:string
description:Required. The tag name to delete.
@ -2357,7 +2474,9 @@ components:
$ref:'#/components/schemas/User'
lastAccessedAt:
type:string
description:"Last time the session was accessed.\r\n Used for sliding expiration calculation (last_accessed_time + 2 weeks)."
description:|-
Last time the session was accessed.
Used for sliding expiration calculation (last_accessed_time + 2 weeks).
format:date-time
GoogleProtobufAny:
type:object
@ -2376,6 +2495,12 @@ components:
type:object
additionalProperties:
type:string
children:
type:array
items:
$ref:'#/components/schemas/Node'
isSelfClosing:
type:boolean
HeadingNode:
type:object
properties:
@ -2405,7 +2530,9 @@ components:
properties:
name:
type:string
description:"The resource name of the identity provider.\r\n Format: identityProviders/{idp}"
description:|-
The resource name of the identity provider.
Format:identityProviders/{idp}
type:
enum:
- TYPE_UNSPECIFIED
@ -2440,15 +2567,21 @@ components:
properties:
name:
type:string
description:"The resource name of the inbox.\r\n Format: inboxes/{inbox}"
description:|-
The resource name of the inbox.
Format:inboxes/{inbox}
sender:
readOnly:true
type:string
description:"The sender of the inbox notification.\r\n Format: users/{user}"
description:|-
The sender of the inbox notification.
Format:users/{user}
receiver:
readOnly:true
type:string
description:"The receiver of the inbox notification.\r\n Format: users/{user}"
description:|-
The receiver of the inbox notification.
Format:users/{user}
status:
enum:
- STATUS_UNSPECIFIED
@ -2518,7 +2651,10 @@ components:
description:The activities.
nextPageToken:
type:string
description:"A token to retrieve the next page of results.\r\n Pass this value in the page_token field in the subsequent call to `ListActivities`\r\n method to retrieve the next page of results."
description:|-
A token to retrieve the next page of results.
Pass this value in the page_token field in the subsequent call to `ListActivities`
method to retrieve the next page of results.
ListAllUserStatsResponse:
type:object
properties:
@ -2537,7 +2673,9 @@ components:
description:The list of attachments.
nextPageToken:
type:string
description:"A token that can be sent as `page_token` to retrieve the next page.\r\n If this field is omitted, there are no subsequent pages."
description:|-
A token that can be sent as `page_token` to retrieve the next page.
If this field is omitted, there are no subsequent pages.
totalSize:
type:integer
description:The total count of attachments (may be approximate).
@ -2560,7 +2698,9 @@ components:
description:The list of inboxes.
nextPageToken:
type:string
description:"A token that can be sent as `page_token` to retrieve the next page.\r\n If this field is omitted, there are no subsequent pages."
description:|-
A token that can be sent as `page_token` to retrieve the next page.
If this field is omitted, there are no subsequent pages.
totalSize:
type:integer
description:The total count of inboxes (may be approximate).
@ -2635,7 +2775,9 @@ components:
description:The list of memos.
nextPageToken:
type:string
description:"A token that can be sent as `page_token` to retrieve the next page.\r\n If this field is omitted, there are no subsequent pages."
description:|-
A token that can be sent as `page_token` to retrieve the next page.
If this field is omitted, there are no subsequent pages.
totalSize:
type:integer
description:The total count of memos (may be approximate).
@ -2699,7 +2841,9 @@ components:
description:The list of user settings.
nextPageToken:
type:string
description:"A token that can be sent as `page_token` to retrieve the next page.\r\n If this field is omitted, there are no subsequent pages."
description:|-
A token that can be sent as `page_token` to retrieve the next page.
If this field is omitted, there are no subsequent pages.
totalSize:
type:integer
description:The total count of settings (may be approximate).
@ -2723,7 +2867,9 @@ components:
description:The list of users.
nextPageToken:
type:string
description:"A token that can be sent as `page_token` to retrieve the next page.\r\n If this field is omitted, there are no subsequent pages."
description:|-
A token that can be sent as `page_token` to retrieve the next page.
If this field is omitted, there are no subsequent pages.
totalSize:
type:integer
description:The total count of users (may be approximate).
@ -2761,7 +2907,9 @@ components:
properties:
name:
type:string
description:"The resource name of the memo.\r\n Format: memos/{memo}, memo is the user defined id or uuid."
description:|-
The resource name of the memo.
Format:memos/{memo}, memo is the user defined id or uuid.
state:
enum:
- STATE_UNSPECIFIED
@ -2773,7 +2921,9 @@ components:
creator:
readOnly:true
type:string
description:"The name of the creator.\r\n Format: users/{user}"
description:|-
The name of the creator.
Format:users/{user}
createTime:
readOnly:true
type:string
@ -2839,7 +2989,9 @@ components:
parent:
readOnly:true
type:string
description:"Output only. The name of the parent memo.\r\n Format: memos/{memo}"
description:|-
Output only. The name of the parent memo.
Format:memos/{memo}
snippet:
readOnly:true
type:string
@ -2877,7 +3029,9 @@ components:
properties:
name:
type:string
description:"The resource name of the memo.\r\n Format: memos/{memo}"
description:|-
The resource name of the memo.
Format:memos/{memo}
snippet:
readOnly:true
type:string
@ -3063,14 +3217,21 @@ components:
name:
readOnly:true
type:string
description:"The resource name of the reaction.\r\n Format: reactions/{reaction}"
description:|-
The resource name of the reaction.
Format:reactions/{reaction}
creator:
readOnly:true
type:string
description:"The resource name of the creator.\r\n Format: users/{user}"
description:|-
The resource name of the creator.
Format:users/{user}
contentId:
type:string
description:"The resource name of the content.\r\n For memo reactions, this should be the memo's resource name.\r\n Format: memos/{memo}"
description:|-
The resource name of the content.
For memo reactions, this should be the memo's resource name.
Format:memos/{memo}
reactionType:
type:string
description:"Required. The type of reaction (e.g., \"\U0001F44D\", \"❤️\", \"\U0001F604\")."
@ -3097,7 +3258,9 @@ components:
properties:
parent:
type:string
description:"Required. The parent, who owns the tags.\r\n Format: memos/{memo}. Use \"memos/-\" to rename all tags."
description:|-
Required. The parent, who owns the tags.
Format:memos/{memo}. Use "memos/-" to rename all tags.
oldTag:
type:string
description:Required. The old tag name to rename.
@ -3128,7 +3291,9 @@ components:
properties:
name:
type:string
description:"Required. The resource name of the memo.\r\n Format: memos/{memo}"
description:|-
Required. The resource name of the memo.
Format:memos/{memo}
attachments:
type:array
items:
@ -3142,7 +3307,9 @@ components:
properties:
name:
type:string
description:"Required. The resource name of the memo.\r\n Format: memos/{memo}"
description:|-
Required. The resource name of the memo.
Format:memos/{memo}
relations:
type:array
items:
@ -3155,7 +3322,9 @@ components:
properties:
name:
type:string
description:"The resource name of the shortcut.\r\n Format: users/{user}/shortcuts/{shortcut}"
description:|-
The resource name of the shortcut.
Format:users/{user}/shortcuts/{shortcut}
title:
type:string
description:The title of the shortcut.
@ -3198,7 +3367,9 @@ components:
type:string
usePathStyle:
type:boolean
description:"S3 configuration for cloud storage backend.\r\n Reference: https://developers.cloudflare.com/r2/examples/aws/aws-sdk-go/"
description:"Required. The resource name of the memo.\r\n Format: memos/{memo}"
description:|-
Required. The resource name of the memo.
Format:memos/{memo}
reaction:
allOf:
- $ref:'#/components/schemas/Reaction'
@ -3310,7 +3483,9 @@ components:
properties:
name:
type:string
description:"The resource name of the user.\r\n Format: users/{user}"
description:|-
The resource name of the user.
Format:users/{user}
role:
enum:
- ROLE_UNSPECIFIED
@ -3362,7 +3537,9 @@ components:
properties:
name:
type:string
description:"The resource name of the access token.\r\n Format: users/{user}/accessTokens/{access_token}"
description:|-
The resource name of the access token.
Format:users/{user}/accessTokens/{access_token}
accessToken:
readOnly:true
type:string
@ -3385,7 +3562,9 @@ components:
properties:
name:
type:string
description:"The resource name of the session.\r\n Format: users/{user}/sessions/{session}"
description:|-
The resource name of the session.
Format:users/{user}/sessions/{session}
sessionId:
readOnly:true
type:string
@ -3398,7 +3577,9 @@ components:
lastAccessedTime:
readOnly:true
type:string
description:"The timestamp when the session was last accessed.\r\n Used for sliding expiration calculation (last_accessed_time + 2 weeks)."
description:|-
The timestamp when the session was last accessed.
Used for sliding expiration calculation (last_accessed_time + 2 weeks).
format:date-time
clientInfo:
readOnly:true
@ -3428,7 +3609,10 @@ components:
properties:
name:
type:string
description:"The name of the user setting.\r\n Format: users/{user}/settings/{setting}, {setting} is the key for the setting.\r\n For example, \"users/123/settings/GENERAL\" for general settings."
description:|-
The name of the user setting.
Format:users/{user}/settings/{setting}, {setting} is the key for the setting.
For example, "users/123/settings/GENERAL" for general settings.
description:"The preferred theme of the user.\r\n This references a CSS file in the web/public/themes/ directory.\r\n If not set, the default theme will be used."
description:|-
The preferred theme of the user.
This references a CSS file in the web/public/themes/ directory.
If not set, the default theme will be used.
description:General user settings configuration.
UserSetting_SessionsSetting:
type:object
@ -3483,7 +3670,9 @@ components:
properties:
name:
type:string
description:"The resource name of the user whose stats these are.\r\n Format: users/{user}"
description:|-
The resource name of the user whose stats these are.
Format:users/{user}
memoDisplayTimestamps:
type:array
items:
@ -3531,7 +3720,9 @@ components:
properties:
name:
type:string
description:"The name of the webhook.\r\n Format: users/{user}/webhooks/{webhook}"
description:|-
The name of the webhook.
Format:users/{user}/webhooks/{webhook}
url:
type:string
description:The URL to send the webhook to.
@ -3554,7 +3745,9 @@ components:
properties:
owner:
type:string
description:"The name of instance owner.\r\n Format: users/{user}"
description:|-
The name of instance owner.
Format:users/{user}
version:
type:string
description:Version is the current version of instance.
@ -3570,7 +3763,9 @@ components:
properties:
name:
type:string
description:"The name of the workspace setting.\r\n Format: workspace/settings/{setting}"