Fix note pin route

This commit is contained in:
Yurii
2026-05-14 11:28:07 +03:00
parent f0e9f42ec9
commit b0c0c9ca82

View File

@@ -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"
},