v3: allow users to edit dump title
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 2m54s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 2m54s
This commit is contained in:
@@ -504,6 +504,7 @@ export interface CreateUrlDumpRequest {
|
||||
|
||||
export interface UpdateDumpRequest {
|
||||
url?: string;
|
||||
title?: string;
|
||||
comment?: string;
|
||||
isPrivate?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user