Skip to content
Merged
Changes from 1 commit
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
Next Next commit
docs: Prettify example JSON object
  • Loading branch information
feuGeneA committed Oct 23, 2021
commit 1af29c80fd829dceb2dca1e71a5bf95de0a2610a
3 changes: 2 additions & 1 deletion src/pages/kb/user-guide/integrations-and-api/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ Here's an example JSON object including different parameter types:
"end": "2020-12-31"
}
},
"max_age": 1800
"max_age": 1800
}
}
```

{% endcallout %}
Expand Down