Skip to content

Commit ff888bf

Browse files
committed
updates for TELCODOCS-1632
1 parent cc0178d commit ff888bf

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

modules/cnf-rfhe-notifications-api-refererence.adoc

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ Use the following API endpoints to subscribe the `cloud-event-consumer` applicat
1818
- `POST`: Creates a new subscription
1919
- `GET`: Retrieves a list of subscriptions
2020
* `/api/ocloudNotifications/v1/subscriptions/<subscription_id>`
21-
- `GET`: Returns details for the specified subscription ID
22-
* `api/ocloudNotifications/v1/subscriptions/status/<subscription_id>`
2321
- `PUT`: Creates a new status ping request for the specified subscription ID
2422
* `/api/ocloudNotifications/v1/health`
2523
- `GET`: Returns the health status of `ocloudNotifications` API
@@ -114,33 +112,6 @@ Returns details for the subscription with ID `<subscription_id>`
114112
}
115113
----
116114

117-
[discrete]
118-
== api/ocloudNotifications/v1/subscriptions/status/<subscription_id>
119-
120-
[discrete]
121-
=== HTTP method
122-
123-
`PUT api/ocloudNotifications/v1/subscriptions/status/<subscription_id>`
124-
125-
[discrete]
126-
==== Description
127-
128-
Creates a new status ping request for subscription with ID `<subscription_id>`. If a subscription is present, the status request is successful and a `202 Accepted` status code is returned.
129-
130-
.Query parameters
131-
|===
132-
| Parameter | Type
133-
134-
| `<subscription_id>`
135-
| string
136-
|===
137-
138-
.Example API response
139-
[source,json]
140-
----
141-
{"status":"ping sent"}
142-
----
143-
144115
[discrete]
145116
== api/ocloudNotifications/v1/health/
146117

0 commit comments

Comments
 (0)