mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
api docs example (#11997)
* DEV: Escape backslashes in curl example We need to escape these backslashes otherwise they get filtered out when generating the api docs. * FIX: uniqItems should be uniqueItems
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "array",
|
||||
"minItems": 1,
|
||||
"uniqItems": true,
|
||||
"uniqueItems": true,
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "array",
|
||||
"minItems": 1,
|
||||
"uniqItems": true,
|
||||
"uniqueItems": true,
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user