Bookmark folder editing
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
49ec95b8f6
commit
2b6de423d5
10 changed files with 269 additions and 11 deletions
|
|
@ -1927,9 +1927,9 @@ const updateBookmarkFolder = ({ folderId, name, emoji, credentials }) => {
|
|||
|
||||
return fetch(url, {
|
||||
headers,
|
||||
method: 'PUT',
|
||||
method: 'PATCH',
|
||||
body: JSON.stringify({ name, emoji })
|
||||
})
|
||||
}).then((data) => data.json())
|
||||
}
|
||||
|
||||
const deleteBookmarkFolder = ({ folderId, credentials }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue