Skip to content
Open
Changes from all commits
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
11 changes: 10 additions & 1 deletion src/actinia_api/swagger2/actinia_core/apidocs/vector_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,17 @@

get_doc = {
"tags": ["Vector Management"],
"description": "Get information about an existing vector map layer. "
"description": "Get information about an existing vector map layer."
"In case the vector has no database connection, general information about "
"the vector is given: region, topology, extended metadata and history."
"In case the vector has a database connection "
"further informations are given."
"A vector with a single layer, returns additionally the types/names "
"of tables columns for the default layer (layer 1)"
"A vector with multiple layers, returns additionally all map connection "
"parameters."
"Minimum required user role: user.",
# TODO: update example (only for 200-response case); more output with fix
"parameters": [
{
"name": "location_name",
Expand Down