Skip to content

Commit

Permalink
Removed ref to removed caption on Mail Domain Groups in Admin Guide […
Browse files Browse the repository at this point in the history
…ref #3577]
  • Loading branch information
mheppler committed Sep 4, 2020
1 parent 5232988 commit e26d4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/admin/mail-groups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To load it into your Dataverse installation, either use a ``POST`` or ``PUT`` re
Updating a Mail Domain Group
----------------------------

Editing a group is done by replacing it. Grab your group definition like the :ref:`above example <domainGroup1.json>`,
Editing a group is done by replacing it. Grab your group definition like the domainGroup1.json example above,
change it as you like and ``PUT`` it into your installation:

``curl -X PUT -H 'Content-type: application/json' http://localhost:8080/api/admin/groups/domain/domainGroup1 --upload-file domainGroup1.json``
Expand Down

0 comments on commit e26d4ea

Please sign in to comment.