Skip to content

Commit 436cfdc

Browse files
committed
Fixed broken links
1 parent 4b9e663 commit 436cfdc

6 files changed

Lines changed: 65 additions & 66 deletions

File tree

docsrc/markdown/application_service.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22

33
The Application Service is a component at the service layer of the BDK which aims to cover the Applications part of the [REST API documentation](https://developers.symphony.com/restapi/reference).
44
More precisely:
5-
* [Create application](https://developers.symphony.com/restapi/reference#create-app)
6-
* [Create application with an RSA public key](https://developers.symphony.com/restapi/reference#create-application-with-an-rsa-public-key)
7-
* [Update application](https://developers.symphony.com/restapi/reference#update-application)
8-
* [Update application with an RSA public key](https://developers.symphony.com/restapi/reference#update-application-with-an-rsa-public-key)
9-
* [Delete application](https://developers.symphony.com/restapi/reference#delete-application)
10-
* [Get application](https://developers.symphony.com/restapi/reference#get-application)
11-
* [List application entitlements](https://developers.symphony.com/restapi/reference#list-app-entitlements)
12-
* [Update application entitlements](https://developers.symphony.com/restapi/reference#update-application-entitlements)
13-
* [List user applications](https://developers.symphony.com/restapi/reference#user-apps)
14-
* [Update user applications](https://developers.symphony.com/restapi/reference#update-user-apps)
15-
* [Patch user applications](https://developers.symphony.com/restapi/reference/partial-update-user-apps)
5+
* [Create application](https://rest-api.symphony.com/main/manage-apps/create-app)
6+
* [Update application](https://rest-api.symphony.com/main/manage-apps/update-application)
7+
* [Delete application](https://rest-api.symphony.com/main/manage-apps/delete-application)
8+
* [Get application](https://rest-api.symphony.com/main/manage-apps/get-application)
9+
* [List application entitlements](https://rest-api.symphony.com/main/apps-entitlements/list-app-entitlements)
10+
* [Update application entitlements](https://rest-api.symphony.com/main/apps-entitlements/update-application-entitlements)
11+
* [List user applications](https://rest-api.symphony.com/main/apps-entitlements/user-apps)
12+
* [Update user applications](https://rest-api.symphony.com/main/apps-entitlements/update-user-apps)
13+
* [Patch user applications](https://rest-api.symphony.com/main/apps-entitlements/partial-update-user-apps)
1614

1715

1816
## How to use

docsrc/markdown/connection_service.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
The Connection Service is a component at the service layer of the BDK which aims to cover the Connections part of the [REST API documentation](https://developers.symphony.com/restapi/reference).
44
More precisely:
5-
* [Get connection](https://developers.symphony.com/restapi/reference#get-connection)
6-
* [List connections](https://developers.symphony.com/restapi/reference#list-connections)
7-
* [Create connection](https://developers.symphony.com/restapi/reference#create-connection)
8-
* [Accept connection](https://developers.symphony.com/restapi/reference#accepted-connection)
9-
* [Reject connection](https://developers.symphony.com/restapi/reference#reject-connection)
10-
* [Remove connection](https://developers.symphony.com/restapi/reference#remove-connection)
5+
* [Get connection](https://rest-api.symphony.com/main/connections/get-connection)
6+
* [List connections](https://rest-api.symphony.com/main/connections/list-connections)
7+
* [Create connection](https://rest-api.symphony.com/main/connections/create-connection)
8+
* [Accept connection](https://rest-api.symphony.com/main/connections/accepted-connection)
9+
* [Reject connection](https://rest-api.symphony.com/main/connections/reject-connection)
10+
* [Remove connection](https://rest-api.symphony.com/main/connections/remove-connection)
1111

1212

1313
## How to use

docsrc/markdown/message_service.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
The Message Service is a component at the service layer of the BDK which aims to cover the Messages part of the [REST API documentation](https://developers.symphony.com/restapi/reference#messages-v4).
44
More precisely:
5-
* [Get a message](https://developers.symphony.com/restapi/reference#get-message-v1)
6-
* [Get messages](https://developers.symphony.com/restapi/reference#messages-v4)
7-
* [Get message IDs by timestamp](https://developers.symphony.com/restapi/reference#get-message-ids-by-timestamp)
8-
* [Search messages](https://developers.symphony.com/restapi/reference#message-search-post)
9-
* [Send message](https://developers.symphony.com/restapi/reference#create-message-v4)
10-
* [Update message](https://developers.symphony.com/restapi/reference#update-message-v4)
11-
* [Import messages](https://developers.symphony.com/restapi/reference#import-message-v4)
12-
* [Get attachment](https://developers.symphony.com/restapi/reference#attachment)
13-
* [List attachments](https://developers.symphony.com/restapi/reference#list-attachments)
14-
* [Get allowed attachment types](https://developers.symphony.com/restapi/reference#attachment-types)
15-
* [Suppress message](https://developers.symphony.com/restapi/reference#suppress-message)
16-
* [Get message status](https://developers.symphony.com/restapi/reference#message-status)
17-
* [Get message receipts](https://developers.symphony.com/restapi/reference#list-message-receipts)
18-
* [Get message relationships](https://developers.symphony.com/restapi/reference#message-metadata-relationship)
5+
* [Get a message](https://rest-api.symphony.com/main/messages/get-message-v1)
6+
* [Get messages](https://rest-api.symphony.com/main/messages/messages-v4)
7+
* [Get message IDs by timestamp](https://rest-api.symphony.com/deprecated-endpoints/get-message-ids-by-timestamp)
8+
* [Search messages](https://rest-api.symphony.com/main/messages/message-search-post)
9+
* [Send message](https://rest-api.symphony.com/main/messages/create-message-v4)
10+
* [Update message](https://rest-api.symphony.com/main/messages/update-message-v4)
11+
* [Import messages](https://rest-api.symphony.com/main/messages/import-message-v4)
12+
* [Get attachment](https://rest-api.symphony.com/main/messages/attachment)
13+
* [List attachments](https://rest-api.symphony.com/main/messages/list-attachments)
14+
* [Get allowed attachment types](https://rest-api.symphony.com/main/messages/attachment-types)
15+
* [Suppress message](https://rest-api.symphony.com/main/messages/suppress-message)
16+
* [Get message status](https://rest-api.symphony.com/main/messages/message-status)
17+
* [Get message receipts](https://rest-api.symphony.com/main/messages/list-message-receipts)
18+
* [Get message relationships](https://rest-api.symphony.com/main/messages/message-metadata-relationship)
1919

2020
## How to use
2121
The central component for the Message Service is the `MessageService` class.

docsrc/markdown/presence_service.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
The Presence Service is a component at the service layer of the BDK which covers the Presence part of the [REST API documentation](https://developers.symphony.com/restapi/reference).
44
More precisely:
5-
* [Get presence](https://developers.symphony.com/restapi/reference#get-presence)
6-
* [Get All Presence](https://developers.symphony.com/restapi/reference#get-all-presence)
7-
* [Get User Presence](https://developers.symphony.com/restapi/reference#user-presence-v3)
8-
* [External Presence Interest](https://developers.symphony.com/restapi/reference#register-user-presence-interest)
9-
* [Set Presence](https://developers.symphony.com/restapi/reference#set-presence)
10-
* [Create Presence Feed](https://developers.symphony.com/restapi/reference#create-presence-feed)
11-
* [Read Presence Feed](https://developers.symphony.com/restapi/reference#read-presence-feed)
12-
* [Delete Presence Feed](https://developers.symphony.com/restapi/reference#delete-presence-feed)
13-
* [Set Other User's Presence](https://developers.symphony.com/restapi/reference#set-user-presence)
5+
* [Get presence](https://rest-api.symphony.com/main/presence/get-presence)
6+
* [Get All Presence](https://rest-api.symphony.com/main/presence/get-all-presence)
7+
* [Get User Presence](https://rest-api.symphony.com/main/presence/user-presence-v3)
8+
* [External Presence Interest](https://rest-api.symphony.com/main/presence/register-user-presence-interest)
9+
* [Set Presence](https://rest-api.symphony.com/main/presence/set-presence)
10+
* [Create Presence Feed](https://rest-api.symphony.com/main/presence/create-presence-feed)
11+
* [Read Presence Feed](https://rest-api.symphony.com/main/presence/read-presence-feed)
12+
* [Delete Presence Feed](https://rest-api.symphony.com/main/presence/delete-presence-feed)
13+
* [Set Other User's Presence](https://rest-api.symphony.com/main/presence/set-user-presence)
1414

1515

1616
## How to use

docsrc/markdown/signal_service.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
The Signal Service is a component at the service layer of the BDK which aims to cover the Signal part of the [REST API documentation](https://developers.symphony.com/restapi/reference).
44
More precisely:
5-
* [List signals](https://developers.symphony.com/restapi/reference#list-signals)
6-
* [Get a signal](https://developers.symphony.com/restapi/reference#get-signal)
7-
* [Create a signal](https://developers.symphony.com/restapi/reference#create-signal)
8-
* [Update a signal](https://developers.symphony.com/restapi/reference#update-signal)
9-
* [Delete a signal](https://developers.symphony.com/restapi/reference#delete-signal)
10-
* [Subscribe Signal](https://developers.symphony.com/restapi/reference#subscribe-signal)
11-
* [Unsubscribe Signal](https://developers.symphony.com/restapi/reference#unsubscribe-signal)
12-
* [Subscribers](https://developers.symphony.com/restapi/reference#subscribers)
5+
* [List signals](https://rest-api.symphony.com/main/signals/list-signals)
6+
* [Get a signal](https://rest-api.symphony.com/main/signals/get-signal)
7+
* [Create a signal](https://rest-api.symphony.com/main/signals/create-signal)
8+
* [Update a signal](https://rest-api.symphony.com/main/signals/update-signal)
9+
* [Delete a signal](https://rest-api.symphony.com/main/signals/delete-signal)
10+
* [Subscribe Signal](https://rest-api.symphony.com/main/signals/subscribe-signal)
11+
* [Unsubscribe Signal](https://rest-api.symphony.com/main/signals/unsubscribe-signal)
12+
* [Subscribers](https://rest-api.symphony.com/main/signals/subscribers)
1313

1414

1515
## How to use

docsrc/markdown/stream_service.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,25 @@
22

33
The Stream Service is a component at the service layer of the BDK which aims to cover the Streams part of the [REST API documentation](https://developers.symphony.com/restapi/reference#messages-v4).
44
More precisely:
5-
* [Get stream information](https://developers.symphony.com/restapi/reference#stream-info-v2)
6-
* [Add a member to an existing room](https://developers.symphony.com/restapi/reference#add-member)
7-
* [Remove a member from a room](https://developers.symphony.com/restapi/reference#remove-member)
8-
* [Share third-party content](https://developers.symphony.com/restapi/reference#share-v3)
9-
* [Promote user to room owner](https://developers.symphony.com/restapi/reference#promote-owner)
10-
* [Demote owner to room participant](https://developers.symphony.com/restapi/reference#demote-owner)
11-
* [Create IM or MIM](https://developers.symphony.com/restapi/reference#create-im-or-mim)
12-
* [Create IM or MIM non-inclusive](https://developers.symphony.com/restapi/reference#create-im-or-mim-admin)
13-
* [Create room](https://developers.symphony.com/restapi/reference#create-room-v3)
14-
* [Search for rooms](https://developers.symphony.com/restapi/reference#search-rooms-v3)
15-
* [Get room information](https://developers.symphony.com/restapi/reference#room-info-v3)
16-
* [Deactivate or reactivate a room](https://developers.symphony.com/restapi/reference#de-or-re-activate-room)
17-
* [Update a room](https://developers.symphony.com/restapi/reference#update-room-v3)
18-
* [List streams](https://developers.symphony.com/restapi/reference#list-streams-for-enterprise-v2)
19-
* [List user streams](https://developers.symphony.com/restapi/reference#list-user-streams)
20-
* [List stream members](https://developers.symphony.com/restapi/reference#stream-members)
21-
* [List room members](https://developers.symphony.com/restapi/reference#room-members)
22-
5+
* [Get stream information](https://rest-api.symphony.com/main/streams-conversations/all-streams-endpoints/stream-info-v2)
6+
* [Add a member to an existing room](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/add-member)
7+
* [Remove a member from a room](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/remove-member)
8+
* [Share third-party content](https://rest-api.symphony.com/main/streams-conversations/all-streams-endpoints/share-v3)
9+
* [Promote user to room owner](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/promote-owner)
10+
* [Demote owner to room participant](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/demote-owner)
11+
* [Create IM or MIM](https://rest-api.symphony.com/main/streams-conversations/im-mim-endpoints/create-im-or-mim)
12+
* [Create IM or MIM non-inclusive](https://rest-api.symphony.com/main/streams-conversations/im-mim-endpoints/create-im-or-mim-admin)
13+
* [Update IM or MIM](https://rest-api.symphony.com/main/streams-conversations/im-mim-endpoints/update-im)
14+
* [Get IM information](https://rest-api.symphony.com/main/streams-conversations/im-mim-endpoints/im-info)
15+
* [Create room](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/create-room-v3)
16+
* [Search for rooms](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/search-rooms-v3)
17+
* [Get room information](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/room-info-v3)
18+
* [Deactivate or reactivate a room](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/de-or-re-activate-room)
19+
* [Update a room](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/update-room-v3)
20+
* [List streams](https://rest-api.symphony.com/main/streams-conversations/all-streams-endpoints/list-user-streams-admin)
21+
* [List user streams](https://rest-api.symphony.com/main/streams-conversations/all-streams-endpoints/list-user-streams)
22+
* [List stream members](https://rest-api.symphony.com/main/streams-conversations/all-streams-endpoints/stream-members)
23+
* [List room members](https://rest-api.symphony.com/main/streams-conversations/room-endpoints/room-members)
2324

2425
## How to use
2526
The central component for the Message Service is the `StreamService` class.

0 commit comments

Comments
 (0)