Skip to content

Commit

Permalink
Merge pull request #4 from Keyclic/fix/missing-documentation
Browse files Browse the repository at this point in the history
Fixes missing doc for feedback default visibility and fix post place
  • Loading branch information
kevin-lot committed May 31, 2019
2 parents e6f967a + f61ef73 commit 516207e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions feedbacks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Complete example:
"visibility": "VISIBILITY_PUBLIC"
}
**The default visibility of the observation is VISIBILITY_PRIVATE if this one is not provided in the payload.**

Then the user can add one or more pictures to his feedback:

.. code-block:: bash
Expand Down
5 changes: 2 additions & 3 deletions organizations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,8 @@ An admin can create places, corresponding to areas where the organization can ta
]
}
],
"srid": 5555
},
"elevation": 1
"srid": 4326
}
}
To get all places of the application :
Expand Down

0 comments on commit 516207e

Please sign in to comment.