feat: add functionality to toggle inbox document source between personal and public scopes
Build and Push Multi-Platform Images / build-and-push (push) Successful in 34s
Build and Push Multi-Platform Images / build-and-push (push) Successful in 34s
This commit is contained in:
@@ -89,6 +89,10 @@ export const inboxApi = {
|
||||
opts ?? {},
|
||||
)
|
||||
.then((r) => r.data),
|
||||
updateSource: (id: string, source: InboxSource) =>
|
||||
api
|
||||
.post(`/api/inbox/${encodeURIComponent(id)}/source`, { source })
|
||||
.then((r) => r.data),
|
||||
};
|
||||
|
||||
export interface PostprocessActionResult {
|
||||
|
||||
Reference in New Issue
Block a user