Memos API
ResourceService
复制页面
Memos API
AuthService
SignIn signs in the user with the given username and password.
POST
SignInWithSSO signs in the user with the given SSO code.
POST
SignOut signs out the user.
POST
SignUp signs up the user with the given username and password.
POST
GetAuthStatus returns the current auth status of the user.
POST
IdentityProviderService
ListIdentityProviders lists identity providers.
GET
CreateIdentityProvider creates an identity provider.
POST
UpdateIdentityProvider updates an identity provider.
PATCH
DeleteIdentityProvider deletes an identity provider.
DELETE
GetIdentityProvider gets an identity provider.
GET
InboxService
ListInboxes lists inboxes for a user.
GET
UpdateInbox updates an inbox.
PATCH
DeleteInbox deletes an inbox.
DELETE
MarkdownService
GetLinkMetadata returns metadata for a given link.
GET
RestoreMarkdownNodes restores the given nodes to markdown content.
POST
StringifyMarkdownNodes stringify the given nodes to plain text content.
POST
ParseMarkdown parses the given markdown content and returns a list of nodes.
POST
MemoService
ListMemos lists memos with pagination and filter.
GET
CreateMemo creates a memo.
POST
DeleteMemoReaction deletes a reaction for a memo.
DELETE
UpdateMemo updates a memo.
PATCH
GetMemo gets a memo.
GET
DeleteMemo deletes a memo.
DELETE
ListMemoComments lists comments for a memo.
GET
CreateMemoComment creates a comment for a memo.
POST
ListMemoReactions lists reactions for a memo.
GET
UpsertMemoReaction upserts a reaction for a memo.
POST
ListMemoRelations lists relations for a memo.
GET
SetMemoRelations sets relations for a memo.
PATCH
ListMemoResources lists resources for a memo.
GET
SetMemoResources sets resources for a memo.
PATCH
ListMemos lists memos with pagination and filter.
GET
DeleteMemoTag deletes a tag for a memo.
DELETE
RenameMemoTag renames a tag for a memo.
PATCH
ResourceService
ListResources lists all resources.
GET
CreateResource creates a new resource.
POST
GetResource returns a resource by name.
GET
DeleteResource deletes a resource by name.
DELETE
UpdateResource updates a resource.
PATCH
GetResourceBinary returns a resource binary by name.
GET
UserService
ListUsers returns a list of users.
CreateUser creates a new user.
ListAllUserStats returns all user stats.
GetUserByUsername gets a user by username.
GetUser gets a user by name.
DeleteUser deletes a user.
ListUserAccessTokens returns a list of access tokens for a user.
CreateUserAccessToken creates a new access token for a user.
DeleteUserAccessToken deletes an access token for a user.
GetUserSetting gets the setting of a user.
GetUserStats returns the stats of a user.
ListShortcuts returns a list of shortcuts for a user.
CreateShortcut creates a new shortcut for a user.
DeleteShortcut deletes a shortcut for a user.
UpdateShortcut updates a shortcut for a user.
UpdateUserSetting updates the setting of a user.
UpdateUser updates a user.
GetUserAvatarBinary gets the avatar of a user.
WebhookService
ListWebhooks returns a list of webhooks.
CreateWebhook creates a new webhook.
GetWebhook returns a webhook by id.
DeleteWebhook deletes a webhook by id.
UpdateWebhook updates a webhook.
WorkspaceService
GetWorkspaceProfile returns the workspace profile.
WorkspaceSettingService
GetWorkspaceSetting returns the setting by name.
SetWorkspaceSetting updates the setting.
ActivityService
GetActivity returns the activity with the given id.
数据模型
Schemas
ListNodeKind
MemoServiceRenameMemoTagBody
MemoServiceSetMemoRelationsBody
MemoServiceSetMemoResourcesBody
MemoServiceUpsertMemoReactionBody
TableNodeRow
UserRole
UserServiceCreateUserAccessTokenBody
UserStatsMemoTypeStats
Reference: https://developers.cloudflare.com/r2/examples/aws/aws-sdk-go/
apiHttpBody
apiv1ActivityMemoCommentPayload
apiv1ActivityPayload
apiv1ActivityVersionUpdatePayload
apiv1FieldMapping
apiv1IdentityProvider
apiv1IdentityProviderConfig
apiv1IdentityProviderType
apiv1Location
apiv1Memo
apiv1OAuth2Config
apiv1Shortcut
apiv1UserSetting
apiv1WorkspaceCustomProfile
apiv1WorkspaceGeneralSetting
apiv1WorkspaceMemoRelatedSetting
apiv1WorkspaceSetting
apiv1WorkspaceStorageSetting
apiv1WorkspaceStorageSettingStorageType
googlerpcStatus
protobufAny
v1Activity
v1AutoLinkNode
v1BlockquoteNode
v1BoldItalicNode
v1BoldNode
v1CodeBlockNode
v1CodeNode
v1CreateWebhookRequest
v1Direction
v1EmbeddedContentNode
v1EscapingCharacterNode
v1HTMLElementNode
v1HeadingNode
v1HighlightNode
v1HorizontalRuleNode
v1ImageNode
v1Inbox
v1InboxStatus
v1InboxType
v1ItalicNode
v1LineBreakNode
v1LinkMetadata
v1LinkNode
v1ListAllUserStatsResponse
v1ListIdentityProvidersResponse
v1ListInboxesResponse
v1ListMemoCommentsResponse
v1ListMemoReactionsResponse
v1ListMemoRelationsResponse
v1ListMemoResourcesResponse
v1ListMemosResponse
v1ListNode
v1ListResourcesResponse
v1ListShortcutsResponse
v1ListUserAccessTokensResponse
v1ListUsersResponse
v1ListWebhooksResponse
v1MathBlockNode
v1MathNode
v1MemoProperty
v1MemoRelation
v1MemoRelationMemo
v1MemoRelationType
v1Node
v1NodeType
v1OrderedListItemNode
v1ParagraphNode
v1ParseMarkdownRequest
v1ParseMarkdownResponse
v1Reaction
v1ReferencedContentNode
v1Resource
v1RestoreMarkdownNodesRequest
v1RestoreMarkdownNodesResponse
v1SpoilerNode
v1State
v1StrikethroughNode
v1StringifyMarkdownNodesRequest
v1StringifyMarkdownNodesResponse
v1SubscriptNode
v1SuperscriptNode
v1TableNode
v1TagNode
v1TaskListItemNode
v1TextNode
v1UnorderedListItemNode
v1User
v1UserAccessToken
v1UserStats
v1Visibility
v1Webhook
v1WorkspaceProfile
ResourceService
复制页面
DeleteResource deletes a resource by name.
DELETE
/api/v1/{name_3}
调试
Run in Apifox
Run in Apifox
请求参数
Path 参数
生成代码
请求示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例
请求示例
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
DELETE
'/api/v1/'
返回响应
🟢
200
成功
application/json
A successful response.
Body
生成代码
示例
{
}
🔴
500
服务器错误
修改于
2025-03-15 17:43:05
上一页
GetResource returns a resource by name.
下一页
UpdateResource updates a resource.