3
0

html bullet list

This commit is contained in:
Tit Petric
2018-06-03 14:37:29 +02:00
parent 29dee01e7a
commit a002322697
2 changed files with 2 additions and 9 deletions
+1 -5
View File
@@ -232,11 +232,7 @@ The following event types may be sent with a message event:
| Parameter | Type | Method | Description | Default | Required? |
| --------- | ---- | ------ | ----------- | ------- | --------- |
| query | string | GET | Search string to match against messages | N/A | NO |
| message_type | string | GET | Limit results to message type | N/A<br><br>Values:<br><br>
- `history`
- `message`
- `attachment`
- `media` | NO |
| message_type | string | GET | Limit results to message type | N/A<br><br>Values:<br><br><ul><li>`history`</li><li>`message`</li><li>`attachment`</li><li>`media`</li> | NO |
# Members
+1 -4
View File
@@ -15,10 +15,7 @@
{foreach $call.parameters as $method => $params}
{foreach $params as $param}
| {param.name} | {param.type} | {method|toupper} | {param.title} | {if empty($param.default)}N/A{else}{param.default}{/if}
{if $param.values}<br><br>Values:<br><br>
{foreach $param.values as $value}
- `{value}`
{/foreach}{/if} | {if $param.required}YES{else}NO{/if} |
{if $param.values}<br><br>Values:<br><br><ul>{foreach $param.values as $value}<li>`{value}`</li>{/foreach}{/if} | {if $param.required}YES{else}NO{/if} |
{/foreach}
{/foreach}