Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit c8aeb3c

Browse files
SORMAS-Foundation#3372 update API description
1 parent 781a364 commit c8aeb3c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sormas-rest/src/main/java/de/symeda/sormas/rest/external/ExternalRestResourceConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ public ExternalRestResourceConfig() {
4242
.description(
4343
"The purpose of this API is to enable communication between SORMAS and other symptom journals. "
4444
+ "Only users with the role ``REST_EXTERNAL_VISITS_USER`` are authorized to use the endpoints. "
45-
+ "If you would like to receive access, please contact the team to have a user set up. "
45+
+ "If you would like to receive access, please contact the System Administrator. "
46+
+ "For technical details please contact the dev team on gitter. "
4647
+ "Authentication is done using basic auth, with the user and password.")
4748
.contact(new Contact().url("https://gitter.im/SORMAS-Project/dev-support"))
4849
.license(new License().name("GNU General Public License").url("https://www.gnu.org/licenses/"));

0 commit comments

Comments
 (0)