Skip to content

Commit

Permalink
Merge pull request #7 from mundialis/location_management
Browse files Browse the repository at this point in the history
Allow location management for users
  • Loading branch information
anikaweinmann authored Aug 5, 2022
2 parents d528b10 + 4cbe4ff commit ef1e807
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@
},
}

delete_admin_doc = {
delete_user_doc = {
"tags": ["Location Management"],
"description": "Delete an existing location and everything inside from the"
" user database. Minimum required user role: admin.",
" user database. Minimum required user role: user.",
"parameters": [
{
"name": "location_name",
Expand All @@ -112,10 +112,10 @@
},
}

post_admin_doc = {
post_user_doc = {
"tags": ["Location Management"],
"description": "Create a new location based on EPSG code in the user "
"database. Minimum required user role: admin.",
"database. Minimum required user role: user.",
"consumes": ["application/json"],
"parameters": [
{
Expand Down

0 comments on commit ef1e807

Please sign in to comment.