Skip to content
Snippets Groups Projects
Unverified Commit 4eedc1eb authored by aljkor's avatar aljkor Committed by GitHub
Browse files

ì changed to i (#20578)

* ì changed to i

* ì changed to i
parent ebe3c275
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ Update a `Alert` with ID.
### `GET /api/automagic-dashboards/:entity/:entity-id-or-query`
Return an automagic dashboard for entity `entity` with id `ìd`.
Return an automagic dashboard for entity `entity` with id `id`.
##### PARAMS:
......@@ -150,7 +150,7 @@ Return an automagic dashboard analyzing cell in automagic dashboard for entity
### `GET /api/automagic-dashboards/:entity/:entity-id-or-query/cell/:cell-query/compare/:comparison-entity/:comparison-entity-id-or-query`
Return an automagic comparison dashboard for cell in automagic dashboard for entity `entity`
with id `ìd` defined by query `cell-querry`; compared with entity `comparison-entity` with id
with id `id` defined by query `cell-querry`; compared with entity `comparison-entity` with id
`comparison-entity-id-or-query.`.
##### PARAMS:
......@@ -189,7 +189,7 @@ Return an automagic dashboard analyzing cell in question with id `id` defined b
### `GET /api/automagic-dashboards/:entity/:entity-id-or-query/cell/:cell-query/rule/:prefix/:rule/compare/:comparison-entity/:comparison-entity-id-or-query`
Return an automagic comparison dashboard for cell in automagic dashboard for entity `entity`
with id `ìd` defined by query `cell-querry` using rule `rule`; compared with entity
with id `id` defined by query `cell-querry` using rule `rule`; compared with entity
`comparison-entity` with id `comparison-entity-id-or-query.`.
##### PARAMS:
......@@ -212,7 +212,7 @@ Return an automagic comparison dashboard for cell in automagic dashboard for ent
### `GET /api/automagic-dashboards/:entity/:entity-id-or-query/compare/:comparison-entity/:comparison-entity-id-or-query`
Return an automagic comparison dashboard for entity `entity` with id `ìd` compared with entity
Return an automagic comparison dashboard for entity `entity` with id `id` compared with entity
`comparison-entity` with id `comparison-entity-id-or-query.`.
##### PARAMS:
......@@ -229,7 +229,7 @@ Return an automagic comparison dashboard for entity `entity` with id `ìd` compa
### `GET /api/automagic-dashboards/:entity/:entity-id-or-query/rule/:prefix/:rule`
Return an automagic dashboard for entity `entity` with id `ìd` using rule `rule`.
Return an automagic dashboard for entity `entity` with id `id` using rule `rule`.
##### PARAMS:
......@@ -245,7 +245,7 @@ Return an automagic dashboard for entity `entity` with id `ìd` using rule `rule
### `GET /api/automagic-dashboards/:entity/:entity-id-or-query/rule/:prefix/:rule/compare/:comparison-entity/:comparison-entity-id-or-query`
Return an automagic comparison dashboard for entity `entity` with id `ìd` using rule `rule`;
Return an automagic comparison dashboard for entity `entity` with id `id` using rule `rule`;
compared with entity `comparison-entity` with id `comparison-entity-id-or-query.`.
##### PARAMS:
......@@ -3603,4 +3603,4 @@ Endpoint that checks if the supplied password meets the currently configured pas
##### PARAMS:
* **`password`** password is too common.
\ No newline at end of file
* **`password`** password is too common.
......@@ -100,7 +100,7 @@
(deferred-tru "Invalid comparison entity type. Can only be one of \"table\", \"segment\", or \"adhoc\"")))
(api/defendpoint GET "/:entity/:entity-id-or-query"
"Return an automagic dashboard for entity `entity` with id `ìd`."
"Return an automagic dashboard for entity `entity` with id `id`."
[entity entity-id-or-query show]
{show Show
entity Entity}
......@@ -109,7 +109,7 @@
(-> entity-id-or-query ((->entity entity)) (automagic-analysis {:show (keyword show)}))))
(api/defendpoint GET "/:entity/:entity-id-or-query/rule/:prefix/:rule"
"Return an automagic dashboard for entity `entity` with id `ìd` using rule `rule`."
"Return an automagic dashboard for entity `entity` with id `id` using rule `rule`."
[entity entity-id-or-query prefix rule show]
{entity Entity
show Show
......@@ -147,7 +147,7 @@
:cell-query (decode-base64-json cell-query)})))
(api/defendpoint GET "/:entity/:entity-id-or-query/compare/:comparison-entity/:comparison-entity-id-or-query"
"Return an automagic comparison dashboard for entity `entity` with id `ìd` compared with entity
"Return an automagic comparison dashboard for entity `entity` with id `id` compared with entity
`comparison-entity` with id `comparison-entity-id-or-query.`"
[entity entity-id-or-query show comparison-entity comparison-entity-id-or-query]
{show Show
......@@ -161,7 +161,7 @@
(comparison-dashboard dashboard left right {})))
(api/defendpoint GET "/:entity/:entity-id-or-query/rule/:prefix/:rule/compare/:comparison-entity/:comparison-entity-id-or-query"
"Return an automagic comparison dashboard for entity `entity` with id `ìd` using rule `rule`;
"Return an automagic comparison dashboard for entity `entity` with id `id` using rule `rule`;
compared with entity `comparison-entity` with id `comparison-entity-id-or-query.`."
[entity entity-id-or-query prefix rule show comparison-entity comparison-entity-id-or-query]
{entity Entity
......@@ -179,7 +179,7 @@
(api/defendpoint GET "/:entity/:entity-id-or-query/cell/:cell-query/compare/:comparison-entity/:comparison-entity-id-or-query"
"Return an automagic comparison dashboard for cell in automagic dashboard for entity `entity`
with id `ìd` defined by query `cell-querry`; compared with entity `comparison-entity` with id
with id `id` defined by query `cell-querry`; compared with entity `comparison-entity` with id
`comparison-entity-id-or-query.`."
[entity entity-id-or-query cell-query show comparison-entity comparison-entity-id-or-query]
{entity Entity
......@@ -195,7 +195,7 @@
(api/defendpoint GET "/:entity/:entity-id-or-query/cell/:cell-query/rule/:prefix/:rule/compare/:comparison-entity/:comparison-entity-id-or-query"
"Return an automagic comparison dashboard for cell in automagic dashboard for entity `entity`
with id `ìd` defined by query `cell-querry` using rule `rule`; compared with entity
with id `id` defined by query `cell-querry` using rule `rule`; compared with entity
`comparison-entity` with id `comparison-entity-id-or-query.`."
[entity entity-id-or-query cell-query prefix rule show comparison-entity comparison-entity-id-or-query]
{entity Entity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment