UUID
The UUID plugin allows you to generate UUID v4.
Dynamic Values
uuid()
uuid
returns a randomly generated uuid v4.
Example:
POST /post:
alias: create-post
payload:
id: $[uuid()]
The UUID plugin allows you to generate UUID v4.
uuid
returns a randomly generated uuid v4.
POST /post:
alias: create-post
payload:
id: $[uuid()]