diff options
author | Anthony D'Atri <anthonyeleven@users.noreply.github.com> | 2024-01-31 21:08:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-31 21:08:26 +0100 |
commit | 6760aa18bf75ac3b093ca93e1275be7ef50d3931 (patch) | |
tree | 48c1285ccbb25d009102b883217aaad436feda4d /doc | |
parent | Merge pull request #54742 from guits/node-proxy (diff) | |
parent | doc/rgw: fix Attributes index in CreateTopic example (diff) | |
download | ceph-6760aa18bf75ac3b093ca93e1275be7ef50d3931.tar.xz ceph-6760aa18bf75ac3b093ca93e1275be7ef50d3931.zip |
Merge pull request #55403 from cbodley/wip-doc-rgw-topic-attrs
doc/rgw: fix Attributes index in CreateTopic example
Diffstat (limited to 'doc')
-rw-r--r-- | doc/radosgw/notifications.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/radosgw/notifications.rst b/doc/radosgw/notifications.rst index 314e0ba6f16..655f3bbc39e 100644 --- a/doc/radosgw/notifications.rst +++ b/doc/radosgw/notifications.rst @@ -159,7 +159,7 @@ updating, use the name of an existing topic and different endpoint values). [&Attributes.entry.12.key=time_to_live&Attributes.entry.12.value=<seconds to live>] [&Attributes.entry.13.key=max_retries&Attributes.entry.13.value=<retries number>] [&Attributes.entry.14.key=retry_sleep_duration&Attributes.entry.14.value=<sleep seconds>] - [&Attributes.entry.14.key=Policy&Attributes.entry.14.value=<policy-JSON-string>] + [&Attributes.entry.15.key=Policy&Attributes.entry.15.value=<policy-JSON-string>] Request parameters: |