mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-27 22:46:04 +00:00
Fix note pin route
This commit is contained in:
@@ -662,12 +662,12 @@
|
||||
"actionClassName": "Espo\\Tools\\Stream\\Api\\GetStreamAttachments"
|
||||
},
|
||||
{
|
||||
"route": "/:Note/:id/pin",
|
||||
"route": "/Note/:id/pin",
|
||||
"method": "post",
|
||||
"actionClassName": "Espo\\Tools\\Stream\\Api\\PostNotePin"
|
||||
},
|
||||
{
|
||||
"route": "/:Note/:id/pin",
|
||||
"route": "/Note/:id/pin",
|
||||
"method": "delete",
|
||||
"actionClassName": "Espo\\Tools\\Stream\\Api\\DeleteNotePin"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user