mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[docs] Fix spaces api example json (#50411)
Make this example properly formatted json. Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
20782f62df
commit
12fcf015cb
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ The API returns the following:
|
|||
"color": "#aabbcc",
|
||||
"disabledFeatures": ["apm"],
|
||||
"initials": "MK",
|
||||
"imageUrl": "data:image/png;base64,iVBORw0KGgoAAAANSU",
|
||||
"imageUrl": "data:image/png;base64,iVBORw0KGgoAAAANSU"
|
||||
},
|
||||
{
|
||||
"id": "sales",
|
||||
|
@ -50,6 +50,6 @@ The API returns the following:
|
|||
"initials": "MK",
|
||||
"disabledFeatures": ["discover", "timelion"],
|
||||
"imageUrl": ""
|
||||
},
|
||||
}
|
||||
]
|
||||
--------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue