Skip to content

Commit 027729f

Browse files
committed
additional doc edits
1 parent 9ec4f9f commit 027729f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/release-notes/7263-banner-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
## Notes to Admins
66

7-
The functionality previously provided by the DB setting :StatusMessageHeader and ::StatusMessageText is no longer supported and is now provided through the Manage Banner Messages API. Learn more in the [Native API Guide](https://guides.dataverse.org/en/5.x/api/).
7+
The functionality previously provided by the DB settings :StatusMessageHeader and ::StatusMessageText is no longer supported and is now provided through the Manage Banner Messages API. Learn more in the [Native API Guide](https://guides.dataverse.org/en/5.x/api/).

doc/sphinx-guides/source/api/native-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2703,7 +2703,7 @@ Delete a Banner Message by its id::
27032703
27042704
curl -X DELETE http://$SERVER/api/admin/bannerMessage/$id
27052705
2706-
Deactivate a Banner Message by its id (allows you to hide a message while retaining its history)::
2706+
Deactivate a Banner Message by its id (allows you to hide a message while retaining information about which users have dismissed the banner)::
27072707
27082708
curl -X PUT http://$SERVER/api/admin/bannerMessage/$id/deactivate
27092709

0 commit comments

Comments
 (0)