novuhq / docs

Novu documentation - The Masterpiece
https://docs.novu.co
39 stars 79 forks source link

Issue on docs - identifier vs. layoutId #518

Open typytypytypy opened 5 months ago

typytypytypy commented 5 months ago

Path: /api-reference/layouts/update-a-layout

It's not clear what the difference is between the layoutId and the identifier, when updating a layout. Should I use the same string for both? Is this something that is seen in the UI?

unicodeveloper commented 5 months ago

They are not the same.

The layoutId is the Novu system generated ID.

While the identifier is the user custom key you assign to a layout @typytypytypy