CEC-4626: update addTags to POST (#383)
This commit is contained in:
@@ -19,7 +19,7 @@ const vehiclesAPI = {
|
||||
|
||||
addTags: async (vins, tags, token) =>
|
||||
fetch(`${API_ENDPOINT}/tags`, {
|
||||
method: "PUT",
|
||||
method: "POST",
|
||||
headers: Object.assign(
|
||||
{ "Content-Type": "application/json" },
|
||||
getAuthHeaderOptions(token),
|
||||
|
||||
Reference in New Issue
Block a user