Skip to content

Commit

Permalink
update docs format
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaeng72 committed Nov 27, 2024
1 parent 18340f8 commit dea54c3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ingest-app/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1090,15 +1090,15 @@ A subscription allows a user to be notified when specific collections/granules a
There are two kinds of subscriptions: Batch Notification and Near-Real-Time Notification

<ul>
<li>Batch Notification subscription notification processing is executed periodically, to see if there are any collections/granules that are created/updated since the last time the subscription has been processed and will notify the subscription user with any matches. Notification of updates is via the email address associated with the SubscriberId's EarthData Login (URS). </li>
<ul>
<li>There are two types of batch process subscriptions (identified by the `Type` field of the subscription):</li>
<ul>
<li>collection subscription for users to be notified when collections are created/updated, or </li>
<li>granule subscription for users to be notified when granules are created/update</li>
</ul>
</ul>
<li>Near-Real-Time (NRT) Notification subscriptions are processed on ingest and are only for granules. When a user subscribes, notifications are sent out via the provided notification endpoint, such as an AWS SQS messaging queue.
<li>Batch Notification subscription notification processing is executed periodically, to see if there are any collections/granules that are created/updated since the last time the subscription has been processed and will notify the subscription user with any matches. Notification of updates is via the email address associated with the SubscriberId's EarthData Login (URS). </li>
<ul>
<li>There are two types of batch process subscriptions (identified by the `Type` field of the subscription):</li>
<ul>
<li>collection subscription for users to be notified when collections are created/updated, or </li>
<li>granule subscription for users to be notified when granules are created/update</li>
</ul>
</ul>
<li>Near-Real-Time (NRT) Notification subscriptions are processed on ingest and are only for granules. When a user subscribes, notifications are sent out via the provided notification endpoint, such as an AWS SQS messaging queue.
</ul>

### <a name="create-subscription"></a> Create a Subscription
Expand Down

0 comments on commit dea54c3

Please sign in to comment.