Skip to content

Commit 1bd041f

Browse files
authored
Merge pull request #68237 from aireilly/TELCODOCS-1632
TELCODOCS-1632 - api/cloudNotifications/v1/subscriptions/status/$subscription_id is no longer available
2 parents a915b30 + ff888bf commit 1bd041f

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)