Docs: remove more brackets
This commit is contained in:
parent
95c43328e9
commit
f44a0b71a8
@ -471,7 +471,7 @@ components:
|
|||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
description: [Optional] List of errors produced by the query. If this property is present, the query has failed.
|
description: (Optional) List of errors produced by the query. If this property is present, the query has failed.
|
||||||
time:
|
time:
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
@ -500,7 +500,7 @@ components:
|
|||||||
description: List of errors produced by the query.
|
description: List of errors produced by the query.
|
||||||
hint:
|
hint:
|
||||||
type: string
|
type: string
|
||||||
description: [Optional] Hint about the errors
|
description: (Optional) Hint about the errors
|
||||||
example:
|
example:
|
||||||
error: ["function st_buffer(geometry) does not exist"]
|
error: ["function st_buffer(geometry) does not exist"]
|
||||||
hint: No function matches the given name and argument types. You might need to add explicit type casts
|
hint: No function matches the given name and argument types. You might need to add explicit type casts
|
||||||
|
Loading…
Reference in New Issue
Block a user