Skip to content

Commit fafc7ba

Browse files
committed
1 parent 8195da5 commit fafc7ba

File tree

4 files changed

+52
-52
lines changed

4 files changed

+52
-52
lines changed

cs3/ocm/core/v1beta1/ocm_core_api_pb2.py

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cs3/ocm/core/v1beta1/ocm_core_api_pb2_grpc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,23 +72,23 @@ class OcmCoreAPIServicer(object):
7272

7373
def CreateOCMCoreShare(self, request, context):
7474
"""Creates a new OCM share, in response to a call from remote to:
75-
https://cs3org.github.io/OCM-API/docs.html?branch=v1.1.0&repo=OCM-API&user=cs3org#/paths/~1shares/post
75+
https://cs3org.github.io/OCM-API/docs.html?branch=v1.2.0&repo=OCM-API&user=cs3org#/paths/~1shares/post
7676
"""
7777
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
7878
context.set_details('Method not implemented!')
7979
raise NotImplementedError('Method not implemented!')
8080

8181
def UpdateOCMCoreShare(self, request, context):
8282
"""Updates an OCM share, in response to a notification from the remote system to:
83-
https://cs3org.github.io/OCM-API/docs.html?branch=v1.1.0&repo=OCM-API&user=cs3org#/paths/~1notifications/post
83+
https://cs3org.github.io/OCM-API/docs.html?branch=v1.2.0&repo=OCM-API&user=cs3org#/paths/~1notifications/post
8484
"""
8585
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
8686
context.set_details('Method not implemented!')
8787
raise NotImplementedError('Method not implemented!')
8888

8989
def DeleteOCMCoreShare(self, request, context):
9090
"""Deletes an OCM share, in response to a notification from the remote system to:
91-
https://cs3org.github.io/OCM-API/docs.html?branch=v1.1.0&repo=OCM-API&user=cs3org#/paths/~1notifications/post
91+
https://cs3org.github.io/OCM-API/docs.html?branch=v1.2.0&repo=OCM-API&user=cs3org#/paths/~1notifications/post
9292
"""
9393
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
9494
context.set_details('Method not implemented!')

cs3/ocm/invite/v1beta1/invite_api_pb2_grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def ListInviteTokens(self, request, context):
107107
def ForwardInvite(self, request, context):
108108
"""Forwards a received invite to the remote sync'n'share system provider. The remote
109109
system SHALL get an `invite-accepted` call as follows:
110-
https://cs3org.github.io/OCM-API/docs.html?branch=v1.1.0&repo=OCM-API&user=cs3org#/paths/~1invite-accepted/post
110+
https://cs3org.github.io/OCM-API/docs.html?branch=v1.2.0&repo=OCM-API&user=cs3org#/paths/~1invite-accepted/post
111111
MUST return CODE_NOT_FOUND if the token does not exist.
112112
MUST return CODE_INVALID_ARGUMENT if the token expired.
113113
MUST return CODE_ALREADY_EXISTS if the user already accepted an invite.

0 commit comments

Comments
 (0)