Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion openapi/components/requestBodies/userNotify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,22 @@ content:
type: string
description: |
The content of the notification message.

May contain placeholder values, preceded with a `:` character
(e.g. `:placeholderName`): these will be replaced with the
corresponding value in `messageParams`.
example: |
Checkout the 22.1 Release notes
Checkout the :version Release notes
messageParams:
type: object
additionalProperties:
type: string
description: |
A set of key-value pairs: each key should match a placeholder in
`message`, and its corresponding value will replace that placeholder
in the final message.
example:
version: '25.0'
from:
type: object
properties:
Expand Down